HEX: #D5E660
RGB: (213,230,96)
Il colore #D5E660 contiene principalmente il rosso e il verde. Per il #D5E660 il colore web safe è #CCCC66 (#CC6).
Il colore D5E660 in RGB è definito come 213,230,96
RGB: (213,230,96)
(84%, 90%, 38%)
R 213 da 255 = 84%
G 230 da 255 = 90%
B 96 da 255 = 38%
R + G + B ~ 71%. #D5E660 colore abbastanza chiaro.
R + G + B = 213 + 230 + 96 = 539 (100%)
R 213 da 539 ~ 39.52%
G 230 da 539 ~ 42.67%
B 96 da 539 ~ 17.81'%
Il colore #D5E660 in CMYK è definito come 7,0,58,10.
CMYK: (7,0,58,10)
C7M0Y58K10 (7%, 0%, 58%, 10%)
(0.07 / 0.00 / 0.58 / 0.10)
Il #D5E660 nei modelli di colore popolari.
D5 | E6 | 60 | |
---|---|---|---|
RGB | 213 | 230 | 96 |
HSL | 68° | 72.83% | 63.92% |
HSB/HSV | 68° | 58.26% | 90.20% |
CMYK | 7.39% | 0.00% | 58.26% |
9.80% |
Il #D5E660 nei modelli numerici popolari.
Esadicemale | D5 | E6 | 60 |
Decimale | 213 | 230 | 96 |
Binario | 11010101 | 11100110 | 1100000 |
Ottale | 325 | 346 | 140 |
Tonalità scure del colore #D5E660
Tonalità chiare del colore #D5E660
Esempi dei codici css e html per gli elementi di colore #D5E660. Utilizzate rgb(213,230,96) anche al posto del codice hex.
.myTextColor { color: #D5E660; }
<p style="color:#D5E660">This sample text font color is #D5E660.</p>
Il colore di questo testo è #D5E660.
.myBgColor { background-color: #D5E660; }
<div style="background-color:#D5E660">Inner text</div>
Questo div ha lo sfondo di colore #D5E660.
.myBorderColor { border: 1px solid #D5E660; }
<div style="border:3px solid #D5E660">Div</div>
Questo div ha i bordi di colore D5E660.
.myOpacity80 { color: #D5E660; opacity: 0.8; }
<p style="color:#D5E660;opacity:0.8;">80%</p>
Il testo di color #D5E660 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E660;}
<p style="text-shadow: 3px 3px 1px #D5E660">Text here.</p>
Questo testo ha l'ombra di colore #D5E660.
.textShadow {text-shadow: 3px 3px 1px #D5E660', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E660, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5E660 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E660, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E660, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E660 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E660;
-webkit-box-shadow: 1px 1px 3px 2px #D5E660;
box-shadow: 1px 1px 3px 2px #D5E660;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E660; -webkit-box-shadow: 1px 1px 3px 2px #D5E660; box-shadow:1px 1px 3px 2px #D5E660;">
Div content here
</div>
Questo e il testo di colore #D5E660 sullo sfondo nero.
Questo e il testo di colore #D5E660 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5E660.
Questo è un testo bianco sullo sfondo del colore #D5E660.
Il colore complimentare del #hex è #2A199F..