HEX: #77EC96
RGB: (119,236,150)
#77EC96 enthält hauptsächlich grüne Farbe. Für #77EC96 ist eine «websichere» Webfarbe #66FF99 (oder kurz #6F9).
Die Farbe #77EC96 wird in RGB als (119,236,150) definiert.
RGB: (119,236,150)
(47%, 93%, 59%)
R 119 von 255 = 47%
G 236 von 255 = 93%
B 150 von 255 = 59%
R + G + B ~ 66%. #77EC96 ziemlich helle Farbe.
R + G + B = 119 + 236 + 150 = 505 (100%)
R 119 von 505 ~ 23.56%
G 236 von 505 ~ 46.73%
B 150 von 505 ~ 29.7'%
Die Farbe #77EC96 wird in CMYK als (50,0,36,7) definiert.
CMYK: (50,0,36,7)
C50M0Y36K7 (50%, 0%, 36%, 7%)
(0.50 / 0.00 / 0.36 / 0.07)
Farbe #77EC96 in den populären Farbmodellen.
77 | EC | 96 | |
---|---|---|---|
RGB | 119 | 236 | 150 |
HSL | 136° | 75.48% | 69.61% |
HSB/HSV | 136° | 49.58% | 92.55% |
CMYK | 49.58% | 0.00% | 36.44% |
7.45% |
Die Farbe #77EC96 in den populären Zahlensystemen.
Hexadezimal | 77 | EC | 96 |
Dezimal | 119 | 236 | 150 |
Binär | 1110111 | 11101100 | 10010110 |
Oktal | 167 | 354 | 226 |
Dunkle Töne der Farbe #77EC96
Helle Töne der Farbe #77EC96
Beispiele css- und html für Elemente in der Farbe #77EC96. Bitte benutzen Sie auch rgb(119,236,150) statt hex-Code.
.myTextColor { color: #77EC96; }
<p style="color:#77EC96">This sample text font color is #77EC96.</p>
Die Farbe dieses Textes ist #77EC96.
.myBgColor { background-color: #77EC96; }
<div style="background-color:#77EC96">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77EC96.
.myBorderColor { border: 1px solid #77EC96; }
<div style="border:3px solid #77EC96">Div</div>
Die Grenzen von diesem div sind in Farbe #77EC96.
.myOpacity80 { color: #77EC96; opacity: 0.8; }
<p style="color:#77EC96;opacity:0.8;">80%</p>
Text in Farbe #77EC96 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77EC96;}
<p style="text-shadow: 3px 3px 1px #77EC96">Text here.</p>
Dieser Text hat den Schatten in Farbe #77EC96.
.textShadow {text-shadow: 3px 3px 1px #77EC96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77EC96, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77EC96 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77EC96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77EC96, Direction=45, Strength=4)">Text</p>
This text has shadow with #77EC96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77EC96;
-webkit-box-shadow: 1px 1px 3px 2px #77EC96;
box-shadow: 1px 1px 3px 2px #77EC96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77EC96; -webkit-box-shadow: 1px 1px 3px 2px #77EC96; box-shadow:1px 1px 3px 2px #77EC96;">
Div content here
</div>
Dieser Text ist in der Farbe #77EC96 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77EC96 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77EC96.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77EC96.
Kontrastfarbe für #hex ist #881369.