HEX: #D5F441
RGB: (213,244,65)
Il colore #D5F441 contiene principalmente il rosso e il verde. Per il #D5F441 il colore web safe è #CCFF33 (#CF3).
Il colore D5F441 in RGB è definito come 213,244,65
RGB: (213,244,65)
(84%, 96%, 25%)
R 213 da 255 = 84%
G 244 da 255 = 96%
B 65 da 255 = 25%
R + G + B ~ 68%. #D5F441 colore abbastanza chiaro.
R + G + B = 213 + 244 + 65 = 522 (100%)
R 213 da 522 ~ 40.8%
G 244 da 522 ~ 46.74%
B 65 da 522 ~ 12.45'%
Il colore #D5F441 in CMYK è definito come 13,0,73,4.
CMYK: (13,0,73,4)
C13M0Y73K4 (13%, 0%, 73%, 4%)
(0.13 / 0.00 / 0.73 / 0.04)
Il #D5F441 nei modelli di colore popolari.
D5 | F4 | 41 | |
---|---|---|---|
RGB | 213 | 244 | 65 |
HSL | 70° | 89.05% | 60.59% |
HSB/HSV | 70° | 73.36% | 95.69% |
CMYK | 12.70% | 0.00% | 73.36% |
4.31% |
Il #D5F441 nei modelli numerici popolari.
Esadicemale | D5 | F4 | 41 |
Decimale | 213 | 244 | 65 |
Binario | 11010101 | 11110100 | 1000001 |
Ottale | 325 | 364 | 101 |
Tonalità scure del colore #D5F441
Tonalità chiare del colore #D5F441
Esempi dei codici css e html per gli elementi di colore #D5F441. Utilizzate rgb(213,244,65) anche al posto del codice hex.
.myTextColor { color: #D5F441; }
<p style="color:#D5F441">This sample text font color is #D5F441.</p>
Il colore di questo testo è #D5F441.
.myBgColor { background-color: #D5F441; }
<div style="background-color:#D5F441">Inner text</div>
Questo div ha lo sfondo di colore #D5F441.
.myBorderColor { border: 1px solid #D5F441; }
<div style="border:3px solid #D5F441">Div</div>
Questo div ha i bordi di colore D5F441.
.myOpacity80 { color: #D5F441; opacity: 0.8; }
<p style="color:#D5F441;opacity:0.8;">80%</p>
Il testo di color #D5F441 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5F441;}
<p style="text-shadow: 3px 3px 1px #D5F441">Text here.</p>
Questo testo ha l'ombra di colore #D5F441.
.textShadow {text-shadow: 3px 3px 1px #D5F441', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5F441, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5F441 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5F441, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5F441, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5F441 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5F441;
-webkit-box-shadow: 1px 1px 3px 2px #D5F441;
box-shadow: 1px 1px 3px 2px #D5F441;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5F441; -webkit-box-shadow: 1px 1px 3px 2px #D5F441; box-shadow:1px 1px 3px 2px #D5F441;">
Div content here
</div>
Questo e il testo di colore #D5F441 sullo sfondo nero.
Questo e il testo di colore #D5F441 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5F441.
Questo è un testo bianco sullo sfondo del colore #D5F441.
Il colore complimentare del #hex è #2A0BBE..