HEX: #55D07C
RGB: (85,208,124)
#55D07C enthält hauptsächlich grüne Farbe. Für #55D07C ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #55D07C wird in RGB als (85,208,124) definiert.
RGB: (85,208,124)
(33%, 82%, 49%)
R 85 von 255 = 33%
G 208 von 255 = 82%
B 124 von 255 = 49%
R + G + B ~ 55%. #55D07C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 208 + 124 = 417 (100%)
R 85 von 417 ~ 20.38%
G 208 von 417 ~ 49.88%
B 124 von 417 ~ 29.74'%
Die Farbe #55D07C wird in CMYK als (59,0,40,18) definiert.
CMYK: (59,0,40,18)
C59M0Y40K18 (59%, 0%, 40%, 18%)
(0.59 / 0.00 / 0.40 / 0.18)
Farbe #55D07C in den populären Farbmodellen.
55 | D0 | 7C | |
---|---|---|---|
RGB | 85 | 208 | 124 |
HSL | 139° | 56.68% | 57.45% |
HSB/HSV | 139° | 59.13% | 81.57% |
CMYK | 59.13% | 0.00% | 40.38% |
18.43% |
Die Farbe #55D07C in den populären Zahlensystemen.
Hexadezimal | 55 | D0 | 7C |
Dezimal | 85 | 208 | 124 |
Binär | 1010101 | 11010000 | 1111100 |
Oktal | 125 | 320 | 174 |
Dunkle Töne der Farbe #55D07C
Helle Töne der Farbe #55D07C
Beispiele css- und html für Elemente in der Farbe #55D07C. Bitte benutzen Sie auch rgb(85,208,124) statt hex-Code.
.myTextColor { color: #55D07C; }
<p style="color:#55D07C">This sample text font color is #55D07C.</p>
Die Farbe dieses Textes ist #55D07C.
.myBgColor { background-color: #55D07C; }
<div style="background-color:#55D07C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55D07C.
.myBorderColor { border: 1px solid #55D07C; }
<div style="border:3px solid #55D07C">Div</div>
Die Grenzen von diesem div sind in Farbe #55D07C.
.myOpacity80 { color: #55D07C; opacity: 0.8; }
<p style="color:#55D07C;opacity:0.8;">80%</p>
Text in Farbe #55D07C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55D07C;}
<p style="text-shadow: 3px 3px 1px #55D07C">Text here.</p>
Dieser Text hat den Schatten in Farbe #55D07C.
.textShadow {text-shadow: 3px 3px 1px #55D07C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55D07C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55D07C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55D07C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55D07C, Direction=45, Strength=4)">Text</p>
This text has shadow with #55D07C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55D07C;
-webkit-box-shadow: 1px 1px 3px 2px #55D07C;
box-shadow: 1px 1px 3px 2px #55D07C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55D07C; -webkit-box-shadow: 1px 1px 3px 2px #55D07C; box-shadow:1px 1px 3px 2px #55D07C;">
Div content here
</div>
Dieser Text ist in der Farbe #55D07C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55D07C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55D07C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55D07C.
Kontrastfarbe für #hex ist #AA2F83.