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