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