HEX: #50CA1C
RGB: (80,202,28)
#50CA1C enthält hauptsächlich grüne Farbe. Für #50CA1C ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #50CA1C wird in RGB als (80,202,28) definiert.
RGB: (80,202,28) (31%,79%,11%)
R 80 von 255 = 31%
G 202 von 255 = 79%
B 28 von 255 = 11%
R + G + B ~ 40%. #50CA1C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 202 + 28 = 310 (100%)
R 80 von 310 ~ 25.81%
G 202 von 310 ~ 65.16%
B 28 von 310 ~ 9.03%
Die Farbe #50CA1C wird in CMYK als (60,0,86,21) definiert.
CMYK: (60,0,86,21) C60M0Y86K21 (60%,0%,86%,21%) (0.60/0.00/0.86/0.21)
50 | CA | 1C | |
---|---|---|---|
RGB | 80 | 202 | 28 |
HSL | 102° | 75.65% | 45.10% |
HSB/HSV | 102° | 86.14% | 79.22% |
CMYK | 60.40% | 0.00% | 86.14% |
20.78% |
Hexadezimal | 50 | CA | 1C |
Dezimal | 80 | 202 | 28 |
Binär | 1010000 | 11001010 | 11100 |
Oktal | 120 | 312 | 34 |
Beispiele css- und html für Elemente in der Farbe #50CA1C. Bitte benutzen Sie auch rgb(80,202,28) statt hex-Code.
.myTextColor { color: #50CA1C; }
<p style="color:#50CA1C">This sample text font color is #50CA1C.</p>
Die Farbe dieses Textes ist #50CA1C.
.myBgColor { background-color: #50CA1C; }
<div style="background-color:#50CA1C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50CA1C.
.myBorderColor { border: 1px solid #50CA1C; }
<div style="border:3px solid #50CA1C">Div</div>
Die Grenzen von diesem div sind in Farbe #50CA1C.
.myOpacity80 { color: #50CA1C; opacity: 0.8; }
<p style="color:#50CA1C;opacity:0.8;">80%</p>
Text in Farbe #50CA1C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50CA1C;}
<p style="text-shadow: 3px 3px 1px #50CA1C">Text here.</p>
Dieser Text hat den Schatten in Farbe #50CA1C.
.textShadow {text-shadow: 3px 3px 1px #50CA1C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50CA1C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50CA1C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50CA1C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50CA1C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50CA1C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50CA1C; -webkit-box-shadow: 1px 1px 3px 2px #50CA1C; box-shadow: 1px 1px 3px 2px #50CA1C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50CA1C; -webkit-box-shadow: 1px 1px 3px 2px #50CA1C; box-shadow:1px 1px 3px 2px #50CA1C;">
Div content here</div>
Dieser Text ist in der Farbe #50CA1C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50CA1C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50CA1C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50CA1C.