HEX: #77C851
RGB: (119,200,81)
#77C851 enthält hauptsächlich grüne Farbe. Für #77C851 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77C851 wird in RGB als (119,200,81) definiert.
RGB: (119,200,81)
(47%, 78%, 32%)
R 119 von 255 = 47%
G 200 von 255 = 78%
B 81 von 255 = 32%
R + G + B ~ 52%. #77C851 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 200 + 81 = 400 (100%)
R 119 von 400 ~ 29.75%
G 200 von 400 ~ 50%
B 81 von 400 ~ 20.25'%
Die Farbe #77C851 wird in CMYK als (41,0,60,22) definiert.
CMYK: (41,0,60,22) C41M0Y60K22 (41%,0%,60%,22%) (0.41/0.00/0.60/0.22)
Farbe #77C851 in den populären Farbmodellen.
77 | C8 | 51 | |
---|---|---|---|
RGB | 119 | 200 | 81 |
HSL | 101° | 51.97% | 55.10% |
HSB/HSV | 101° | 59.50% | 78.43% |
CMYK | 40.50% | 0.00% | 59.50% |
21.57% |
Die Farbe #77C851 in den populären Zahlensystemen.
Hexadezimal | 77 | C8 | 51 |
Dezimal | 119 | 200 | 81 |
Binär | 1110111 | 11001000 | 1010001 |
Oktal | 167 | 310 | 121 |
Dunkle Töne der Farbe #77C851
Helle Töne der Farbe #77C851
Beispiele css- und html für Elemente in der Farbe #77C851. Bitte benutzen Sie auch rgb(119,200,81) statt hex-Code.
.myTextColor { color: #77C851; }
<p style="color:#77C851">This sample text font color is #77C851.</p>
Die Farbe dieses Textes ist #77C851.
.myBgColor { background-color: #77C851; }
<div style="background-color:#77C851">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C851.
.myBorderColor { border: 1px solid #77C851; }
<div style="border:3px solid #77C851">Div</div>
Die Grenzen von diesem div sind in Farbe #77C851.
.myOpacity80 { color: #77C851; opacity: 0.8; }
<p style="color:#77C851;opacity:0.8;">80%</p>
Text in Farbe #77C851 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C851;}
<p style="text-shadow: 3px 3px 1px #77C851">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C851.
.textShadow {text-shadow: 3px 3px 1px #77C851', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C851, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C851 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C851, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C851, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C851 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77C851;
-webkit-box-shadow: 1px 1px 3px 2px #77C851;
box-shadow: 1px 1px 3px 2px #77C851;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77C851; -webkit-box-shadow: 1px 1px 3px 2px #77C851; box-shadow:1px 1px 3px 2px #77C851;">
Div content here
</div>
Dieser Text ist in der Farbe #77C851 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C851 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C851.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C851.
Kontrastfarbe für #hex ist #8837AE.