HEX: #50CB64
RGB: (80,203,100)
#50CB64 enthält hauptsächlich grüne Farbe. Für #50CB64 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #50CB64 wird in RGB als (80,203,100) definiert.
RGB: (80,203,100) (31%,80%,39%)
R 80 von 255 = 31%
G 203 von 255 = 80%
B 100 von 255 = 39%
R + G + B ~ 50%. #50CB64 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 203 + 100 = 383 (100%)
R 80 von 383 ~ 20.89%
G 203 von 383 ~ 53%
B 100 von 383 ~ 26.11%
Die Farbe #50CB64 wird in CMYK als (61,0,51,20) definiert.
CMYK: (61,0,51,20) C61M0Y51K20 (61%,0%,51%,20%) (0.61/0.00/0.51/0.20)
50 | CB | 64 | |
---|---|---|---|
RGB | 80 | 203 | 100 |
HSL | 130° | 54.19% | 55.49% |
HSB/HSV | 130° | 60.59% | 79.61% |
CMYK | 60.59% | 0.00% | 50.74% |
20.39% |
Hexadezimal | 50 | CB | 64 |
Dezimal | 80 | 203 | 100 |
Binär | 1010000 | 11001011 | 1100100 |
Oktal | 120 | 313 | 144 |
Beispiele css- und html für Elemente in der Farbe #50CB64. Bitte benutzen Sie auch rgb(80,203,100) statt hex-Code.
.myTextColor { color: #50CB64; }
<p style="color:#50CB64">This sample text font color is #50CB64.</p>
Die Farbe dieses Textes ist #50CB64.
.myBgColor { background-color: #50CB64; }
<div style="background-color:#50CB64">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50CB64.
.myBorderColor { border: 1px solid #50CB64; }
<div style="border:3px solid #50CB64">Div</div>
Die Grenzen von diesem div sind in Farbe #50CB64.
.myOpacity80 { color: #50CB64; opacity: 0.8; }
<p style="color:#50CB64;opacity:0.8;">80%</p>
Text in Farbe #50CB64 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50CB64;}
<p style="text-shadow: 3px 3px 1px #50CB64">Text here.</p>
Dieser Text hat den Schatten in Farbe #50CB64.
.textShadow {text-shadow: 3px 3px 1px #50CB64, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50CB64, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50CB64 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50CB64, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50CB64, Direction=45, Strength=4)">Text</p>
This text has shadow with #50CB64 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50CB64; -webkit-box-shadow: 1px 1px 3px 2px #50CB64; box-shadow: 1px 1px 3px 2px #50CB64; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50CB64; -webkit-box-shadow: 1px 1px 3px 2px #50CB64; box-shadow:1px 1px 3px 2px #50CB64;">
Div content here</div>
Dieser Text ist in der Farbe #50CB64 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50CB64 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50CB64.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50CB64.