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