HEX: #95E45D
RGB: (149,228,93)
Il colore #95E45D contiene principalmente il verde. Per il #95E45D il colore web safe è #99CC66 (#9C6).
Il colore 95E45D in RGB è definito come 149,228,93
RGB: (149,228,93) (58%,89%,36%)
R 149 da 255 = 58%
G 228 da 255 = 89%
B 93 da 255 = 36%
R + G + B ~ 61%. #95E45D colore abbastanza chiaro.
R + G + B =
149 + 228 + 93 = 470 (100%)
R 149 da 470 ~ 31.7%
G 228 da 470 ~ 48.51%
B 93 da 470 ~ 19.79%
Il colore #95E45D in CMYK è definito come 35,0,59,11.
CMYK: (35,0,59,11) C35M0Y59K11 (35%,0%,59%,11%) (0.35/0.00/0.59/0.11)
95 | E4 | 5D | |
---|---|---|---|
RGB | 149 | 228 | 93 |
HSL | 95° | 71.43% | 62.94% |
HSB/HSV | 95° | 59.21% | 89.41% |
CMYK | 34.65% | 0.00% | 59.21% |
10.59% |
Esadicemale | 95 | E4 | 5D |
Decimale | 149 | 228 | 93 |
Binario | 10010101 | 11100100 | 1011101 |
Ottale | 225 | 344 | 135 |
Esempi dei codici css e html per gli elementi di colore #95E45D. Utilizzate rgb(149,228,93) anche al posto del codice hex.
.myTextColor { color: #95E45D; }
<p style="color:#95E45D">This sample text font color is #95E45D.</p>
Il colore di questo testo è #95E45D.
.myBgColor { background-color: #95E45D; }
<div style="background-color:#95E45D">Inner text</div>
Questo div ha lo sfondo di colore #95E45D.
.myBorderColor { border: 1px solid #95E45D; }
<div style="border:3px solid #95E45D">Div</div>
Questo div ha i bordi di colore 95E45D.
.myOpacity80 { color: #95E45D; opacity: 0.8; }
<p style="color:#95E45D;opacity:0.8;">80%</p>
Il testo di color #95E45D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95E45D;}
<p style="text-shadow: 3px 3px 1px #95E45D">Text here.</p>
Questo testo ha l'ombra di colore #95E45D.
.textShadow {text-shadow: 3px 3px 1px #95E45D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95E45D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #95E45D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95E45D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95E45D, Direction=45, Strength=4)">Text</p>
This text has shadow with #95E45D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95E45D; -webkit-box-shadow: 1px 1px 3px 2px #95E45D; box-shadow: 1px 1px 3px 2px #95E45D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95E45D; -webkit-box-shadow: 1px 1px 3px 2px #95E45D; box-shadow:1px 1px 3px 2px #95E45D;">
Div content here</div>
Questo e il testo di colore #95E45D sullo sfondo nero.
Questo e il testo di colore #95E45D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #95E45D.
Questo è un testo bianco sullo sfondo del colore #95E45D.