HEX: #50B16D
RGB: (80,177,109)
#50B16D enthält hauptsächlich grüne Farbe. Für #50B16D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #50B16D wird in RGB als (80,177,109) definiert.
RGB: (80,177,109)
(31%, 69%, 43%)
R 80 von 255 = 31%
G 177 von 255 = 69%
B 109 von 255 = 43%
R + G + B ~ 48%. #50B16D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 177 + 109 = 366 (100%)
R 80 von 366 ~ 21.86%
G 177 von 366 ~ 48.36%
B 109 von 366 ~ 29.78'%
Die Farbe #50B16D wird in CMYK als (55,0,38,31) definiert.
CMYK: (55,0,38,31)
C55M0Y38K31 (55%, 0%, 38%, 31%)
(0.55 / 0.00 / 0.38 / 0.31)
Farbe #50B16D in den populären Farbmodellen.
50 | B1 | 6D | |
---|---|---|---|
RGB | 80 | 177 | 109 |
HSL | 138° | 38.34% | 50.39% |
HSB/HSV | 138° | 54.80% | 69.41% |
CMYK | 54.80% | 0.00% | 38.42% |
30.59% |
Die Farbe #50B16D in den populären Zahlensystemen.
Hexadezimal | 50 | B1 | 6D |
Dezimal | 80 | 177 | 109 |
Binär | 1010000 | 10110001 | 1101101 |
Oktal | 120 | 261 | 155 |
Dunkle Töne der Farbe #50B16D
Helle Töne der Farbe #50B16D
Beispiele css- und html für Elemente in der Farbe #50B16D. Bitte benutzen Sie auch rgb(80,177,109) statt hex-Code.
.myTextColor { color: #50B16D; }
<p style="color:#50B16D">This sample text font color is #50B16D.</p>
Die Farbe dieses Textes ist #50B16D.
.myBgColor { background-color: #50B16D; }
<div style="background-color:#50B16D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50B16D.
.myBorderColor { border: 1px solid #50B16D; }
<div style="border:3px solid #50B16D">Div</div>
Die Grenzen von diesem div sind in Farbe #50B16D.
.myOpacity80 { color: #50B16D; opacity: 0.8; }
<p style="color:#50B16D;opacity:0.8;">80%</p>
Text in Farbe #50B16D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50B16D;}
<p style="text-shadow: 3px 3px 1px #50B16D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50B16D.
.textShadow {text-shadow: 3px 3px 1px #50B16D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50B16D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50B16D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B16D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50B16D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50B16D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50B16D;
-webkit-box-shadow: 1px 1px 3px 2px #50B16D;
box-shadow: 1px 1px 3px 2px #50B16D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50B16D; -webkit-box-shadow: 1px 1px 3px 2px #50B16D; box-shadow:1px 1px 3px 2px #50B16D;">
Div content here
</div>
Dieser Text ist in der Farbe #50B16D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50B16D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50B16D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50B16D.
Kontrastfarbe für #hex ist #AF4E92.