HEX: #47C421
RGB: (71,196,33)
#47C421 enthält hauptsächlich grüne Farbe. Für #47C421 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #47C421 wird in RGB als (71,196,33) definiert.
RGB: (71,196,33) (28%,77%,13%)
R 71 von 255 = 28%
G 196 von 255 = 77%
B 33 von 255 = 13%
R + G + B ~ 39%. #47C421 ziemlich dunkle Farbe.
R + G + B =
71 + 196 + 33 = 300 (100%)
R 71 von 300 ~ 23.67%
G 196 von 300 ~ 65.33%
B 33 von 300 ~ 11%
Die Farbe #47C421 wird in CMYK als (64,0,83,23) definiert.
CMYK: (64,0,83,23) C64M0Y83K23 (64%,0%,83%,23%) (0.64/0.00/0.83/0.23)
47 | C4 | 21 | |
---|---|---|---|
RGB | 71 | 196 | 33 |
HSL | 106° | 71.18% | 44.90% |
HSB/HSV | 106° | 83.16% | 76.86% |
CMYK | 63.78% | 0.00% | 83.16% |
23.14% |
Hexadezimal | 47 | C4 | 21 |
Dezimal | 71 | 196 | 33 |
Binär | 1000111 | 11000100 | 100001 |
Oktal | 107 | 304 | 41 |
Beispiele css- und html für Elemente in der Farbe #47C421. Bitte benutzen Sie auch rgb(71,196,33) statt hex-Code.
.myTextColor { color: #47C421; }
<p style="color:#47C421">This sample text font color is #47C421.</p>
Die Farbe dieses Textes ist #47C421.
.myBgColor { background-color: #47C421; }
<div style="background-color:#47C421">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47C421.
.myBorderColor { border: 1px solid #47C421; }
<div style="border:3px solid #47C421">Div</div>
Die Grenzen von diesem div sind in Farbe #47C421.
.myOpacity80 { color: #47C421; opacity: 0.8; }
<p style="color:#47C421;opacity:0.8;">80%</p>
Text in Farbe #47C421 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47C421;}
<p style="text-shadow: 3px 3px 1px #47C421">Text here.</p>
Dieser Text hat den Schatten in Farbe #47C421.
.textShadow {text-shadow: 3px 3px 1px #47C421, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47C421, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47C421 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47C421, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47C421, Direction=45, Strength=4)">Text</p>
This text has shadow with #47C421 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47C421; -webkit-box-shadow: 1px 1px 3px 2px #47C421; box-shadow: 1px 1px 3px 2px #47C421; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47C421; -webkit-box-shadow: 1px 1px 3px 2px #47C421; box-shadow:1px 1px 3px 2px #47C421;">
Div content here</div>
Dieser Text ist in der Farbe #47C421 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47C421 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47C421.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47C421.