HEX: #4DDB57
RGB: (77,219,87)
#4DDB57 enthält hauptsächlich grüne Farbe. Für #4DDB57 ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #4DDB57 wird in RGB als (77,219,87) definiert.
RGB: (77,219,87)
(30%, 86%, 34%)
R 77 von 255 = 30%
G 219 von 255 = 86%
B 87 von 255 = 34%
R + G + B ~ 50%. #4DDB57 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 77 + 219 + 87 = 383 (100%)
R 77 von 383 ~ 20.1%
G 219 von 383 ~ 57.18%
B 87 von 383 ~ 22.72'%
Die Farbe #4DDB57 wird in CMYK als (65,0,60,14) definiert.
CMYK: (65,0,60,14)
C65M0Y60K14 (65%, 0%, 60%, 14%)
(0.65 / 0.00 / 0.60 / 0.14)
Farbe #4DDB57 in den populären Farbmodellen.
4D | DB | 57 | |
---|---|---|---|
RGB | 77 | 219 | 87 |
HSL | 124° | 66.36% | 58.04% |
HSB/HSV | 124° | 64.84% | 85.88% |
CMYK | 64.84% | 0.00% | 60.27% |
14.12% |
Die Farbe #4DDB57 in den populären Zahlensystemen.
Hexadezimal | 4D | DB | 57 |
Dezimal | 77 | 219 | 87 |
Binär | 1001101 | 11011011 | 1010111 |
Oktal | 115 | 333 | 127 |
Dunkle Töne der Farbe #4DDB57
Helle Töne der Farbe #4DDB57
Beispiele css- und html für Elemente in der Farbe #4DDB57. Bitte benutzen Sie auch rgb(77,219,87) statt hex-Code.
.myTextColor { color: #4DDB57; }
<p style="color:#4DDB57">This sample text font color is #4DDB57.</p>
Die Farbe dieses Textes ist #4DDB57.
.myBgColor { background-color: #4DDB57; }
<div style="background-color:#4DDB57">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4DDB57.
.myBorderColor { border: 1px solid #4DDB57; }
<div style="border:3px solid #4DDB57">Div</div>
Die Grenzen von diesem div sind in Farbe #4DDB57.
.myOpacity80 { color: #4DDB57; opacity: 0.8; }
<p style="color:#4DDB57;opacity:0.8;">80%</p>
Text in Farbe #4DDB57 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DDB57;}
<p style="text-shadow: 3px 3px 1px #4DDB57">Text here.</p>
Dieser Text hat den Schatten in Farbe #4DDB57.
.textShadow {text-shadow: 3px 3px 1px #4DDB57', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DDB57, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4DDB57 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DDB57, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DDB57, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DDB57 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DDB57;
-webkit-box-shadow: 1px 1px 3px 2px #4DDB57;
box-shadow: 1px 1px 3px 2px #4DDB57;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DDB57; -webkit-box-shadow: 1px 1px 3px 2px #4DDB57; box-shadow:1px 1px 3px 2px #4DDB57;">
Div content here
</div>
Dieser Text ist in der Farbe #4DDB57 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4DDB57 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4DDB57.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4DDB57.
Kontrastfarbe für #hex ist #B224A8.