HEX: #49E06A
RGB: (73,224,106)
#49E06A enthält hauptsächlich grüne Farbe. Für #49E06A ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #49E06A wird in RGB als (73,224,106) definiert.
RGB: (73,224,106)
(29%, 88%, 42%)
R 73 von 255 = 29%
G 224 von 255 = 88%
B 106 von 255 = 42%
R + G + B ~ 53%. #49E06A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 224 + 106 = 403 (100%)
R 73 von 403 ~ 18.11%
G 224 von 403 ~ 55.58%
B 106 von 403 ~ 26.3'%
Die Farbe #49E06A wird in CMYK als (67,0,53,12) definiert.
CMYK: (67,0,53,12)
C67M0Y53K12 (67%, 0%, 53%, 12%)
(0.67 / 0.00 / 0.53 / 0.12)
Farbe #49E06A in den populären Farbmodellen.
49 | E0 | 6A | |
---|---|---|---|
RGB | 73 | 224 | 106 |
HSL | 133° | 70.89% | 58.24% |
HSB/HSV | 133° | 67.41% | 87.84% |
CMYK | 67.41% | 0.00% | 52.68% |
12.16% |
Die Farbe #49E06A in den populären Zahlensystemen.
Hexadezimal | 49 | E0 | 6A |
Dezimal | 73 | 224 | 106 |
Binär | 1001001 | 11100000 | 1101010 |
Oktal | 111 | 340 | 152 |
Dunkle Töne der Farbe #49E06A
Helle Töne der Farbe #49E06A
Beispiele css- und html für Elemente in der Farbe #49E06A. Bitte benutzen Sie auch rgb(73,224,106) statt hex-Code.
.myTextColor { color: #49E06A; }
<p style="color:#49E06A">This sample text font color is #49E06A.</p>
Die Farbe dieses Textes ist #49E06A.
.myBgColor { background-color: #49E06A; }
<div style="background-color:#49E06A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49E06A.
.myBorderColor { border: 1px solid #49E06A; }
<div style="border:3px solid #49E06A">Div</div>
Die Grenzen von diesem div sind in Farbe #49E06A.
.myOpacity80 { color: #49E06A; opacity: 0.8; }
<p style="color:#49E06A;opacity:0.8;">80%</p>
Text in Farbe #49E06A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49E06A;}
<p style="text-shadow: 3px 3px 1px #49E06A">Text here.</p>
Dieser Text hat den Schatten in Farbe #49E06A.
.textShadow {text-shadow: 3px 3px 1px #49E06A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49E06A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49E06A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49E06A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49E06A, Direction=45, Strength=4)">Text</p>
This text has shadow with #49E06A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49E06A;
-webkit-box-shadow: 1px 1px 3px 2px #49E06A;
box-shadow: 1px 1px 3px 2px #49E06A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49E06A; -webkit-box-shadow: 1px 1px 3px 2px #49E06A; box-shadow:1px 1px 3px 2px #49E06A;">
Div content here
</div>
Dieser Text ist in der Farbe #49E06A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49E06A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49E06A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49E06A.
Kontrastfarbe für #hex ist #B61F95.