HEX: #71C577
RGB: (113,197,119)
#71C577 enthält hauptsächlich grüne Farbe. Für #71C577 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #71C577 wird in RGB als (113,197,119) definiert.
RGB: (113,197,119)
(44%, 77%, 47%)
R 113 von 255 = 44%
G 197 von 255 = 77%
B 119 von 255 = 47%
R + G + B ~ 56%. #71C577 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 197 + 119 = 429 (100%)
R 113 von 429 ~ 26.34%
G 197 von 429 ~ 45.92%
B 119 von 429 ~ 27.74'%
Die Farbe #71C577 wird in CMYK als (43,0,40,23) definiert.
CMYK: (43,0,40,23) C43M0Y40K23 (43%,0%,40%,23%) (0.43/0.00/0.40/0.23)
Farbe #71C577 in den populären Farbmodellen.
71 | C5 | 77 | |
---|---|---|---|
RGB | 113 | 197 | 119 |
HSL | 124° | 42.00% | 60.78% |
HSB/HSV | 124° | 42.64% | 77.25% |
CMYK | 42.64% | 0.00% | 39.59% |
22.75% |
Die Farbe #71C577 in den populären Zahlensystemen.
Hexadezimal | 71 | C5 | 77 |
Dezimal | 113 | 197 | 119 |
Binär | 1110001 | 11000101 | 1110111 |
Oktal | 161 | 305 | 167 |
Dunkle Töne der Farbe #71C577
Helle Töne der Farbe #71C577
Beispiele css- und html für Elemente in der Farbe #71C577. Bitte benutzen Sie auch rgb(113,197,119) statt hex-Code.
.myTextColor { color: #71C577; }
<p style="color:#71C577">This sample text font color is #71C577.</p>
Die Farbe dieses Textes ist #71C577.
.myBgColor { background-color: #71C577; }
<div style="background-color:#71C577">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71C577.
.myBorderColor { border: 1px solid #71C577; }
<div style="border:3px solid #71C577">Div</div>
Die Grenzen von diesem div sind in Farbe #71C577.
.myOpacity80 { color: #71C577; opacity: 0.8; }
<p style="color:#71C577;opacity:0.8;">80%</p>
Text in Farbe #71C577 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C577;}
<p style="text-shadow: 3px 3px 1px #71C577">Text here.</p>
Dieser Text hat den Schatten in Farbe #71C577.
.textShadow {text-shadow: 3px 3px 1px #71C577', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C577, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71C577 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C577, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C577, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C577 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71C577;
-webkit-box-shadow: 1px 1px 3px 2px #71C577;
box-shadow: 1px 1px 3px 2px #71C577;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71C577; -webkit-box-shadow: 1px 1px 3px 2px #71C577; box-shadow:1px 1px 3px 2px #71C577;">
Div content here
</div>
Dieser Text ist in der Farbe #71C577 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71C577 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71C577.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71C577.
Kontrastfarbe für #hex ist #8E3A88.