HEX: #4CD063
RGB: (76,208,99)
#4CD063 enthält hauptsächlich grüne Farbe. Für #4CD063 ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #4CD063 wird in RGB als (76,208,99) definiert.
RGB: (76,208,99)
(30%, 82%, 39%)
R 76 von 255 = 30%
G 208 von 255 = 82%
B 99 von 255 = 39%
R + G + B ~ 50%. #4CD063 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 208 + 99 = 383 (100%)
R 76 von 383 ~ 19.84%
G 208 von 383 ~ 54.31%
B 99 von 383 ~ 25.85'%
Die Farbe #4CD063 wird in CMYK als (63,0,52,18) definiert.
CMYK: (63,0,52,18)
C63M0Y52K18 (63%, 0%, 52%, 18%)
(0.63 / 0.00 / 0.52 / 0.18)
Farbe #4CD063 in den populären Farbmodellen.
4C | D0 | 63 | |
---|---|---|---|
RGB | 76 | 208 | 99 |
HSL | 130° | 58.41% | 55.69% |
HSB/HSV | 130° | 63.46% | 81.57% |
CMYK | 63.46% | 0.00% | 52.40% |
18.43% |
Die Farbe #4CD063 in den populären Zahlensystemen.
Hexadezimal | 4C | D0 | 63 |
Dezimal | 76 | 208 | 99 |
Binär | 1001100 | 11010000 | 1100011 |
Oktal | 114 | 320 | 143 |
Dunkle Töne der Farbe #4CD063
Helle Töne der Farbe #4CD063
Beispiele css- und html für Elemente in der Farbe #4CD063. Bitte benutzen Sie auch rgb(76,208,99) statt hex-Code.
.myTextColor { color: #4CD063; }
<p style="color:#4CD063">This sample text font color is #4CD063.</p>
Die Farbe dieses Textes ist #4CD063.
.myBgColor { background-color: #4CD063; }
<div style="background-color:#4CD063">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CD063.
.myBorderColor { border: 1px solid #4CD063; }
<div style="border:3px solid #4CD063">Div</div>
Die Grenzen von diesem div sind in Farbe #4CD063.
.myOpacity80 { color: #4CD063; opacity: 0.8; }
<p style="color:#4CD063;opacity:0.8;">80%</p>
Text in Farbe #4CD063 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CD063;}
<p style="text-shadow: 3px 3px 1px #4CD063">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CD063.
.textShadow {text-shadow: 3px 3px 1px #4CD063', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CD063, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CD063 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CD063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CD063, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CD063 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CD063;
-webkit-box-shadow: 1px 1px 3px 2px #4CD063;
box-shadow: 1px 1px 3px 2px #4CD063;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CD063; -webkit-box-shadow: 1px 1px 3px 2px #4CD063; box-shadow:1px 1px 3px 2px #4CD063;">
Div content here
</div>
Dieser Text ist in der Farbe #4CD063 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CD063 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CD063.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CD063.
Kontrastfarbe für #hex ist #B32F9C.