HEX: #49DC4C
RGB: (73,220,76)
#49DC4C enthält hauptsächlich grüne Farbe. Für #49DC4C ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #49DC4C wird in RGB als (73,220,76) definiert.
RGB: (73,220,76) (29%,86%,30%)
R 73 von 255 = 29%
G 220 von 255 = 86%
B 76 von 255 = 30%
R + G + B ~ 48%. #49DC4C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 220 + 76 = 369 (100%)
R 73 von 369 ~ 19.78%
G 220 von 369 ~ 59.62%
B 76 von 369 ~ 20.6%
Die Farbe #49DC4C wird in CMYK als (67,0,65,14) definiert.
CMYK: (67,0,65,14) C67M0Y65K14 (67%,0%,65%,14%) (0.67/0.00/0.65/0.14)
49 | DC | 4C | |
---|---|---|---|
RGB | 73 | 220 | 76 |
HSL | 121° | 67.74% | 57.45% |
HSB/HSV | 121° | 66.82% | 86.27% |
CMYK | 66.82% | 0.00% | 65.45% |
13.73% |
Hexadezimal | 49 | DC | 4C |
Dezimal | 73 | 220 | 76 |
Binär | 1001001 | 11011100 | 1001100 |
Oktal | 111 | 334 | 114 |
Beispiele css- und html für Elemente in der Farbe #49DC4C. Bitte benutzen Sie auch rgb(73,220,76) statt hex-Code.
.myTextColor { color: #49DC4C; }
<p style="color:#49DC4C">This sample text font color is #49DC4C.</p>
Die Farbe dieses Textes ist #49DC4C.
.myBgColor { background-color: #49DC4C; }
<div style="background-color:#49DC4C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49DC4C.
.myBorderColor { border: 1px solid #49DC4C; }
<div style="border:3px solid #49DC4C">Div</div>
Die Grenzen von diesem div sind in Farbe #49DC4C.
.myOpacity80 { color: #49DC4C; opacity: 0.8; }
<p style="color:#49DC4C;opacity:0.8;">80%</p>
Text in Farbe #49DC4C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49DC4C;}
<p style="text-shadow: 3px 3px 1px #49DC4C">Text here.</p>
Dieser Text hat den Schatten in Farbe #49DC4C.
.textShadow {text-shadow: 3px 3px 1px #49DC4C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49DC4C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49DC4C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49DC4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49DC4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #49DC4C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49DC4C; -webkit-box-shadow: 1px 1px 3px 2px #49DC4C; box-shadow: 1px 1px 3px 2px #49DC4C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49DC4C; -webkit-box-shadow: 1px 1px 3px 2px #49DC4C; box-shadow:1px 1px 3px 2px #49DC4C;">
Div content here</div>
Dieser Text ist in der Farbe #49DC4C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49DC4C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49DC4C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49DC4C.