HEX: #D9F472
RGB: (217,244,114)
Il colore #D9F472 contiene principalmente il rosso e il verde. Per il #D9F472 il colore web safe è #CCFF66 (#CF6).
Il colore D9F472 in RGB è definito come 217,244,114
RGB: (217,244,114) (85%,96%,45%)
R 217 da 255 = 85%
G 244 da 255 = 96%
B 114 da 255 = 45%
R + G + B ~ 75%. #D9F472 colore abbastanza chiaro.
R + G + B =
217 + 244 + 114 = 575 (100%)
R 217 da 575 ~ 37.74%
G 244 da 575 ~ 42.43%
B 114 da 575 ~ 19.83%
Il colore #D9F472 in CMYK è definito come 11,0,53,4.
CMYK: (11,0,53,4) C11M0Y53K4 (11%,0%,53%,4%) (0.11/0.00/0.53/0.04)
D9 | F4 | 72 | |
---|---|---|---|
RGB | 217 | 244 | 114 |
HSL | 72° | 85.53% | 70.20% |
HSB/HSV | 72° | 53.28% | 95.69% |
CMYK | 11.07% | 0.00% | 53.28% |
4.31% |
Esadicemale | D9 | F4 | 72 |
Decimale | 217 | 244 | 114 |
Binario | 11011001 | 11110100 | 1110010 |
Ottale | 331 | 364 | 162 |
Esempi dei codici css e html per gli elementi di colore #D9F472. Utilizzate rgb(217,244,114) anche al posto del codice hex.
.myTextColor { color: #D9F472; }
<p style="color:#D9F472">This sample text font color is #D9F472.</p>
Il colore di questo testo è #D9F472.
.myBgColor { background-color: #D9F472; }
<div style="background-color:#D9F472">Inner text</div>
Questo div ha lo sfondo di colore #D9F472.
.myBorderColor { border: 1px solid #D9F472; }
<div style="border:3px solid #D9F472">Div</div>
Questo div ha i bordi di colore D9F472.
.myOpacity80 { color: #D9F472; opacity: 0.8; }
<p style="color:#D9F472;opacity:0.8;">80%</p>
Il testo di color #D9F472 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9F472;}
<p style="text-shadow: 3px 3px 1px #D9F472">Text here.</p>
Questo testo ha l'ombra di colore #D9F472.
.textShadow {text-shadow: 3px 3px 1px #D9F472, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9F472, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D9F472 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9F472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9F472, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9F472 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D9F472; -webkit-box-shadow: 1px 1px 3px 2px #D9F472; box-shadow: 1px 1px 3px 2px #D9F472; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D9F472; -webkit-box-shadow: 1px 1px 3px 2px #D9F472; box-shadow:1px 1px 3px 2px #D9F472;">
Div content here</div>
Questo e il testo di colore #D9F472 sullo sfondo nero.
Questo e il testo di colore #D9F472 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D9F472.
Questo è un testo bianco sullo sfondo del colore #D9F472.