HEX: #50D78E
RGB: (80,215,142)
#50D78E enthält hauptsächlich grüne Farbe. Für #50D78E ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #50D78E wird in RGB als (80,215,142) definiert.
RGB: (80,215,142)
(31%, 84%, 56%)
R 80 von 255 = 31%
G 215 von 255 = 84%
B 142 von 255 = 56%
R + G + B ~ 57%. #50D78E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 215 + 142 = 437 (100%)
R 80 von 437 ~ 18.31%
G 215 von 437 ~ 49.2%
B 142 von 437 ~ 32.49'%
Die Farbe #50D78E wird in CMYK als (63,0,34,16) definiert.
CMYK: (63,0,34,16)
C63M0Y34K16 (63%, 0%, 34%, 16%)
(0.63 / 0.00 / 0.34 / 0.16)
Farbe #50D78E in den populären Farbmodellen.
50 | D7 | 8E | |
---|---|---|---|
RGB | 80 | 215 | 142 |
HSL | 148° | 62.79% | 57.84% |
HSB/HSV | 148° | 62.79% | 84.31% |
CMYK | 62.79% | 0.00% | 33.95% |
15.69% |
Die Farbe #50D78E in den populären Zahlensystemen.
Hexadezimal | 50 | D7 | 8E |
Dezimal | 80 | 215 | 142 |
Binär | 1010000 | 11010111 | 10001110 |
Oktal | 120 | 327 | 216 |
Dunkle Töne der Farbe #50D78E
Helle Töne der Farbe #50D78E
Beispiele css- und html für Elemente in der Farbe #50D78E. Bitte benutzen Sie auch rgb(80,215,142) statt hex-Code.
.myTextColor { color: #50D78E; }
<p style="color:#50D78E">This sample text font color is #50D78E.</p>
Die Farbe dieses Textes ist #50D78E.
.myBgColor { background-color: #50D78E; }
<div style="background-color:#50D78E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50D78E.
.myBorderColor { border: 1px solid #50D78E; }
<div style="border:3px solid #50D78E">Div</div>
Die Grenzen von diesem div sind in Farbe #50D78E.
.myOpacity80 { color: #50D78E; opacity: 0.8; }
<p style="color:#50D78E;opacity:0.8;">80%</p>
Text in Farbe #50D78E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50D78E;}
<p style="text-shadow: 3px 3px 1px #50D78E">Text here.</p>
Dieser Text hat den Schatten in Farbe #50D78E.
.textShadow {text-shadow: 3px 3px 1px #50D78E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50D78E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50D78E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50D78E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50D78E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50D78E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50D78E;
-webkit-box-shadow: 1px 1px 3px 2px #50D78E;
box-shadow: 1px 1px 3px 2px #50D78E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50D78E; -webkit-box-shadow: 1px 1px 3px 2px #50D78E; box-shadow:1px 1px 3px 2px #50D78E;">
Div content here
</div>
Dieser Text ist in der Farbe #50D78E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50D78E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50D78E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50D78E.
Kontrastfarbe für #hex ist #AF2871.