HEX: #D6F995
RGB: (214,249,149)
Il colore #D6F995 contiene principalmente il rosso e il verde. Per il #D6F995 il colore web safe è #CCFF99 (#CF9).
Il colore D6F995 in RGB è definito come 214,249,149
RGB: (214,249,149) (84%,98%,58%)
R 214 da 255 = 84%
G 249 da 255 = 98%
B 149 da 255 = 58%
R + G + B ~ 80%. #D6F995 colore abbastanza chiaro.
R + G + B =
214 + 249 + 149 = 612 (100%)
R 214 da 612 ~ 34.97%
G 249 da 612 ~ 40.69%
B 149 da 612 ~ 24.35%
Il colore #D6F995 in CMYK è definito come 14,0,40,2.
CMYK: (14,0,40,2) C14M0Y40K2 (14%,0%,40%,2%) (0.14/0.00/0.40/0.02)
D6 | F9 | 95 | |
---|---|---|---|
RGB | 214 | 249 | 149 |
HSL | 81° | 89.29% | 78.04% |
HSB/HSV | 81° | 40.16% | 97.65% |
CMYK | 14.06% | 0.00% | 40.16% |
2.35% |
Esadicemale | D6 | F9 | 95 |
Decimale | 214 | 249 | 149 |
Binario | 11010110 | 11111001 | 10010101 |
Ottale | 326 | 371 | 225 |
Esempi dei codici css e html per gli elementi di colore #D6F995. Utilizzate rgb(214,249,149) anche al posto del codice hex.
.myTextColor { color: #D6F995; }
<p style="color:#D6F995">This sample text font color is #D6F995.</p>
Il colore di questo testo è #D6F995.
.myBgColor { background-color: #D6F995; }
<div style="background-color:#D6F995">Inner text</div>
Questo div ha lo sfondo di colore #D6F995.
.myBorderColor { border: 1px solid #D6F995; }
<div style="border:3px solid #D6F995">Div</div>
Questo div ha i bordi di colore D6F995.
.myOpacity80 { color: #D6F995; opacity: 0.8; }
<p style="color:#D6F995;opacity:0.8;">80%</p>
Il testo di color #D6F995 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F995;}
<p style="text-shadow: 3px 3px 1px #D6F995">Text here.</p>
Questo testo ha l'ombra di colore #D6F995.
.textShadow {text-shadow: 3px 3px 1px #D6F995, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F995, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F995 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F995, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F995, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F995 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F995; -webkit-box-shadow: 1px 1px 3px 2px #D6F995; box-shadow: 1px 1px 3px 2px #D6F995; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F995; -webkit-box-shadow: 1px 1px 3px 2px #D6F995; box-shadow:1px 1px 3px 2px #D6F995;">
Div content here</div>
Questo e il testo di colore #D6F995 sullo sfondo nero.
Questo e il testo di colore #D6F995 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F995.
Questo è un testo bianco sullo sfondo del colore #D6F995.