HEX: #50D468
RGB: (80,212,104)
#50D468 enthält hauptsächlich grüne Farbe. Für #50D468 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #50D468 wird in RGB als (80,212,104) definiert.
RGB: (80,212,104)
(31%, 83%, 41%)
R 80 von 255 = 31%
G 212 von 255 = 83%
B 104 von 255 = 41%
R + G + B ~ 52%. #50D468 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 212 + 104 = 396 (100%)
R 80 von 396 ~ 20.2%
G 212 von 396 ~ 53.54%
B 104 von 396 ~ 26.26'%
Die Farbe #50D468 wird in CMYK als (62,0,51,17) definiert.
CMYK: (62,0,51,17) C62M0Y51K17 (62%,0%,51%,17%) (0.62/0.00/0.51/0.17)
Farbe #50D468 in den populären Farbmodellen.
50 | D4 | 68 | |
---|---|---|---|
RGB | 80 | 212 | 104 |
HSL | 131° | 60.55% | 57.25% |
HSB/HSV | 131° | 62.26% | 83.14% |
CMYK | 62.26% | 0.00% | 50.94% |
16.86% |
Die Farbe #50D468 in den populären Zahlensystemen.
Hexadezimal | 50 | D4 | 68 |
Dezimal | 80 | 212 | 104 |
Binär | 1010000 | 11010100 | 1101000 |
Oktal | 120 | 324 | 150 |
Dunkle Töne der Farbe #50D468
Helle Töne der Farbe #50D468
Beispiele css- und html für Elemente in der Farbe #50D468. Bitte benutzen Sie auch rgb(80,212,104) statt hex-Code.
.myTextColor { color: #50D468; }
<p style="color:#50D468">This sample text font color is #50D468.</p>
Die Farbe dieses Textes ist #50D468.
.myBgColor { background-color: #50D468; }
<div style="background-color:#50D468">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50D468.
.myBorderColor { border: 1px solid #50D468; }
<div style="border:3px solid #50D468">Div</div>
Die Grenzen von diesem div sind in Farbe #50D468.
.myOpacity80 { color: #50D468; opacity: 0.8; }
<p style="color:#50D468;opacity:0.8;">80%</p>
Text in Farbe #50D468 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50D468;}
<p style="text-shadow: 3px 3px 1px #50D468">Text here.</p>
Dieser Text hat den Schatten in Farbe #50D468.
.textShadow {text-shadow: 3px 3px 1px #50D468', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50D468, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50D468 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50D468, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50D468, Direction=45, Strength=4)">Text</p>
This text has shadow with #50D468 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50D468;
-webkit-box-shadow: 1px 1px 3px 2px #50D468;
box-shadow: 1px 1px 3px 2px #50D468;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50D468; -webkit-box-shadow: 1px 1px 3px 2px #50D468; box-shadow:1px 1px 3px 2px #50D468;">
Div content here
</div>
Dieser Text ist in der Farbe #50D468 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50D468 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50D468.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50D468.
Kontrastfarbe für #hex ist #AF2B97.