HEX: #77D14E
RGB: (119,209,78)
Il colore #77D14E contiene principalmente il verde. Per il #77D14E il colore web safe è #66CC66 (#6C6).
Il colore 77D14E in RGB è definito come 119,209,78
RGB: (119,209,78) (47%,82%,31%)
R 119 da 255 = 47%
G 209 da 255 = 82%
B 78 da 255 = 31%
R + G + B ~ 53%. #77D14E colore medio (né scuro né chiaro).
R + G + B =
119 + 209 + 78 = 406 (100%)
R 119 da 406 ~ 29.31%
G 209 da 406 ~ 51.48%
B 78 da 406 ~ 19.21%
Il colore #77D14E in CMYK è definito come 43,0,63,18.
CMYK: (43,0,63,18) C43M0Y63K18 (43%,0%,63%,18%) (0.43/0.00/0.63/0.18)
77 | D1 | 4E | |
---|---|---|---|
RGB | 119 | 209 | 78 |
HSL | 101° | 58.74% | 56.27% |
HSB/HSV | 101° | 62.68% | 81.96% |
CMYK | 43.06% | 0.00% | 62.68% |
18.04% |
Esadicemale | 77 | D1 | 4E |
Decimale | 119 | 209 | 78 |
Binario | 1110111 | 11010001 | 1001110 |
Ottale | 167 | 321 | 116 |
Esempi dei codici css e html per gli elementi di colore #77D14E. Utilizzate rgb(119,209,78) anche al posto del codice hex.
.myTextColor { color: #77D14E; }
<p style="color:#77D14E">This sample text font color is #77D14E.</p>
Il colore di questo testo è #77D14E.
.myBgColor { background-color: #77D14E; }
<div style="background-color:#77D14E">Inner text</div>
Questo div ha lo sfondo di colore #77D14E.
.myBorderColor { border: 1px solid #77D14E; }
<div style="border:3px solid #77D14E">Div</div>
Questo div ha i bordi di colore 77D14E.
.myOpacity80 { color: #77D14E; opacity: 0.8; }
<p style="color:#77D14E;opacity:0.8;">80%</p>
Il testo di color #77D14E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77D14E;}
<p style="text-shadow: 3px 3px 1px #77D14E">Text here.</p>
Questo testo ha l'ombra di colore #77D14E.
.textShadow {text-shadow: 3px 3px 1px #77D14E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77D14E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #77D14E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77D14E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77D14E, Direction=45, Strength=4)">Text</p>
This text has shadow with #77D14E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77D14E; -webkit-box-shadow: 1px 1px 3px 2px #77D14E; box-shadow: 1px 1px 3px 2px #77D14E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77D14E; -webkit-box-shadow: 1px 1px 3px 2px #77D14E; box-shadow:1px 1px 3px 2px #77D14E;">
Div content here</div>
Questo e il testo di colore #77D14E sullo sfondo nero.
Questo e il testo di colore #77D14E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #77D14E.
Questo è un testo bianco sullo sfondo del colore #77D14E.