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