HEX: #47F38A
RGB: (71,243,138)
#47F38A enthält hauptsächlich grüne Farbe. Für #47F38A ist eine «websichere» Webfarbe #33FF99 (oder kurz #3F9).
Die Farbe #47F38A wird in RGB als (71,243,138) definiert.
RGB: (71,243,138) (28%,95%,54%)
R 71 von 255 = 28%
G 243 von 255 = 95%
B 138 von 255 = 54%
R + G + B ~ 59%. #47F38A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 243 + 138 = 452 (100%)
R 71 von 452 ~ 15.71%
G 243 von 452 ~ 53.76%
B 138 von 452 ~ 30.53%
Die Farbe #47F38A wird in CMYK als (71,0,43,5) definiert.
CMYK: (71,0,43,5) C71M0Y43K5 (71%,0%,43%,5%) (0.71/0.00/0.43/0.05)
47 | F3 | 8A | |
---|---|---|---|
RGB | 71 | 243 | 138 |
HSL | 143° | 87.76% | 61.57% |
HSB/HSV | 143° | 70.78% | 95.29% |
CMYK | 70.78% | 0.00% | 43.21% |
4.71% |
Hexadezimal | 47 | F3 | 8A |
Dezimal | 71 | 243 | 138 |
Binär | 1000111 | 11110011 | 10001010 |
Oktal | 107 | 363 | 212 |
Beispiele css- und html für Elemente in der Farbe #47F38A. Bitte benutzen Sie auch rgb(71,243,138) statt hex-Code.
.myTextColor { color: #47F38A; }
<p style="color:#47F38A">This sample text font color is #47F38A.</p>
Die Farbe dieses Textes ist #47F38A.
.myBgColor { background-color: #47F38A; }
<div style="background-color:#47F38A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47F38A.
.myBorderColor { border: 1px solid #47F38A; }
<div style="border:3px solid #47F38A">Div</div>
Die Grenzen von diesem div sind in Farbe #47F38A.
.myOpacity80 { color: #47F38A; opacity: 0.8; }
<p style="color:#47F38A;opacity:0.8;">80%</p>
Text in Farbe #47F38A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47F38A;}
<p style="text-shadow: 3px 3px 1px #47F38A">Text here.</p>
Dieser Text hat den Schatten in Farbe #47F38A.
.textShadow {text-shadow: 3px 3px 1px #47F38A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47F38A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47F38A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47F38A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47F38A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47F38A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47F38A; -webkit-box-shadow: 1px 1px 3px 2px #47F38A; box-shadow: 1px 1px 3px 2px #47F38A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47F38A; -webkit-box-shadow: 1px 1px 3px 2px #47F38A; box-shadow:1px 1px 3px 2px #47F38A;">
Div content here</div>
Dieser Text ist in der Farbe #47F38A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47F38A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47F38A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47F38A.