HEX: #50C970
RGB: (80,201,112)
#50C970 enthält hauptsächlich grüne Farbe. Für #50C970 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #50C970 wird in RGB als (80,201,112) definiert.
RGB: (80,201,112)
(31%, 79%, 44%)
R 80 von 255 = 31%
G 201 von 255 = 79%
B 112 von 255 = 44%
R + G + B ~ 51%. #50C970 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 201 + 112 = 393 (100%)
R 80 von 393 ~ 20.36%
G 201 von 393 ~ 51.15%
B 112 von 393 ~ 28.5'%
Die Farbe #50C970 wird in CMYK als (60,0,44,21) definiert.
CMYK: (60,0,44,21) C60M0Y44K21 (60%,0%,44%,21%) (0.60/0.00/0.44/0.21)
Farbe #50C970 in den populären Farbmodellen.
50 | C9 | 70 | |
---|---|---|---|
RGB | 80 | 201 | 112 |
HSL | 136° | 52.84% | 55.10% |
HSB/HSV | 136° | 60.20% | 78.82% |
CMYK | 60.20% | 0.00% | 44.28% |
21.18% |
Die Farbe #50C970 in den populären Zahlensystemen.
Hexadezimal | 50 | C9 | 70 |
Dezimal | 80 | 201 | 112 |
Binär | 1010000 | 11001001 | 1110000 |
Oktal | 120 | 311 | 160 |
Dunkle Töne der Farbe #50C970
Helle Töne der Farbe #50C970
Beispiele css- und html für Elemente in der Farbe #50C970. Bitte benutzen Sie auch rgb(80,201,112) statt hex-Code.
.myTextColor { color: #50C970; }
<p style="color:#50C970">This sample text font color is #50C970.</p>
Die Farbe dieses Textes ist #50C970.
.myBgColor { background-color: #50C970; }
<div style="background-color:#50C970">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50C970.
.myBorderColor { border: 1px solid #50C970; }
<div style="border:3px solid #50C970">Div</div>
Die Grenzen von diesem div sind in Farbe #50C970.
.myOpacity80 { color: #50C970; opacity: 0.8; }
<p style="color:#50C970;opacity:0.8;">80%</p>
Text in Farbe #50C970 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50C970;}
<p style="text-shadow: 3px 3px 1px #50C970">Text here.</p>
Dieser Text hat den Schatten in Farbe #50C970.
.textShadow {text-shadow: 3px 3px 1px #50C970', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50C970, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50C970 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50C970, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50C970, Direction=45, Strength=4)">Text</p>
This text has shadow with #50C970 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50C970;
-webkit-box-shadow: 1px 1px 3px 2px #50C970;
box-shadow: 1px 1px 3px 2px #50C970;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50C970; -webkit-box-shadow: 1px 1px 3px 2px #50C970; box-shadow:1px 1px 3px 2px #50C970;">
Div content here
</div>
Dieser Text ist in der Farbe #50C970 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50C970 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50C970.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50C970.
Kontrastfarbe für #hex ist #AF368F.