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