HEX: #4DB479
RGB: (77,180,121)
#4DB479 enthält hauptsächlich grüne und blaue Farbe. Für #4DB479 ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #4DB479 wird in RGB als (77,180,121) definiert.
RGB: (77,180,121)
(30%, 71%, 47%)
R 77 von 255 = 30%
G 180 von 255 = 71%
B 121 von 255 = 47%
R + G + B ~ 49%. #4DB479 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 77 + 180 + 121 = 378 (100%)
R 77 von 378 ~ 20.37%
G 180 von 378 ~ 47.62%
B 121 von 378 ~ 32.01'%
Die Farbe #4DB479 wird in CMYK als (57,0,33,29) definiert.
CMYK: (57,0,33,29)
C57M0Y33K29 (57%, 0%, 33%, 29%)
(0.57 / 0.00 / 0.33 / 0.29)
Farbe #4DB479 in den populären Farbmodellen.
4D | B4 | 79 | |
---|---|---|---|
RGB | 77 | 180 | 121 |
HSL | 146° | 40.71% | 50.39% |
HSB/HSV | 146° | 57.22% | 70.59% |
CMYK | 57.22% | 0.00% | 32.78% |
29.41% |
Die Farbe #4DB479 in den populären Zahlensystemen.
Hexadezimal | 4D | B4 | 79 |
Dezimal | 77 | 180 | 121 |
Binär | 1001101 | 10110100 | 1111001 |
Oktal | 115 | 264 | 171 |
Dunkle Töne der Farbe #4DB479
Helle Töne der Farbe #4DB479
Beispiele css- und html für Elemente in der Farbe #4DB479. Bitte benutzen Sie auch rgb(77,180,121) statt hex-Code.
.myTextColor { color: #4DB479; }
<p style="color:#4DB479">This sample text font color is #4DB479.</p>
Die Farbe dieses Textes ist #4DB479.
.myBgColor { background-color: #4DB479; }
<div style="background-color:#4DB479">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4DB479.
.myBorderColor { border: 1px solid #4DB479; }
<div style="border:3px solid #4DB479">Div</div>
Die Grenzen von diesem div sind in Farbe #4DB479.
.myOpacity80 { color: #4DB479; opacity: 0.8; }
<p style="color:#4DB479;opacity:0.8;">80%</p>
Text in Farbe #4DB479 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DB479;}
<p style="text-shadow: 3px 3px 1px #4DB479">Text here.</p>
Dieser Text hat den Schatten in Farbe #4DB479.
.textShadow {text-shadow: 3px 3px 1px #4DB479', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DB479, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4DB479 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DB479, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DB479, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DB479 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DB479;
-webkit-box-shadow: 1px 1px 3px 2px #4DB479;
box-shadow: 1px 1px 3px 2px #4DB479;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DB479; -webkit-box-shadow: 1px 1px 3px 2px #4DB479; box-shadow:1px 1px 3px 2px #4DB479;">
Div content here
</div>
Dieser Text ist in der Farbe #4DB479 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4DB479 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4DB479.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4DB479.
Kontrastfarbe für #hex ist #B24B86.