HEX: #15DB72
RGB: (21,219,114)
#15DB72 enthält hauptsächlich grüne Farbe. Für #15DB72 ist eine «websichere» Webfarbe #00CC66 (oder kurz #0C6).
Die Farbe #15DB72 wird in RGB als (21,219,114) definiert.
RGB: (21,219,114)
(8%, 86%, 45%)
R 21 von 255 = 8%
G 219 von 255 = 86%
B 114 von 255 = 45%
R + G + B ~ 46%. #15DB72 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 21 + 219 + 114 = 354 (100%)
R 21 von 354 ~ 5.93%
G 219 von 354 ~ 61.86%
B 114 von 354 ~ 32.2'%
Die Farbe #15DB72 wird in CMYK als (90,0,48,14) definiert.
CMYK: (90,0,48,14)
C90M0Y48K14 (90%, 0%, 48%, 14%)
(0.90 / 0.00 / 0.48 / 0.14)
Farbe #15DB72 in den populären Farbmodellen.
15 | DB | 72 | |
---|---|---|---|
RGB | 21 | 219 | 114 |
HSL | 148° | 82.50% | 47.06% |
HSB/HSV | 148° | 90.41% | 85.88% |
CMYK | 90.41% | 0.00% | 47.95% |
14.12% |
Die Farbe #15DB72 in den populären Zahlensystemen.
Hexadezimal | 15 | DB | 72 |
Dezimal | 21 | 219 | 114 |
Binär | 10101 | 11011011 | 1110010 |
Oktal | 25 | 333 | 162 |
Dunkle Töne der Farbe #15DB72
Helle Töne der Farbe #15DB72
Beispiele css- und html für Elemente in der Farbe #15DB72. Bitte benutzen Sie auch rgb(21,219,114) statt hex-Code.
.myTextColor { color: #15DB72; }
<p style="color:#15DB72">This sample text font color is #15DB72.</p>
Die Farbe dieses Textes ist #15DB72.
.myBgColor { background-color: #15DB72; }
<div style="background-color:#15DB72">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15DB72.
.myBorderColor { border: 1px solid #15DB72; }
<div style="border:3px solid #15DB72">Div</div>
Die Grenzen von diesem div sind in Farbe #15DB72.
.myOpacity80 { color: #15DB72; opacity: 0.8; }
<p style="color:#15DB72;opacity:0.8;">80%</p>
Text in Farbe #15DB72 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15DB72;}
<p style="text-shadow: 3px 3px 1px #15DB72">Text here.</p>
Dieser Text hat den Schatten in Farbe #15DB72.
.textShadow {text-shadow: 3px 3px 1px #15DB72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15DB72, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15DB72 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15DB72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15DB72, Direction=45, Strength=4)">Text</p>
This text has shadow with #15DB72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15DB72;
-webkit-box-shadow: 1px 1px 3px 2px #15DB72;
box-shadow: 1px 1px 3px 2px #15DB72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15DB72; -webkit-box-shadow: 1px 1px 3px 2px #15DB72; box-shadow:1px 1px 3px 2px #15DB72;">
Div content here
</div>
Dieser Text ist in der Farbe #15DB72 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15DB72 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15DB72.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15DB72.
Kontrastfarbe für #hex ist #EA248D.