HEX: #47E57A
RGB: (71,229,122)
#47E57A enthält hauptsächlich grüne Farbe. Für #47E57A ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #47E57A wird in RGB als (71,229,122) definiert.
RGB: (71,229,122)
(28%, 90%, 48%)
R 71 von 255 = 28%
G 229 von 255 = 90%
B 122 von 255 = 48%
R + G + B ~ 55%. #47E57A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 229 + 122 = 422 (100%)
R 71 von 422 ~ 16.82%
G 229 von 422 ~ 54.27%
B 122 von 422 ~ 28.91'%
Die Farbe #47E57A wird in CMYK als (69,0,47,10) definiert.
CMYK: (69,0,47,10)
C69M0Y47K10 (69%, 0%, 47%, 10%)
(0.69 / 0.00 / 0.47 / 0.10)
Farbe #47E57A in den populären Farbmodellen.
47 | E5 | 7A | |
---|---|---|---|
RGB | 71 | 229 | 122 |
HSL | 139° | 75.24% | 58.82% |
HSB/HSV | 139° | 69.00% | 89.80% |
CMYK | 69.00% | 0.00% | 46.72% |
10.20% |
Die Farbe #47E57A in den populären Zahlensystemen.
Hexadezimal | 47 | E5 | 7A |
Dezimal | 71 | 229 | 122 |
Binär | 1000111 | 11100101 | 1111010 |
Oktal | 107 | 345 | 172 |
Dunkle Töne der Farbe #47E57A
Helle Töne der Farbe #47E57A
Beispiele css- und html für Elemente in der Farbe #47E57A. Bitte benutzen Sie auch rgb(71,229,122) statt hex-Code.
.myTextColor { color: #47E57A; }
<p style="color:#47E57A">This sample text font color is #47E57A.</p>
Die Farbe dieses Textes ist #47E57A.
.myBgColor { background-color: #47E57A; }
<div style="background-color:#47E57A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47E57A.
.myBorderColor { border: 1px solid #47E57A; }
<div style="border:3px solid #47E57A">Div</div>
Die Grenzen von diesem div sind in Farbe #47E57A.
.myOpacity80 { color: #47E57A; opacity: 0.8; }
<p style="color:#47E57A;opacity:0.8;">80%</p>
Text in Farbe #47E57A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47E57A;}
<p style="text-shadow: 3px 3px 1px #47E57A">Text here.</p>
Dieser Text hat den Schatten in Farbe #47E57A.
.textShadow {text-shadow: 3px 3px 1px #47E57A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47E57A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47E57A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47E57A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47E57A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47E57A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47E57A;
-webkit-box-shadow: 1px 1px 3px 2px #47E57A;
box-shadow: 1px 1px 3px 2px #47E57A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47E57A; -webkit-box-shadow: 1px 1px 3px 2px #47E57A; box-shadow:1px 1px 3px 2px #47E57A;">
Div content here
</div>
Dieser Text ist in der Farbe #47E57A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47E57A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47E57A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47E57A.
Kontrastfarbe für #47E57A ist #B81A85.