HEX: #4CC53B
RGB: (76,197,59)
#4CC53B enthält hauptsächlich grüne Farbe. Für #4CC53B ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #4CC53B wird in RGB als (76,197,59) definiert.
RGB: (76,197,59)
(30%, 77%, 23%)
R 76 von 255 = 30%
G 197 von 255 = 77%
B 59 von 255 = 23%
R + G + B ~ 43%. #4CC53B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 197 + 59 = 332 (100%)
R 76 von 332 ~ 22.89%
G 197 von 332 ~ 59.34%
B 59 von 332 ~ 17.77'%
Die Farbe #4CC53B wird in CMYK als (61,0,70,23) definiert.
CMYK: (61,0,70,23)
C61M0Y70K23 (61%, 0%, 70%, 23%)
(0.61 / 0.00 / 0.70 / 0.23)
Farbe #4CC53B in den populären Farbmodellen.
4C | C5 | 3B | |
---|---|---|---|
RGB | 76 | 197 | 59 |
HSL | 113° | 54.33% | 50.20% |
HSB/HSV | 113° | 70.05% | 77.25% |
CMYK | 61.42% | 0.00% | 70.05% |
22.75% |
Die Farbe #4CC53B in den populären Zahlensystemen.
Hexadezimal | 4C | C5 | 3B |
Dezimal | 76 | 197 | 59 |
Binär | 1001100 | 11000101 | 111011 |
Oktal | 114 | 305 | 73 |
Dunkle Töne der Farbe #4CC53B
Helle Töne der Farbe #4CC53B
Beispiele css- und html für Elemente in der Farbe #4CC53B. Bitte benutzen Sie auch rgb(76,197,59) statt hex-Code.
.myTextColor { color: #4CC53B; }
<p style="color:#4CC53B">This sample text font color is #4CC53B.</p>
Die Farbe dieses Textes ist #4CC53B.
.myBgColor { background-color: #4CC53B; }
<div style="background-color:#4CC53B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CC53B.
.myBorderColor { border: 1px solid #4CC53B; }
<div style="border:3px solid #4CC53B">Div</div>
Die Grenzen von diesem div sind in Farbe #4CC53B.
.myOpacity80 { color: #4CC53B; opacity: 0.8; }
<p style="color:#4CC53B;opacity:0.8;">80%</p>
Text in Farbe #4CC53B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC53B;}
<p style="text-shadow: 3px 3px 1px #4CC53B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CC53B.
.textShadow {text-shadow: 3px 3px 1px #4CC53B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC53B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CC53B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC53B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC53B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC53B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CC53B;
-webkit-box-shadow: 1px 1px 3px 2px #4CC53B;
box-shadow: 1px 1px 3px 2px #4CC53B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CC53B; -webkit-box-shadow: 1px 1px 3px 2px #4CC53B; box-shadow:1px 1px 3px 2px #4CC53B;">
Div content here
</div>
Dieser Text ist in der Farbe #4CC53B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CC53B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CC53B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CC53B.
Kontrastfarbe für #hex ist #B33AC4.