HEX: #95D37E
RGB: (149,211,126)
Il colore #95D37E contiene principalmente il verde. Per il #95D37E il colore web safe è #99CC66 (#9C6).
Il colore 95D37E in RGB è definito come 149,211,126
RGB: (149,211,126) (58%,83%,49%)
R 149 da 255 = 58%
G 211 da 255 = 83%
B 126 da 255 = 49%
R + G + B ~ 63%. #95D37E colore abbastanza chiaro.
R + G + B =
149 + 211 + 126 = 486 (100%)
R 149 da 486 ~ 30.66%
G 211 da 486 ~ 43.42%
B 126 da 486 ~ 25.93%
Il colore #95D37E in CMYK è definito come 29,0,40,17.
CMYK: (29,0,40,17) C29M0Y40K17 (29%,0%,40%,17%) (0.29/0.00/0.40/0.17)
95 | D3 | 7E | |
---|---|---|---|
RGB | 149 | 211 | 126 |
HSL | 104° | 49.13% | 66.08% |
HSB/HSV | 104° | 40.28% | 82.75% |
CMYK | 29.38% | 0.00% | 40.28% |
17.25% |
Esadicemale | 95 | D3 | 7E |
Decimale | 149 | 211 | 126 |
Binario | 10010101 | 11010011 | 1111110 |
Ottale | 225 | 323 | 176 |
Esempi dei codici css e html per gli elementi di colore #95D37E. Utilizzate rgb(149,211,126) anche al posto del codice hex.
.myTextColor { color: #95D37E; }
<p style="color:#95D37E">This sample text font color is #95D37E.</p>
Il colore di questo testo è #95D37E.
.myBgColor { background-color: #95D37E; }
<div style="background-color:#95D37E">Inner text</div>
Questo div ha lo sfondo di colore #95D37E.
.myBorderColor { border: 1px solid #95D37E; }
<div style="border:3px solid #95D37E">Div</div>
Questo div ha i bordi di colore 95D37E.
.myOpacity80 { color: #95D37E; opacity: 0.8; }
<p style="color:#95D37E;opacity:0.8;">80%</p>
Il testo di color #95D37E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95D37E;}
<p style="text-shadow: 3px 3px 1px #95D37E">Text here.</p>
Questo testo ha l'ombra di colore #95D37E.
.textShadow {text-shadow: 3px 3px 1px #95D37E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95D37E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #95D37E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95D37E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95D37E, Direction=45, Strength=4)">Text</p>
This text has shadow with #95D37E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95D37E; -webkit-box-shadow: 1px 1px 3px 2px #95D37E; box-shadow: 1px 1px 3px 2px #95D37E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95D37E; -webkit-box-shadow: 1px 1px 3px 2px #95D37E; box-shadow:1px 1px 3px 2px #95D37E;">
Div content here</div>
Questo e il testo di colore #95D37E sullo sfondo nero.
Questo e il testo di colore #95D37E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #95D37E.
Questo è un testo bianco sullo sfondo del colore #95D37E.