HEX: #81DC77
RGB: (129,220,119)
Il colore #81DC77 contiene principalmente il verde. Per il #81DC77 il colore web safe è #99CC66 (#9C6).
Il colore 81DC77 in RGB è definito come 129,220,119
RGB: (129,220,119)
(51%, 86%, 47%)
R 129 da 255 = 51%
G 220 da 255 = 86%
B 119 da 255 = 47%
R + G + B ~ 61%. #81DC77 colore abbastanza chiaro.
R + G + B = 129 + 220 + 119 = 468 (100%)
R 129 da 468 ~ 27.56%
G 220 da 468 ~ 47.01%
B 119 da 468 ~ 25.43'%
Il colore #81DC77 in CMYK è definito come 41,0,46,14.
CMYK: (41,0,46,14)
C41M0Y46K14 (41%, 0%, 46%, 14%)
(0.41 / 0.00 / 0.46 / 0.14)
Il #81DC77 nei modelli di colore popolari.
81 | DC | 77 | |
---|---|---|---|
RGB | 129 | 220 | 119 |
HSL | 114° | 59.06% | 66.47% |
HSB/HSV | 114° | 45.91% | 86.27% |
CMYK | 41.36% | 0.00% | 45.91% |
13.73% |
Il #81DC77 nei modelli numerici popolari.
Esadicemale | 81 | DC | 77 |
Decimale | 129 | 220 | 119 |
Binario | 10000001 | 11011100 | 1110111 |
Ottale | 201 | 334 | 167 |
Tonalità scure del colore #81DC77
Tonalità chiare del colore #81DC77
Esempi dei codici css e html per gli elementi di colore #81DC77. Utilizzate rgb(129,220,119) anche al posto del codice hex.
.myTextColor { color: #81DC77; }
<p style="color:#81DC77">This sample text font color is #81DC77.</p>
Il colore di questo testo è #81DC77.
.myBgColor { background-color: #81DC77; }
<div style="background-color:#81DC77">Inner text</div>
Questo div ha lo sfondo di colore #81DC77.
.myBorderColor { border: 1px solid #81DC77; }
<div style="border:3px solid #81DC77">Div</div>
Questo div ha i bordi di colore 81DC77.
.myOpacity80 { color: #81DC77; opacity: 0.8; }
<p style="color:#81DC77;opacity:0.8;">80%</p>
Il testo di color #81DC77 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #81DC77;}
<p style="text-shadow: 3px 3px 1px #81DC77">Text here.</p>
Questo testo ha l'ombra di colore #81DC77.
.textShadow {text-shadow: 3px 3px 1px #81DC77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #81DC77, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #81DC77 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#81DC77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#81DC77, Direction=45, Strength=4)">Text</p>
This text has shadow with #81DC77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #81DC77;
-webkit-box-shadow: 1px 1px 3px 2px #81DC77;
box-shadow: 1px 1px 3px 2px #81DC77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81DC77; -webkit-box-shadow: 1px 1px 3px 2px #81DC77; box-shadow:1px 1px 3px 2px #81DC77;">
Div content here
</div>
Questo e il testo di colore #81DC77 sullo sfondo nero.
Questo e il testo di colore #81DC77 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #81DC77.
Questo è un testo bianco sullo sfondo del colore #81DC77.
Il colore complimentare del #hex è #7E2388..