HEX: #50B272
RGB: (80,178,114)
#50B272 enthält hauptsächlich grüne Farbe. Für #50B272 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #50B272 wird in RGB als (80,178,114) definiert.
RGB: (80,178,114) (31%,70%,45%)
R 80 von 255 = 31%
G 178 von 255 = 70%
B 114 von 255 = 45%
R + G + B ~ 49%. #50B272 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 178 + 114 = 372 (100%)
R 80 von 372 ~ 21.51%
G 178 von 372 ~ 47.85%
B 114 von 372 ~ 30.65%
Die Farbe #50B272 wird in CMYK als (55,0,36,30) definiert.
CMYK: (55,0,36,30) C55M0Y36K30 (55%,0%,36%,30%) (0.55/0.00/0.36/0.30)
50 | B2 | 72 | |
---|---|---|---|
RGB | 80 | 178 | 114 |
HSL | 141° | 38.89% | 50.59% |
HSB/HSV | 141° | 55.06% | 69.80% |
CMYK | 55.06% | 0.00% | 35.96% |
30.20% |
Hexadezimal | 50 | B2 | 72 |
Dezimal | 80 | 178 | 114 |
Binär | 1010000 | 10110010 | 1110010 |
Oktal | 120 | 262 | 162 |
Beispiele css- und html für Elemente in der Farbe #50B272. Bitte benutzen Sie auch rgb(80,178,114) statt hex-Code.
.myTextColor { color: #50B272; }
<p style="color:#50B272">This sample text font color is #50B272.</p>
Die Farbe dieses Textes ist #50B272.
.myBgColor { background-color: #50B272; }
<div style="background-color:#50B272">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50B272.
.myBorderColor { border: 1px solid #50B272; }
<div style="border:3px solid #50B272">Div</div>
Die Grenzen von diesem div sind in Farbe #50B272.
.myOpacity80 { color: #50B272; opacity: 0.8; }
<p style="color:#50B272;opacity:0.8;">80%</p>
Text in Farbe #50B272 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50B272;}
<p style="text-shadow: 3px 3px 1px #50B272">Text here.</p>
Dieser Text hat den Schatten in Farbe #50B272.
.textShadow {text-shadow: 3px 3px 1px #50B272, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50B272, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50B272 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B272, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50B272, Direction=45, Strength=4)">Text</p>
This text has shadow with #50B272 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50B272; -webkit-box-shadow: 1px 1px 3px 2px #50B272; box-shadow: 1px 1px 3px 2px #50B272; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50B272; -webkit-box-shadow: 1px 1px 3px 2px #50B272; box-shadow:1px 1px 3px 2px #50B272;">
Div content here</div>
Dieser Text ist in der Farbe #50B272 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50B272 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50B272.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50B272.