HEX: #47E403
RGB: (71,228,3)
#47E403 enthält hauptsächlich grüne Farbe. Für #47E403 ist eine «websichere» Webfarbe #33CC00 (oder kurz #3C0).
Die Farbe #47E403 wird in RGB als (71,228,3) definiert.
RGB: (71,228,3) (28%,89%,1%)
R 71 von 255 = 28%
G 228 von 255 = 89%
B 3 von 255 = 1%
R + G + B ~ 39%. #47E403 ziemlich dunkle Farbe.
R + G + B =
71 + 228 + 3 = 302 (100%)
R 71 von 302 ~ 23.51%
G 228 von 302 ~ 75.5%
B 3 von 302 ~ 0.99%
Die Farbe #47E403 wird in CMYK als (69,0,99,11) definiert.
CMYK: (69,0,99,11) C69M0Y99K11 (69%,0%,99%,11%) (0.69/0.00/0.99/0.11)
47 | E4 | 03 | |
---|---|---|---|
RGB | 71 | 228 | 3 |
HSL | 102° | 97.40% | 45.29% |
HSB/HSV | 102° | 98.68% | 89.41% |
CMYK | 68.86% | 0.00% | 98.68% |
10.59% |
Hexadezimal | 47 | E4 | 03 |
Dezimal | 71 | 228 | 3 |
Binär | 1000111 | 11100100 | 11 |
Oktal | 107 | 344 | 3 |
Beispiele css- und html für Elemente in der Farbe #47E403. Bitte benutzen Sie auch rgb(71,228,3) statt hex-Code.
.myTextColor { color: #47E403; }
<p style="color:#47E403">This sample text font color is #47E403.</p>
Die Farbe dieses Textes ist #47E403.
.myBgColor { background-color: #47E403; }
<div style="background-color:#47E403">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47E403.
.myBorderColor { border: 1px solid #47E403; }
<div style="border:3px solid #47E403">Div</div>
Die Grenzen von diesem div sind in Farbe #47E403.
.myOpacity80 { color: #47E403; opacity: 0.8; }
<p style="color:#47E403;opacity:0.8;">80%</p>
Text in Farbe #47E403 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47E403;}
<p style="text-shadow: 3px 3px 1px #47E403">Text here.</p>
Dieser Text hat den Schatten in Farbe #47E403.
.textShadow {text-shadow: 3px 3px 1px #47E403, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47E403, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47E403 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47E403, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47E403, Direction=45, Strength=4)">Text</p>
This text has shadow with #47E403 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47E403; -webkit-box-shadow: 1px 1px 3px 2px #47E403; box-shadow: 1px 1px 3px 2px #47E403; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47E403; -webkit-box-shadow: 1px 1px 3px 2px #47E403; box-shadow:1px 1px 3px 2px #47E403;">
Div content here</div>
Dieser Text ist in der Farbe #47E403 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47E403 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47E403.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47E403.