HEX: #48E17B
RGB: (72,225,123)
#48E17B enthält hauptsächlich grüne Farbe. Für #48E17B ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #48E17B wird in RGB als (72,225,123) definiert.
RGB: (72,225,123)
(28%, 88%, 48%)
R 72 von 255 = 28%
G 225 von 255 = 88%
B 123 von 255 = 48%
R + G + B ~ 55%. #48E17B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 72 + 225 + 123 = 420 (100%)
R 72 von 420 ~ 17.14%
G 225 von 420 ~ 53.57%
B 123 von 420 ~ 29.29'%
Die Farbe #48E17B wird in CMYK als (68,0,45,12) definiert.
CMYK: (68,0,45,12) C68M0Y45K12 (68%,0%,45%,12%) (0.68/0.00/0.45/0.12)
Farbe #48E17B in den populären Farbmodellen.
48 | E1 | 7B | |
---|---|---|---|
RGB | 72 | 225 | 123 |
HSL | 140° | 71.83% | 58.24% |
HSB/HSV | 140° | 68.00% | 88.24% |
CMYK | 68.00% | 0.00% | 45.33% |
11.76% |
Die Farbe #48E17B in den populären Zahlensystemen.
Hexadezimal | 48 | E1 | 7B |
Dezimal | 72 | 225 | 123 |
Binär | 1001000 | 11100001 | 1111011 |
Oktal | 110 | 341 | 173 |
Dunkle Töne der Farbe #48E17B
Helle Töne der Farbe #48E17B
Beispiele css- und html für Elemente in der Farbe #48E17B. Bitte benutzen Sie auch rgb(72,225,123) statt hex-Code.
.myTextColor { color: #48E17B; }
<p style="color:#48E17B">This sample text font color is #48E17B.</p>
Die Farbe dieses Textes ist #48E17B.
.myBgColor { background-color: #48E17B; }
<div style="background-color:#48E17B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48E17B.
.myBorderColor { border: 1px solid #48E17B; }
<div style="border:3px solid #48E17B">Div</div>
Die Grenzen von diesem div sind in Farbe #48E17B.
.myOpacity80 { color: #48E17B; opacity: 0.8; }
<p style="color:#48E17B;opacity:0.8;">80%</p>
Text in Farbe #48E17B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48E17B;}
<p style="text-shadow: 3px 3px 1px #48E17B">Text here.</p>
Dieser Text hat den Schatten in Farbe #48E17B.
.textShadow {text-shadow: 3px 3px 1px #48E17B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48E17B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48E17B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48E17B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48E17B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48E17B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48E17B;
-webkit-box-shadow: 1px 1px 3px 2px #48E17B;
box-shadow: 1px 1px 3px 2px #48E17B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48E17B; -webkit-box-shadow: 1px 1px 3px 2px #48E17B; box-shadow:1px 1px 3px 2px #48E17B;">
Div content here
</div>
Dieser Text ist in der Farbe #48E17B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48E17B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48E17B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48E17B.
Kontrastfarbe für #hex ist #B71E84.