HEX: #4CC949
RGB: (76,201,73)
#4CC949 enthält hauptsächlich grüne Farbe. Für #4CC949 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #4CC949 wird in RGB als (76,201,73) definiert.
RGB: (76,201,73) (30%,79%,29%)
R 76 von 255 = 30%
G 201 von 255 = 79%
B 73 von 255 = 29%
R + G + B ~ 46%. #4CC949 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 201 + 73 = 350 (100%)
R 76 von 350 ~ 21.71%
G 201 von 350 ~ 57.43%
B 73 von 350 ~ 20.86%
Die Farbe #4CC949 wird in CMYK als (62,0,64,21) definiert.
CMYK: (62,0,64,21) C62M0Y64K21 (62%,0%,64%,21%) (0.62/0.00/0.64/0.21)
4C | C9 | 49 | |
---|---|---|---|
RGB | 76 | 201 | 73 |
HSL | 119° | 54.24% | 53.73% |
HSB/HSV | 119° | 63.68% | 78.82% |
CMYK | 62.19% | 0.00% | 63.68% |
21.18% |
Hexadezimal | 4C | C9 | 49 |
Dezimal | 76 | 201 | 73 |
Binär | 1001100 | 11001001 | 1001001 |
Oktal | 114 | 311 | 111 |
Beispiele css- und html für Elemente in der Farbe #4CC949. Bitte benutzen Sie auch rgb(76,201,73) statt hex-Code.
.myTextColor { color: #4CC949; }
<p style="color:#4CC949">This sample text font color is #4CC949.</p>
Die Farbe dieses Textes ist #4CC949.
.myBgColor { background-color: #4CC949; }
<div style="background-color:#4CC949">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CC949.
.myBorderColor { border: 1px solid #4CC949; }
<div style="border:3px solid #4CC949">Div</div>
Die Grenzen von diesem div sind in Farbe #4CC949.
.myOpacity80 { color: #4CC949; opacity: 0.8; }
<p style="color:#4CC949;opacity:0.8;">80%</p>
Text in Farbe #4CC949 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC949;}
<p style="text-shadow: 3px 3px 1px #4CC949">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CC949.
.textShadow {text-shadow: 3px 3px 1px #4CC949, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC949, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CC949 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC949, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC949, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC949 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4CC949; -webkit-box-shadow: 1px 1px 3px 2px #4CC949; box-shadow: 1px 1px 3px 2px #4CC949; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4CC949; -webkit-box-shadow: 1px 1px 3px 2px #4CC949; box-shadow:1px 1px 3px 2px #4CC949;">
Div content here</div>
Dieser Text ist in der Farbe #4CC949 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CC949 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CC949.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CC949.