HEX: #55BB7A
RGB: (85,187,122)
#55BB7A enthält hauptsächlich grüne Farbe. Für #55BB7A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #55BB7A wird in RGB als (85,187,122) definiert.
RGB: (85,187,122)
(33%, 73%, 48%)
R 85 von 255 = 33%
G 187 von 255 = 73%
B 122 von 255 = 48%
R + G + B ~ 51%. #55BB7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 187 + 122 = 394 (100%)
R 85 von 394 ~ 21.57%
G 187 von 394 ~ 47.46%
B 122 von 394 ~ 30.96'%
Die Farbe #55BB7A wird in CMYK als (55,0,35,27) definiert.
CMYK: (55,0,35,27)
C55M0Y35K27 (55%, 0%, 35%, 27%)
(0.55 / 0.00 / 0.35 / 0.27)
Farbe #55BB7A in den populären Farbmodellen.
55 | BB | 7A | |
---|---|---|---|
RGB | 85 | 187 | 122 |
HSL | 142° | 42.86% | 53.33% |
HSB/HSV | 142° | 54.55% | 73.33% |
CMYK | 54.55% | 0.00% | 34.76% |
26.67% |
Die Farbe #55BB7A in den populären Zahlensystemen.
Hexadezimal | 55 | BB | 7A |
Dezimal | 85 | 187 | 122 |
Binär | 1010101 | 10111011 | 1111010 |
Oktal | 125 | 273 | 172 |
Dunkle Töne der Farbe #55BB7A
Helle Töne der Farbe #55BB7A
Beispiele css- und html für Elemente in der Farbe #55BB7A. Bitte benutzen Sie auch rgb(85,187,122) statt hex-Code.
.myTextColor { color: #55BB7A; }
<p style="color:#55BB7A">This sample text font color is #55BB7A.</p>
Die Farbe dieses Textes ist #55BB7A.
.myBgColor { background-color: #55BB7A; }
<div style="background-color:#55BB7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55BB7A.
.myBorderColor { border: 1px solid #55BB7A; }
<div style="border:3px solid #55BB7A">Div</div>
Die Grenzen von diesem div sind in Farbe #55BB7A.
.myOpacity80 { color: #55BB7A; opacity: 0.8; }
<p style="color:#55BB7A;opacity:0.8;">80%</p>
Text in Farbe #55BB7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55BB7A;}
<p style="text-shadow: 3px 3px 1px #55BB7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #55BB7A.
.textShadow {text-shadow: 3px 3px 1px #55BB7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55BB7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55BB7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55BB7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55BB7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #55BB7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55BB7A;
-webkit-box-shadow: 1px 1px 3px 2px #55BB7A;
box-shadow: 1px 1px 3px 2px #55BB7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55BB7A; -webkit-box-shadow: 1px 1px 3px 2px #55BB7A; box-shadow:1px 1px 3px 2px #55BB7A;">
Div content here
</div>
Dieser Text ist in der Farbe #55BB7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55BB7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55BB7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55BB7A.
Kontrastfarbe für #hex ist #AA4485.