HEX: #71DB34
RGB: (113,219,52)
Il colore #71DB34 contiene principalmente il verde. Per il #71DB34 il colore web safe è #66CC33 (#6C3).
Il colore 71DB34 in RGB è definito come 113,219,52
RGB: (113,219,52) (44%,86%,20%)
R 113 da 255 = 44%
G 219 da 255 = 86%
B 52 da 255 = 20%
R + G + B ~ 50%. #71DB34 colore medio (né scuro né chiaro).
R + G + B =
113 + 219 + 52 = 384 (100%)
R 113 da 384 ~ 29.43%
G 219 da 384 ~ 57.03%
B 52 da 384 ~ 13.54%
Il colore #71DB34 in CMYK è definito come 48,0,76,14.
CMYK: (48,0,76,14) C48M0Y76K14 (48%,0%,76%,14%) (0.48/0.00/0.76/0.14)
71 | DB | 34 | |
---|---|---|---|
RGB | 113 | 219 | 52 |
HSL | 98° | 69.87% | 53.14% |
HSB/HSV | 98° | 76.26% | 85.88% |
CMYK | 48.40% | 0.00% | 76.26% |
14.12% |
Esadicemale | 71 | DB | 34 |
Decimale | 113 | 219 | 52 |
Binario | 1110001 | 11011011 | 110100 |
Ottale | 161 | 333 | 64 |
Esempi dei codici css e html per gli elementi di colore #71DB34. Utilizzate rgb(113,219,52) anche al posto del codice hex.
.myTextColor { color: #71DB34; }
<p style="color:#71DB34">This sample text font color is #71DB34.</p>
Il colore di questo testo è #71DB34.
.myBgColor { background-color: #71DB34; }
<div style="background-color:#71DB34">Inner text</div>
Questo div ha lo sfondo di colore #71DB34.
.myBorderColor { border: 1px solid #71DB34; }
<div style="border:3px solid #71DB34">Div</div>
Questo div ha i bordi di colore 71DB34.
.myOpacity80 { color: #71DB34; opacity: 0.8; }
<p style="color:#71DB34;opacity:0.8;">80%</p>
Il testo di color #71DB34 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71DB34;}
<p style="text-shadow: 3px 3px 1px #71DB34">Text here.</p>
Questo testo ha l'ombra di colore #71DB34.
.textShadow {text-shadow: 3px 3px 1px #71DB34, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71DB34, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #71DB34 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71DB34, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71DB34, Direction=45, Strength=4)">Text</p>
This text has shadow with #71DB34 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71DB34; -webkit-box-shadow: 1px 1px 3px 2px #71DB34; box-shadow: 1px 1px 3px 2px #71DB34; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71DB34; -webkit-box-shadow: 1px 1px 3px 2px #71DB34; box-shadow:1px 1px 3px 2px #71DB34;">
Div content here</div>
Questo e il testo di colore #71DB34 sullo sfondo nero.
Questo e il testo di colore #71DB34 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #71DB34.
Questo è un testo bianco sullo sfondo del colore #71DB34.