HEX: #4E994D
RGB: (78,153,77)
#4E994D enthält hauptsächlich grüne Farbe. Für #4E994D ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #4E994D wird in RGB als (78,153,77) definiert.
RGB: (78,153,77)
(31%, 60%, 30%)
R 78 von 255 = 31%
G 153 von 255 = 60%
B 77 von 255 = 30%
R + G + B ~ 40%. #4E994D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 78 + 153 + 77 = 308 (100%)
R 78 von 308 ~ 25.32%
G 153 von 308 ~ 49.68%
B 77 von 308 ~ 25'%
Die Farbe #4E994D wird in CMYK als (49,0,50,40) definiert.
CMYK: (49,0,50,40)
C49M0Y50K40 (49%, 0%, 50%, 40%)
(0.49 / 0.00 / 0.50 / 0.40)
Farbe #4E994D in den populären Farbmodellen.
4E | 99 | 4D | |
---|---|---|---|
RGB | 78 | 153 | 77 |
HSL | 119° | 33.04% | 45.10% |
HSB/HSV | 119° | 49.67% | 60.00% |
CMYK | 49.02% | 0.00% | 49.67% |
40.00% |
Die Farbe #4E994D in den populären Zahlensystemen.
Hexadezimal | 4E | 99 | 4D |
Dezimal | 78 | 153 | 77 |
Binär | 1001110 | 10011001 | 1001101 |
Oktal | 116 | 231 | 115 |
Dunkle Töne der Farbe #4E994D
Helle Töne der Farbe #4E994D
Beispiele css- und html für Elemente in der Farbe #4E994D. Bitte benutzen Sie auch rgb(78,153,77) statt hex-Code.
.myTextColor { color: #4E994D; }
<p style="color:#4E994D">This sample text font color is #4E994D.</p>
Die Farbe dieses Textes ist #4E994D.
.myBgColor { background-color: #4E994D; }
<div style="background-color:#4E994D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4E994D.
.myBorderColor { border: 1px solid #4E994D; }
<div style="border:3px solid #4E994D">Div</div>
Die Grenzen von diesem div sind in Farbe #4E994D.
.myOpacity80 { color: #4E994D; opacity: 0.8; }
<p style="color:#4E994D;opacity:0.8;">80%</p>
Text in Farbe #4E994D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4E994D;}
<p style="text-shadow: 3px 3px 1px #4E994D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4E994D.
.textShadow {text-shadow: 3px 3px 1px #4E994D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4E994D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4E994D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E994D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4E994D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4E994D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E994D;
-webkit-box-shadow: 1px 1px 3px 2px #4E994D;
box-shadow: 1px 1px 3px 2px #4E994D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E994D; -webkit-box-shadow: 1px 1px 3px 2px #4E994D; box-shadow:1px 1px 3px 2px #4E994D;">
Div content here
</div>
Dieser Text ist in der Farbe #4E994D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4E994D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4E994D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4E994D.
Kontrastfarbe für #hex ist #B166B2.