HEX: #49BC6E
RGB: (73,188,110)
#49BC6E enthält hauptsächlich grüne Farbe. Für #49BC6E ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #49BC6E wird in RGB als (73,188,110) definiert.
RGB: (73,188,110) (29%,74%,43%)
R 73 von 255 = 29%
G 188 von 255 = 74%
B 110 von 255 = 43%
R + G + B ~ 49%. #49BC6E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 188 + 110 = 371 (100%)
R 73 von 371 ~ 19.68%
G 188 von 371 ~ 50.67%
B 110 von 371 ~ 29.65%
Die Farbe #49BC6E wird in CMYK als (61,0,41,26) definiert.
CMYK: (61,0,41,26) C61M0Y41K26 (61%,0%,41%,26%) (0.61/0.00/0.41/0.26)
49 | BC | 6E | |
---|---|---|---|
RGB | 73 | 188 | 110 |
HSL | 139° | 46.18% | 51.18% |
HSB/HSV | 139° | 61.17% | 73.73% |
CMYK | 61.17% | 0.00% | 41.49% |
26.27% |
Hexadezimal | 49 | BC | 6E |
Dezimal | 73 | 188 | 110 |
Binär | 1001001 | 10111100 | 1101110 |
Oktal | 111 | 274 | 156 |
Beispiele css- und html für Elemente in der Farbe #49BC6E. Bitte benutzen Sie auch rgb(73,188,110) statt hex-Code.
.myTextColor { color: #49BC6E; }
<p style="color:#49BC6E">This sample text font color is #49BC6E.</p>
Die Farbe dieses Textes ist #49BC6E.
.myBgColor { background-color: #49BC6E; }
<div style="background-color:#49BC6E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49BC6E.
.myBorderColor { border: 1px solid #49BC6E; }
<div style="border:3px solid #49BC6E">Div</div>
Die Grenzen von diesem div sind in Farbe #49BC6E.
.myOpacity80 { color: #49BC6E; opacity: 0.8; }
<p style="color:#49BC6E;opacity:0.8;">80%</p>
Text in Farbe #49BC6E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49BC6E;}
<p style="text-shadow: 3px 3px 1px #49BC6E">Text here.</p>
Dieser Text hat den Schatten in Farbe #49BC6E.
.textShadow {text-shadow: 3px 3px 1px #49BC6E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49BC6E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49BC6E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49BC6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49BC6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49BC6E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49BC6E; -webkit-box-shadow: 1px 1px 3px 2px #49BC6E; box-shadow: 1px 1px 3px 2px #49BC6E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49BC6E; -webkit-box-shadow: 1px 1px 3px 2px #49BC6E; box-shadow:1px 1px 3px 2px #49BC6E;">
Div content here</div>
Dieser Text ist in der Farbe #49BC6E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49BC6E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49BC6E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49BC6E.