HEX: #50BC75
RGB: (80,188,117)
#50BC75 enthält hauptsächlich grüne Farbe. Für #50BC75 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #50BC75 wird in RGB als (80,188,117) definiert.
RGB: (80,188,117) (31%,74%,46%)
R 80 von 255 = 31%
G 188 von 255 = 74%
B 117 von 255 = 46%
R + G + B ~ 50%. #50BC75 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 188 + 117 = 385 (100%)
R 80 von 385 ~ 20.78%
G 188 von 385 ~ 48.83%
B 117 von 385 ~ 30.39%
Die Farbe #50BC75 wird in CMYK als (57,0,38,26) definiert.
CMYK: (57,0,38,26) C57M0Y38K26 (57%,0%,38%,26%) (0.57/0.00/0.38/0.26)
50 | BC | 75 | |
---|---|---|---|
RGB | 80 | 188 | 117 |
HSL | 141° | 44.63% | 52.55% |
HSB/HSV | 141° | 57.45% | 73.73% |
CMYK | 57.45% | 0.00% | 37.77% |
26.27% |
Hexadezimal | 50 | BC | 75 |
Dezimal | 80 | 188 | 117 |
Binär | 1010000 | 10111100 | 1110101 |
Oktal | 120 | 274 | 165 |
Beispiele css- und html für Elemente in der Farbe #50BC75. Bitte benutzen Sie auch rgb(80,188,117) statt hex-Code.
.myTextColor { color: #50BC75; }
<p style="color:#50BC75">This sample text font color is #50BC75.</p>
Die Farbe dieses Textes ist #50BC75.
.myBgColor { background-color: #50BC75; }
<div style="background-color:#50BC75">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50BC75.
.myBorderColor { border: 1px solid #50BC75; }
<div style="border:3px solid #50BC75">Div</div>
Die Grenzen von diesem div sind in Farbe #50BC75.
.myOpacity80 { color: #50BC75; opacity: 0.8; }
<p style="color:#50BC75;opacity:0.8;">80%</p>
Text in Farbe #50BC75 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50BC75;}
<p style="text-shadow: 3px 3px 1px #50BC75">Text here.</p>
Dieser Text hat den Schatten in Farbe #50BC75.
.textShadow {text-shadow: 3px 3px 1px #50BC75, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50BC75, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50BC75 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50BC75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50BC75, Direction=45, Strength=4)">Text</p>
This text has shadow with #50BC75 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50BC75; -webkit-box-shadow: 1px 1px 3px 2px #50BC75; box-shadow: 1px 1px 3px 2px #50BC75; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50BC75; -webkit-box-shadow: 1px 1px 3px 2px #50BC75; box-shadow:1px 1px 3px 2px #50BC75;">
Div content here</div>
Dieser Text ist in der Farbe #50BC75 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50BC75 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50BC75.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50BC75.