HEX: #D6F487
RGB: (214,244,135)
Il colore #D6F487 contiene principalmente il rosso e il verde. Per il #D6F487 il colore web safe è #CCFF99 (#CF9).
Il colore D6F487 in RGB è definito come 214,244,135
RGB: (214,244,135) (84%,96%,53%)
R 214 da 255 = 84%
G 244 da 255 = 96%
B 135 da 255 = 53%
R + G + B ~ 78%. #D6F487 colore abbastanza chiaro.
R + G + B =
214 + 244 + 135 = 593 (100%)
R 214 da 593 ~ 36.09%
G 244 da 593 ~ 41.15%
B 135 da 593 ~ 22.77%
Il colore #D6F487 in CMYK è definito come 12,0,45,4.
CMYK: (12,0,45,4) C12M0Y45K4 (12%,0%,45%,4%) (0.12/0.00/0.45/0.04)
D6 | F4 | 87 | |
---|---|---|---|
RGB | 214 | 244 | 135 |
HSL | 77° | 83.21% | 74.31% |
HSB/HSV | 77° | 44.67% | 95.69% |
CMYK | 12.30% | 0.00% | 44.67% |
4.31% |
Esadicemale | D6 | F4 | 87 |
Decimale | 214 | 244 | 135 |
Binario | 11010110 | 11110100 | 10000111 |
Ottale | 326 | 364 | 207 |
Esempi dei codici css e html per gli elementi di colore #D6F487. Utilizzate rgb(214,244,135) anche al posto del codice hex.
.myTextColor { color: #D6F487; }
<p style="color:#D6F487">This sample text font color is #D6F487.</p>
Il colore di questo testo è #D6F487.
.myBgColor { background-color: #D6F487; }
<div style="background-color:#D6F487">Inner text</div>
Questo div ha lo sfondo di colore #D6F487.
.myBorderColor { border: 1px solid #D6F487; }
<div style="border:3px solid #D6F487">Div</div>
Questo div ha i bordi di colore D6F487.
.myOpacity80 { color: #D6F487; opacity: 0.8; }
<p style="color:#D6F487;opacity:0.8;">80%</p>
Il testo di color #D6F487 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F487;}
<p style="text-shadow: 3px 3px 1px #D6F487">Text here.</p>
Questo testo ha l'ombra di colore #D6F487.
.textShadow {text-shadow: 3px 3px 1px #D6F487, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F487, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F487 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F487, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F487, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F487 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F487; -webkit-box-shadow: 1px 1px 3px 2px #D6F487; box-shadow: 1px 1px 3px 2px #D6F487; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F487; -webkit-box-shadow: 1px 1px 3px 2px #D6F487; box-shadow:1px 1px 3px 2px #D6F487;">
Div content here</div>
Questo e il testo di colore #D6F487 sullo sfondo nero.
Questo e il testo di colore #D6F487 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F487.
Questo è un testo bianco sullo sfondo del colore #D6F487.