HEX: #52CB50
RGB: (82,203,80)
#52CB50 enthält hauptsächlich grüne Farbe. Für #52CB50 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #52CB50 wird in RGB als (82,203,80) definiert.
RGB: (82,203,80) (32%,80%,31%)
R 82 von 255 = 32%
G 203 von 255 = 80%
B 80 von 255 = 31%
R + G + B ~ 48%. #52CB50 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
82 + 203 + 80 = 365 (100%)
R 82 von 365 ~ 22.47%
G 203 von 365 ~ 55.62%
B 80 von 365 ~ 21.92%
Die Farbe #52CB50 wird in CMYK als (60,0,61,20) definiert.
CMYK: (60,0,61,20) C60M0Y61K20 (60%,0%,61%,20%) (0.60/0.00/0.61/0.20)
52 | CB | 50 | |
---|---|---|---|
RGB | 82 | 203 | 80 |
HSL | 119° | 54.19% | 55.49% |
HSB/HSV | 119° | 60.59% | 79.61% |
CMYK | 59.61% | 0.00% | 60.59% |
20.39% |
Hexadezimal | 52 | CB | 50 |
Dezimal | 82 | 203 | 80 |
Binär | 1010010 | 11001011 | 1010000 |
Oktal | 122 | 313 | 120 |
Beispiele css- und html für Elemente in der Farbe #52CB50. Bitte benutzen Sie auch rgb(82,203,80) statt hex-Code.
.myTextColor { color: #52CB50; }
<p style="color:#52CB50">This sample text font color is #52CB50.</p>
Die Farbe dieses Textes ist #52CB50.
.myBgColor { background-color: #52CB50; }
<div style="background-color:#52CB50">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #52CB50.
.myBorderColor { border: 1px solid #52CB50; }
<div style="border:3px solid #52CB50">Div</div>
Die Grenzen von diesem div sind in Farbe #52CB50.
.myOpacity80 { color: #52CB50; opacity: 0.8; }
<p style="color:#52CB50;opacity:0.8;">80%</p>
Text in Farbe #52CB50 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52CB50;}
<p style="text-shadow: 3px 3px 1px #52CB50">Text here.</p>
Dieser Text hat den Schatten in Farbe #52CB50.
.textShadow {text-shadow: 3px 3px 1px #52CB50, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52CB50, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #52CB50 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52CB50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52CB50, Direction=45, Strength=4)">Text</p>
This text has shadow with #52CB50 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52CB50; -webkit-box-shadow: 1px 1px 3px 2px #52CB50; box-shadow: 1px 1px 3px 2px #52CB50; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #52CB50; -webkit-box-shadow: 1px 1px 3px 2px #52CB50; box-shadow:1px 1px 3px 2px #52CB50;">
Div content here</div>
Dieser Text ist in der Farbe #52CB50 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #52CB50 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #52CB50.
Dieser Text ist weiß auf dem Hintergrund in Farbe #52CB50.