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