HEX: #D5E079
RGB: (213,224,121)
Il colore #D5E079 contiene principalmente il rosso e il verde. Per il #D5E079 il colore web safe è #CCCC66 (#CC6).
Il colore D5E079 in RGB è definito come 213,224,121
RGB: (213,224,121)
(84%, 88%, 47%)
R 213 da 255 = 84%
G 224 da 255 = 88%
B 121 da 255 = 47%
R + G + B ~ 73%. #D5E079 colore abbastanza chiaro.
R + G + B = 213 + 224 + 121 = 558 (100%)
R 213 da 558 ~ 38.17%
G 224 da 558 ~ 40.14%
B 121 da 558 ~ 21.68'%
Il colore #D5E079 in CMYK è definito come 5,0,46,12.
CMYK: (5,0,46,12)
C5M0Y46K12 (5%, 0%, 46%, 12%)
(0.05 / 0.00 / 0.46 / 0.12)
Il #D5E079 nei modelli di colore popolari.
D5 | E0 | 79 | |
---|---|---|---|
RGB | 213 | 224 | 121 |
HSL | 66° | 62.42% | 67.65% |
HSB/HSV | 66° | 45.98% | 87.84% |
CMYK | 4.91% | 0.00% | 45.98% |
12.16% |
Il #D5E079 nei modelli numerici popolari.
Esadicemale | D5 | E0 | 79 |
Decimale | 213 | 224 | 121 |
Binario | 11010101 | 11100000 | 1111001 |
Ottale | 325 | 340 | 171 |
Tonalità scure del colore #D5E079
Tonalità chiare del colore #D5E079
Esempi dei codici css e html per gli elementi di colore #D5E079. Utilizzate rgb(213,224,121) anche al posto del codice hex.
.myTextColor { color: #D5E079; }
<p style="color:#D5E079">This sample text font color is #D5E079.</p>
Il colore di questo testo è #D5E079.
.myBgColor { background-color: #D5E079; }
<div style="background-color:#D5E079">Inner text</div>
Questo div ha lo sfondo di colore #D5E079.
.myBorderColor { border: 1px solid #D5E079; }
<div style="border:3px solid #D5E079">Div</div>
Questo div ha i bordi di colore D5E079.
.myOpacity80 { color: #D5E079; opacity: 0.8; }
<p style="color:#D5E079;opacity:0.8;">80%</p>
Il testo di color #D5E079 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E079;}
<p style="text-shadow: 3px 3px 1px #D5E079">Text here.</p>
Questo testo ha l'ombra di colore #D5E079.
.textShadow {text-shadow: 3px 3px 1px #D5E079', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E079, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5E079 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E079, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E079, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E079 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E079;
-webkit-box-shadow: 1px 1px 3px 2px #D5E079;
box-shadow: 1px 1px 3px 2px #D5E079;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E079; -webkit-box-shadow: 1px 1px 3px 2px #D5E079; box-shadow:1px 1px 3px 2px #D5E079;">
Div content here
</div>
Questo e il testo di colore #D5E079 sullo sfondo nero.
Questo e il testo di colore #D5E079 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5E079.
Questo è un testo bianco sullo sfondo del colore #D5E079.
Il colore complimentare del #hex è #2A1F86..