HEX: #49C73F
RGB: (73,199,63)
#49C73F enthält hauptsächlich grüne Farbe. Für #49C73F ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #49C73F wird in RGB als (73,199,63) definiert.
RGB: (73,199,63) (29%,78%,25%)
R 73 von 255 = 29%
G 199 von 255 = 78%
B 63 von 255 = 25%
R + G + B ~ 44%. #49C73F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 199 + 63 = 335 (100%)
R 73 von 335 ~ 21.79%
G 199 von 335 ~ 59.4%
B 63 von 335 ~ 18.81%
Die Farbe #49C73F wird in CMYK als (63,0,68,22) definiert.
CMYK: (63,0,68,22) C63M0Y68K22 (63%,0%,68%,22%) (0.63/0.00/0.68/0.22)
49 | C7 | 3F | |
---|---|---|---|
RGB | 73 | 199 | 63 |
HSL | 116° | 54.84% | 51.37% |
HSB/HSV | 116° | 68.34% | 78.04% |
CMYK | 63.32% | 0.00% | 68.34% |
21.96% |
Hexadezimal | 49 | C7 | 3F |
Dezimal | 73 | 199 | 63 |
Binär | 1001001 | 11000111 | 111111 |
Oktal | 111 | 307 | 77 |
Beispiele css- und html für Elemente in der Farbe #49C73F. Bitte benutzen Sie auch rgb(73,199,63) statt hex-Code.
.myTextColor { color: #49C73F; }
<p style="color:#49C73F">This sample text font color is #49C73F.</p>
Die Farbe dieses Textes ist #49C73F.
.myBgColor { background-color: #49C73F; }
<div style="background-color:#49C73F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49C73F.
.myBorderColor { border: 1px solid #49C73F; }
<div style="border:3px solid #49C73F">Div</div>
Die Grenzen von diesem div sind in Farbe #49C73F.
.myOpacity80 { color: #49C73F; opacity: 0.8; }
<p style="color:#49C73F;opacity:0.8;">80%</p>
Text in Farbe #49C73F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49C73F;}
<p style="text-shadow: 3px 3px 1px #49C73F">Text here.</p>
Dieser Text hat den Schatten in Farbe #49C73F.
.textShadow {text-shadow: 3px 3px 1px #49C73F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49C73F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49C73F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49C73F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49C73F, Direction=45, Strength=4)">Text</p>
This text has shadow with #49C73F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49C73F; -webkit-box-shadow: 1px 1px 3px 2px #49C73F; box-shadow: 1px 1px 3px 2px #49C73F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49C73F; -webkit-box-shadow: 1px 1px 3px 2px #49C73F; box-shadow:1px 1px 3px 2px #49C73F;">
Div content here</div>
Dieser Text ist in der Farbe #49C73F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49C73F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49C73F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49C73F.