HEX: #55CC87
RGB: (85,204,135)
#55CC87 enthält hauptsächlich grüne Farbe. Für #55CC87 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #55CC87 wird in RGB als (85,204,135) definiert.
RGB: (85,204,135) (33%,80%,53%)
R 85 von 255 = 33%
G 204 von 255 = 80%
B 135 von 255 = 53%
R + G + B ~ 55%. #55CC87 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 204 + 135 = 424 (100%)
R 85 von 424 ~ 20.05%
G 204 von 424 ~ 48.11%
B 135 von 424 ~ 31.84%
Die Farbe #55CC87 wird in CMYK als (58,0,34,20) definiert.
CMYK: (58,0,34,20) C58M0Y34K20 (58%,0%,34%,20%) (0.58/0.00/0.34/0.20)
55 | CC | 87 | |
---|---|---|---|
RGB | 85 | 204 | 135 |
HSL | 145° | 53.85% | 56.67% |
HSB/HSV | 145° | 58.33% | 80.00% |
CMYK | 58.33% | 0.00% | 33.82% |
20.00% |
Hexadezimal | 55 | CC | 87 |
Dezimal | 85 | 204 | 135 |
Binär | 1010101 | 11001100 | 10000111 |
Oktal | 125 | 314 | 207 |
Beispiele css- und html für Elemente in der Farbe #55CC87. Bitte benutzen Sie auch rgb(85,204,135) statt hex-Code.
.myTextColor { color: #55CC87; }
<p style="color:#55CC87">This sample text font color is #55CC87.</p>
Die Farbe dieses Textes ist #55CC87.
.myBgColor { background-color: #55CC87; }
<div style="background-color:#55CC87">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55CC87.
.myBorderColor { border: 1px solid #55CC87; }
<div style="border:3px solid #55CC87">Div</div>
Die Grenzen von diesem div sind in Farbe #55CC87.
.myOpacity80 { color: #55CC87; opacity: 0.8; }
<p style="color:#55CC87;opacity:0.8;">80%</p>
Text in Farbe #55CC87 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55CC87;}
<p style="text-shadow: 3px 3px 1px #55CC87">Text here.</p>
Dieser Text hat den Schatten in Farbe #55CC87.
.textShadow {text-shadow: 3px 3px 1px #55CC87, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55CC87, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55CC87 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55CC87, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55CC87, Direction=45, Strength=4)">Text</p>
This text has shadow with #55CC87 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55CC87; -webkit-box-shadow: 1px 1px 3px 2px #55CC87; box-shadow: 1px 1px 3px 2px #55CC87; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55CC87; -webkit-box-shadow: 1px 1px 3px 2px #55CC87; box-shadow:1px 1px 3px 2px #55CC87;">
Div content here</div>
Dieser Text ist in der Farbe #55CC87 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55CC87 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55CC87.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55CC87.