HEX: #4CC774
RGB: (76,199,116)
#4CC774 enthält hauptsächlich grüne Farbe. Für #4CC774 ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #4CC774 wird in RGB als (76,199,116) definiert.
RGB: (76,199,116) (30%,78%,45%)
R 76 von 255 = 30%
G 199 von 255 = 78%
B 116 von 255 = 45%
R + G + B ~ 51%. #4CC774 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 199 + 116 = 391 (100%)
R 76 von 391 ~ 19.44%
G 199 von 391 ~ 50.9%
B 116 von 391 ~ 29.67%
Die Farbe #4CC774 wird in CMYK als (62,0,42,22) definiert.
CMYK: (62,0,42,22) C62M0Y42K22 (62%,0%,42%,22%) (0.62/0.00/0.42/0.22)
4C | C7 | 74 | |
---|---|---|---|
RGB | 76 | 199 | 116 |
HSL | 140° | 52.34% | 53.92% |
HSB/HSV | 140° | 61.81% | 78.04% |
CMYK | 61.81% | 0.00% | 41.71% |
21.96% |
Hexadezimal | 4C | C7 | 74 |
Dezimal | 76 | 199 | 116 |
Binär | 1001100 | 11000111 | 1110100 |
Oktal | 114 | 307 | 164 |
Beispiele css- und html für Elemente in der Farbe #4CC774. Bitte benutzen Sie auch rgb(76,199,116) statt hex-Code.
.myTextColor { color: #4CC774; }
<p style="color:#4CC774">This sample text font color is #4CC774.</p>
Die Farbe dieses Textes ist #4CC774.
.myBgColor { background-color: #4CC774; }
<div style="background-color:#4CC774">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CC774.
.myBorderColor { border: 1px solid #4CC774; }
<div style="border:3px solid #4CC774">Div</div>
Die Grenzen von diesem div sind in Farbe #4CC774.
.myOpacity80 { color: #4CC774; opacity: 0.8; }
<p style="color:#4CC774;opacity:0.8;">80%</p>
Text in Farbe #4CC774 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC774;}
<p style="text-shadow: 3px 3px 1px #4CC774">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CC774.
.textShadow {text-shadow: 3px 3px 1px #4CC774, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC774, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CC774 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC774, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC774, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC774 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4CC774; -webkit-box-shadow: 1px 1px 3px 2px #4CC774; box-shadow: 1px 1px 3px 2px #4CC774; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4CC774; -webkit-box-shadow: 1px 1px 3px 2px #4CC774; box-shadow:1px 1px 3px 2px #4CC774;">
Div content here</div>
Dieser Text ist in der Farbe #4CC774 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CC774 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CC774.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CC774.