HEX: #5ED476
RGB: (94,212,118)
Il colore #5ED476 contiene principalmente il verde. Per il #5ED476 il colore web safe è #66CC66 (#6C6).
Il colore 5ED476 in RGB è definito come 94,212,118
RGB: (94,212,118) (37%,83%,46%)
R 94 da 255 = 37%
G 212 da 255 = 83%
B 118 da 255 = 46%
R + G + B ~ 55%. #5ED476 colore medio (né scuro né chiaro).
R + G + B =
94 + 212 + 118 = 424 (100%)
R 94 da 424 ~ 22.17%
G 212 da 424 ~ 50%
B 118 da 424 ~ 27.83%
Il colore #5ED476 in CMYK è definito come 56,0,44,17.
CMYK: (56,0,44,17) C56M0Y44K17 (56%,0%,44%,17%) (0.56/0.00/0.44/0.17)
5E | D4 | 76 | |
---|---|---|---|
RGB | 94 | 212 | 118 |
HSL | 132° | 57.84% | 60.00% |
HSB/HSV | 132° | 55.66% | 83.14% |
CMYK | 55.66% | 0.00% | 44.34% |
16.86% |
Esadicemale | 5E | D4 | 76 |
Decimale | 94 | 212 | 118 |
Binario | 1011110 | 11010100 | 1110110 |
Ottale | 136 | 324 | 166 |
Esempi dei codici css e html per gli elementi di colore #5ED476. Utilizzate rgb(94,212,118) anche al posto del codice hex.
.myTextColor { color: #5ED476; }
<p style="color:#5ED476">This sample text font color is #5ED476.</p>
Il colore di questo testo è #5ED476.
.myBgColor { background-color: #5ED476; }
<div style="background-color:#5ED476">Inner text</div>
Questo div ha lo sfondo di colore #5ED476.
.myBorderColor { border: 1px solid #5ED476; }
<div style="border:3px solid #5ED476">Div</div>
Questo div ha i bordi di colore 5ED476.
.myOpacity80 { color: #5ED476; opacity: 0.8; }
<p style="color:#5ED476;opacity:0.8;">80%</p>
Il testo di color #5ED476 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5ED476;}
<p style="text-shadow: 3px 3px 1px #5ED476">Text here.</p>
Questo testo ha l'ombra di colore #5ED476.
.textShadow {text-shadow: 3px 3px 1px #5ED476, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5ED476, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #5ED476 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5ED476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5ED476, Direction=45, Strength=4)">Text</p>
This text has shadow with #5ED476 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ED476; -webkit-box-shadow: 1px 1px 3px 2px #5ED476; box-shadow: 1px 1px 3px 2px #5ED476; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5ED476; -webkit-box-shadow: 1px 1px 3px 2px #5ED476; box-shadow:1px 1px 3px 2px #5ED476;">
Div content here</div>
Questo e il testo di colore #5ED476 sullo sfondo nero.
Questo e il testo di colore #5ED476 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #5ED476.
Questo è un testo bianco sullo sfondo del colore #5ED476.