HEX: #4DD581
RGB: (77,213,129)
#4DD581 enthält hauptsächlich grüne Farbe. Für #4DD581 ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #4DD581 wird in RGB als (77,213,129) definiert.
RGB: (77,213,129)
(30%, 84%, 51%)
R 77 von 255 = 30%
G 213 von 255 = 84%
B 129 von 255 = 51%
R + G + B ~ 55%. #4DD581 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 77 + 213 + 129 = 419 (100%)
R 77 von 419 ~ 18.38%
G 213 von 419 ~ 50.84%
B 129 von 419 ~ 30.79'%
Die Farbe #4DD581 wird in CMYK als (64,0,39,16) definiert.
CMYK: (64,0,39,16)
C64M0Y39K16 (64%, 0%, 39%, 16%)
(0.64 / 0.00 / 0.39 / 0.16)
Farbe #4DD581 in den populären Farbmodellen.
4D | D5 | 81 | |
---|---|---|---|
RGB | 77 | 213 | 129 |
HSL | 143° | 61.82% | 56.86% |
HSB/HSV | 143° | 63.85% | 83.53% |
CMYK | 63.85% | 0.00% | 39.44% |
16.47% |
Die Farbe #4DD581 in den populären Zahlensystemen.
Hexadezimal | 4D | D5 | 81 |
Dezimal | 77 | 213 | 129 |
Binär | 1001101 | 11010101 | 10000001 |
Oktal | 115 | 325 | 201 |
Dunkle Töne der Farbe #4DD581
Helle Töne der Farbe #4DD581
Beispiele css- und html für Elemente in der Farbe #4DD581. Bitte benutzen Sie auch rgb(77,213,129) statt hex-Code.
.myTextColor { color: #4DD581; }
<p style="color:#4DD581">This sample text font color is #4DD581.</p>
Die Farbe dieses Textes ist #4DD581.
.myBgColor { background-color: #4DD581; }
<div style="background-color:#4DD581">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4DD581.
.myBorderColor { border: 1px solid #4DD581; }
<div style="border:3px solid #4DD581">Div</div>
Die Grenzen von diesem div sind in Farbe #4DD581.
.myOpacity80 { color: #4DD581; opacity: 0.8; }
<p style="color:#4DD581;opacity:0.8;">80%</p>
Text in Farbe #4DD581 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DD581;}
<p style="text-shadow: 3px 3px 1px #4DD581">Text here.</p>
Dieser Text hat den Schatten in Farbe #4DD581.
.textShadow {text-shadow: 3px 3px 1px #4DD581', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DD581, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4DD581 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DD581, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DD581, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DD581 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DD581;
-webkit-box-shadow: 1px 1px 3px 2px #4DD581;
box-shadow: 1px 1px 3px 2px #4DD581;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DD581; -webkit-box-shadow: 1px 1px 3px 2px #4DD581; box-shadow:1px 1px 3px 2px #4DD581;">
Div content here
</div>
Dieser Text ist in der Farbe #4DD581 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4DD581 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4DD581.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4DD581.
Kontrastfarbe für #hex ist #B22A7E.