HEX: #50CF77
RGB: (80,207,119)
#50CF77 enthält hauptsächlich grüne Farbe. Für #50CF77 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #50CF77 wird in RGB als (80,207,119) definiert.
RGB: (80,207,119) (31%,81%,47%)
R 80 von 255 = 31%
G 207 von 255 = 81%
B 119 von 255 = 47%
R + G + B ~ 53%. #50CF77 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 207 + 119 = 406 (100%)
R 80 von 406 ~ 19.7%
G 207 von 406 ~ 50.99%
B 119 von 406 ~ 29.31%
Die Farbe #50CF77 wird in CMYK als (61,0,43,19) definiert.
CMYK: (61,0,43,19) C61M0Y43K19 (61%,0%,43%,19%) (0.61/0.00/0.43/0.19)
50 | CF | 77 | |
---|---|---|---|
RGB | 80 | 207 | 119 |
HSL | 138° | 56.95% | 56.27% |
HSB/HSV | 138° | 61.35% | 81.18% |
CMYK | 61.35% | 0.00% | 42.51% |
18.82% |
Hexadezimal | 50 | CF | 77 |
Dezimal | 80 | 207 | 119 |
Binär | 1010000 | 11001111 | 1110111 |
Oktal | 120 | 317 | 167 |
Beispiele css- und html für Elemente in der Farbe #50CF77. Bitte benutzen Sie auch rgb(80,207,119) statt hex-Code.
.myTextColor { color: #50CF77; }
<p style="color:#50CF77">This sample text font color is #50CF77.</p>
Die Farbe dieses Textes ist #50CF77.
.myBgColor { background-color: #50CF77; }
<div style="background-color:#50CF77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50CF77.
.myBorderColor { border: 1px solid #50CF77; }
<div style="border:3px solid #50CF77">Div</div>
Die Grenzen von diesem div sind in Farbe #50CF77.
.myOpacity80 { color: #50CF77; opacity: 0.8; }
<p style="color:#50CF77;opacity:0.8;">80%</p>
Text in Farbe #50CF77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50CF77;}
<p style="text-shadow: 3px 3px 1px #50CF77">Text here.</p>
Dieser Text hat den Schatten in Farbe #50CF77.
.textShadow {text-shadow: 3px 3px 1px #50CF77, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50CF77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50CF77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50CF77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50CF77, Direction=45, Strength=4)">Text</p>
This text has shadow with #50CF77 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50CF77; -webkit-box-shadow: 1px 1px 3px 2px #50CF77; box-shadow: 1px 1px 3px 2px #50CF77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50CF77; -webkit-box-shadow: 1px 1px 3px 2px #50CF77; box-shadow:1px 1px 3px 2px #50CF77;">
Div content here</div>
Dieser Text ist in der Farbe #50CF77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50CF77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50CF77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50CF77.