HEX: #77E57D
RGB: (119,229,125)
#77E57D enthält hauptsächlich grüne Farbe. Für #77E57D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77E57D wird in RGB als (119,229,125) definiert.
RGB: (119,229,125)
(47%, 90%, 49%)
R 119 von 255 = 47%
G 229 von 255 = 90%
B 125 von 255 = 49%
R + G + B ~ 62%. #77E57D ziemlich helle Farbe.
R + G + B = 119 + 229 + 125 = 473 (100%)
R 119 von 473 ~ 25.16%
G 229 von 473 ~ 48.41%
B 125 von 473 ~ 26.43'%
Die Farbe #77E57D wird in CMYK als (48,0,45,10) definiert.
CMYK: (48,0,45,10)
C48M0Y45K10 (48%, 0%, 45%, 10%)
(0.48 / 0.00 / 0.45 / 0.10)
Farbe #77E57D in den populären Farbmodellen.
77 | E5 | 7D | |
---|---|---|---|
RGB | 119 | 229 | 125 |
HSL | 123° | 67.90% | 68.24% |
HSB/HSV | 123° | 48.03% | 89.80% |
CMYK | 48.03% | 0.00% | 45.41% |
10.20% |
Die Farbe #77E57D in den populären Zahlensystemen.
Hexadezimal | 77 | E5 | 7D |
Dezimal | 119 | 229 | 125 |
Binär | 1110111 | 11100101 | 1111101 |
Oktal | 167 | 345 | 175 |
Dunkle Töne der Farbe #77E57D
Helle Töne der Farbe #77E57D
Beispiele css- und html für Elemente in der Farbe #77E57D. Bitte benutzen Sie auch rgb(119,229,125) statt hex-Code.
.myTextColor { color: #77E57D; }
<p style="color:#77E57D">This sample text font color is #77E57D.</p>
Die Farbe dieses Textes ist #77E57D.
.myBgColor { background-color: #77E57D; }
<div style="background-color:#77E57D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77E57D.
.myBorderColor { border: 1px solid #77E57D; }
<div style="border:3px solid #77E57D">Div</div>
Die Grenzen von diesem div sind in Farbe #77E57D.
.myOpacity80 { color: #77E57D; opacity: 0.8; }
<p style="color:#77E57D;opacity:0.8;">80%</p>
Text in Farbe #77E57D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77E57D;}
<p style="text-shadow: 3px 3px 1px #77E57D">Text here.</p>
Dieser Text hat den Schatten in Farbe #77E57D.
.textShadow {text-shadow: 3px 3px 1px #77E57D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77E57D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77E57D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77E57D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77E57D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77E57D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77E57D;
-webkit-box-shadow: 1px 1px 3px 2px #77E57D;
box-shadow: 1px 1px 3px 2px #77E57D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77E57D; -webkit-box-shadow: 1px 1px 3px 2px #77E57D; box-shadow:1px 1px 3px 2px #77E57D;">
Div content here
</div>
Dieser Text ist in der Farbe #77E57D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77E57D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77E57D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77E57D.
Kontrastfarbe für #hex ist #881A82.