HEX: #49D08B
RGB: (73,208,139)
#49D08B enthält hauptsächlich grüne Farbe. Für #49D08B ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #49D08B wird in RGB als (73,208,139) definiert.
RGB: (73,208,139)
(29%, 82%, 55%)
R 73 von 255 = 29%
G 208 von 255 = 82%
B 139 von 255 = 55%
R + G + B ~ 55%. #49D08B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 208 + 139 = 420 (100%)
R 73 von 420 ~ 17.38%
G 208 von 420 ~ 49.52%
B 139 von 420 ~ 33.1'%
Die Farbe #49D08B wird in CMYK als (65,0,33,18) definiert.
CMYK: (65,0,33,18)
C65M0Y33K18 (65%, 0%, 33%, 18%)
(0.65 / 0.00 / 0.33 / 0.18)
Farbe #49D08B in den populären Farbmodellen.
49 | D0 | 8B | |
---|---|---|---|
RGB | 73 | 208 | 139 |
HSL | 149° | 58.95% | 55.10% |
HSB/HSV | 149° | 64.90% | 81.57% |
CMYK | 64.90% | 0.00% | 33.17% |
18.43% |
Die Farbe #49D08B in den populären Zahlensystemen.
Hexadezimal | 49 | D0 | 8B |
Dezimal | 73 | 208 | 139 |
Binär | 1001001 | 11010000 | 10001011 |
Oktal | 111 | 320 | 213 |
Dunkle Töne der Farbe #49D08B
Helle Töne der Farbe #49D08B
Beispiele css- und html für Elemente in der Farbe #49D08B. Bitte benutzen Sie auch rgb(73,208,139) statt hex-Code.
.myTextColor { color: #49D08B; }
<p style="color:#49D08B">This sample text font color is #49D08B.</p>
Die Farbe dieses Textes ist #49D08B.
.myBgColor { background-color: #49D08B; }
<div style="background-color:#49D08B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49D08B.
.myBorderColor { border: 1px solid #49D08B; }
<div style="border:3px solid #49D08B">Div</div>
Die Grenzen von diesem div sind in Farbe #49D08B.
.myOpacity80 { color: #49D08B; opacity: 0.8; }
<p style="color:#49D08B;opacity:0.8;">80%</p>
Text in Farbe #49D08B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49D08B;}
<p style="text-shadow: 3px 3px 1px #49D08B">Text here.</p>
Dieser Text hat den Schatten in Farbe #49D08B.
.textShadow {text-shadow: 3px 3px 1px #49D08B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49D08B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49D08B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49D08B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49D08B, Direction=45, Strength=4)">Text</p>
This text has shadow with #49D08B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49D08B;
-webkit-box-shadow: 1px 1px 3px 2px #49D08B;
box-shadow: 1px 1px 3px 2px #49D08B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49D08B; -webkit-box-shadow: 1px 1px 3px 2px #49D08B; box-shadow:1px 1px 3px 2px #49D08B;">
Div content here
</div>
Dieser Text ist in der Farbe #49D08B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49D08B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49D08B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49D08B.
Kontrastfarbe für #hex ist #B62F74.