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