HEX: #49C56E
RGB: (73,197,110)
#49C56E enthält hauptsächlich grüne Farbe. Für #49C56E ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #49C56E wird in RGB als (73,197,110) definiert.
RGB: (73,197,110)
(29%, 77%, 43%)
R 73 von 255 = 29%
G 197 von 255 = 77%
B 110 von 255 = 43%
R + G + B ~ 50%. #49C56E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 197 + 110 = 380 (100%)
R 73 von 380 ~ 19.21%
G 197 von 380 ~ 51.84%
B 110 von 380 ~ 28.95'%
Die Farbe #49C56E wird in CMYK als (63,0,44,23) definiert.
CMYK: (63,0,44,23)
C63M0Y44K23 (63%, 0%, 44%, 23%)
(0.63 / 0.00 / 0.44 / 0.23)
Farbe #49C56E in den populären Farbmodellen.
49 | C5 | 6E | |
---|---|---|---|
RGB | 73 | 197 | 110 |
HSL | 138° | 51.67% | 52.94% |
HSB/HSV | 138° | 62.94% | 77.25% |
CMYK | 62.94% | 0.00% | 44.16% |
22.75% |
Die Farbe #49C56E in den populären Zahlensystemen.
Hexadezimal | 49 | C5 | 6E |
Dezimal | 73 | 197 | 110 |
Binär | 1001001 | 11000101 | 1101110 |
Oktal | 111 | 305 | 156 |
Dunkle Töne der Farbe #49C56E
Helle Töne der Farbe #49C56E
Beispiele css- und html für Elemente in der Farbe #49C56E. Bitte benutzen Sie auch rgb(73,197,110) statt hex-Code.
.myTextColor { color: #49C56E; }
<p style="color:#49C56E">This sample text font color is #49C56E.</p>
Die Farbe dieses Textes ist #49C56E.
.myBgColor { background-color: #49C56E; }
<div style="background-color:#49C56E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49C56E.
.myBorderColor { border: 1px solid #49C56E; }
<div style="border:3px solid #49C56E">Div</div>
Die Grenzen von diesem div sind in Farbe #49C56E.
.myOpacity80 { color: #49C56E; opacity: 0.8; }
<p style="color:#49C56E;opacity:0.8;">80%</p>
Text in Farbe #49C56E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49C56E;}
<p style="text-shadow: 3px 3px 1px #49C56E">Text here.</p>
Dieser Text hat den Schatten in Farbe #49C56E.
.textShadow {text-shadow: 3px 3px 1px #49C56E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49C56E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49C56E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49C56E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49C56E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49C56E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49C56E;
-webkit-box-shadow: 1px 1px 3px 2px #49C56E;
box-shadow: 1px 1px 3px 2px #49C56E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49C56E; -webkit-box-shadow: 1px 1px 3px 2px #49C56E; box-shadow:1px 1px 3px 2px #49C56E;">
Div content here
</div>
Dieser Text ist in der Farbe #49C56E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49C56E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49C56E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49C56E.
Kontrastfarbe für #hex ist #B63A91.