HEX: #D6F15D
RGB: (214,241,93)
Il colore #D6F15D contiene principalmente il rosso e il verde. Per il #D6F15D il colore web safe è #CCFF66 (#CF6).
Il colore D6F15D in RGB è definito come 214,241,93
RGB: (214,241,93) (84%,95%,36%)
R 214 da 255 = 84%
G 241 da 255 = 95%
B 93 da 255 = 36%
R + G + B ~ 72%. #D6F15D colore abbastanza chiaro.
R + G + B =
214 + 241 + 93 = 548 (100%)
R 214 da 548 ~ 39.05%
G 241 da 548 ~ 43.98%
B 93 da 548 ~ 16.97%
Il colore #D6F15D in CMYK è definito come 11,0,61,5.
CMYK: (11,0,61,5) C11M0Y61K5 (11%,0%,61%,5%) (0.11/0.00/0.61/0.05)
D6 | F1 | 5D | |
---|---|---|---|
RGB | 214 | 241 | 93 |
HSL | 71° | 84.09% | 65.49% |
HSB/HSV | 71° | 61.41% | 94.51% |
CMYK | 11.20% | 0.00% | 61.41% |
5.49% |
Esadicemale | D6 | F1 | 5D |
Decimale | 214 | 241 | 93 |
Binario | 11010110 | 11110001 | 1011101 |
Ottale | 326 | 361 | 135 |
Esempi dei codici css e html per gli elementi di colore #D6F15D. Utilizzate rgb(214,241,93) anche al posto del codice hex.
.myTextColor { color: #D6F15D; }
<p style="color:#D6F15D">This sample text font color is #D6F15D.</p>
Il colore di questo testo è #D6F15D.
.myBgColor { background-color: #D6F15D; }
<div style="background-color:#D6F15D">Inner text</div>
Questo div ha lo sfondo di colore #D6F15D.
.myBorderColor { border: 1px solid #D6F15D; }
<div style="border:3px solid #D6F15D">Div</div>
Questo div ha i bordi di colore D6F15D.
.myOpacity80 { color: #D6F15D; opacity: 0.8; }
<p style="color:#D6F15D;opacity:0.8;">80%</p>
Il testo di color #D6F15D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F15D;}
<p style="text-shadow: 3px 3px 1px #D6F15D">Text here.</p>
Questo testo ha l'ombra di colore #D6F15D.
.textShadow {text-shadow: 3px 3px 1px #D6F15D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F15D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F15D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F15D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F15D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F15D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F15D; -webkit-box-shadow: 1px 1px 3px 2px #D6F15D; box-shadow: 1px 1px 3px 2px #D6F15D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F15D; -webkit-box-shadow: 1px 1px 3px 2px #D6F15D; box-shadow:1px 1px 3px 2px #D6F15D;">
Div content here</div>
Questo e il testo di colore #D6F15D sullo sfondo nero.
Questo e il testo di colore #D6F15D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F15D.
Questo è un testo bianco sullo sfondo del colore #D6F15D.