HEX: #47B260
RGB: (71,178,96)
#47B260 enthält hauptsächlich grüne Farbe. Für #47B260 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #47B260 wird in RGB als (71,178,96) definiert.
RGB: (71,178,96)
(28%, 70%, 38%)
R 71 von 255 = 28%
G 178 von 255 = 70%
B 96 von 255 = 38%
R + G + B ~ 45%. #47B260 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 178 + 96 = 345 (100%)
R 71 von 345 ~ 20.58%
G 178 von 345 ~ 51.59%
B 96 von 345 ~ 27.83'%
Die Farbe #47B260 wird in CMYK als (60,0,46,30) definiert.
CMYK: (60,0,46,30)
C60M0Y46K30 (60%, 0%, 46%, 30%)
(0.60 / 0.00 / 0.46 / 0.30)
Farbe #47B260 in den populären Farbmodellen.
47 | B2 | 60 | |
---|---|---|---|
RGB | 71 | 178 | 96 |
HSL | 134° | 42.97% | 48.82% |
HSB/HSV | 134° | 60.11% | 69.80% |
CMYK | 60.11% | 0.00% | 46.07% |
30.20% |
Die Farbe #47B260 in den populären Zahlensystemen.
Hexadezimal | 47 | B2 | 60 |
Dezimal | 71 | 178 | 96 |
Binär | 1000111 | 10110010 | 1100000 |
Oktal | 107 | 262 | 140 |
Dunkle Töne der Farbe #47B260
Helle Töne der Farbe #47B260
Beispiele css- und html für Elemente in der Farbe #47B260. Bitte benutzen Sie auch rgb(71,178,96) statt hex-Code.
.myTextColor { color: #47B260; }
<p style="color:#47B260">This sample text font color is #47B260.</p>
Die Farbe dieses Textes ist #47B260.
.myBgColor { background-color: #47B260; }
<div style="background-color:#47B260">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47B260.
.myBorderColor { border: 1px solid #47B260; }
<div style="border:3px solid #47B260">Div</div>
Die Grenzen von diesem div sind in Farbe #47B260.
.myOpacity80 { color: #47B260; opacity: 0.8; }
<p style="color:#47B260;opacity:0.8;">80%</p>
Text in Farbe #47B260 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47B260;}
<p style="text-shadow: 3px 3px 1px #47B260">Text here.</p>
Dieser Text hat den Schatten in Farbe #47B260.
.textShadow {text-shadow: 3px 3px 1px #47B260', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47B260, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47B260 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47B260, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47B260, Direction=45, Strength=4)">Text</p>
This text has shadow with #47B260 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47B260;
-webkit-box-shadow: 1px 1px 3px 2px #47B260;
box-shadow: 1px 1px 3px 2px #47B260;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47B260; -webkit-box-shadow: 1px 1px 3px 2px #47B260; box-shadow:1px 1px 3px 2px #47B260;">
Div content here
</div>
Dieser Text ist in der Farbe #47B260 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47B260 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47B260.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47B260.
Kontrastfarbe für #hex ist #B84D9F.