HEX: #15EB7D
RGB: (21,235,125)
#15EB7D enthält hauptsächlich grüne Farbe. Für #15EB7D ist eine «websichere» Webfarbe #00FF66 (oder kurz #0F6).
Die Farbe #15EB7D wird in RGB als (21,235,125) definiert.
RGB: (21,235,125) (8%,92%,49%)
R 21 von 255 = 8%
G 235 von 255 = 92%
B 125 von 255 = 49%
R + G + B ~ 50%. #15EB7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
21 + 235 + 125 = 381 (100%)
R 21 von 381 ~ 5.51%
G 235 von 381 ~ 61.68%
B 125 von 381 ~ 32.81%
Die Farbe #15EB7D wird in CMYK als (91,0,47,8) definiert.
CMYK: (91,0,47,8) C91M0Y47K8 (91%,0%,47%,8%) (0.91/0.00/0.47/0.08)
15 | EB | 7D | |
---|---|---|---|
RGB | 21 | 235 | 125 |
HSL | 149° | 84.25% | 50.20% |
HSB/HSV | 149° | 91.06% | 92.16% |
CMYK | 91.06% | 0.00% | 46.81% |
7.84% |
Hexadezimal | 15 | EB | 7D |
Dezimal | 21 | 235 | 125 |
Binär | 10101 | 11101011 | 1111101 |
Oktal | 25 | 353 | 175 |
Beispiele css- und html für Elemente in der Farbe #15EB7D. Bitte benutzen Sie auch rgb(21,235,125) statt hex-Code.
.myTextColor { color: #15EB7D; }
<p style="color:#15EB7D">This sample text font color is #15EB7D.</p>
Die Farbe dieses Textes ist #15EB7D.
.myBgColor { background-color: #15EB7D; }
<div style="background-color:#15EB7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15EB7D.
.myBorderColor { border: 1px solid #15EB7D; }
<div style="border:3px solid #15EB7D">Div</div>
Die Grenzen von diesem div sind in Farbe #15EB7D.
.myOpacity80 { color: #15EB7D; opacity: 0.8; }
<p style="color:#15EB7D;opacity:0.8;">80%</p>
Text in Farbe #15EB7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15EB7D;}
<p style="text-shadow: 3px 3px 1px #15EB7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #15EB7D.
.textShadow {text-shadow: 3px 3px 1px #15EB7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15EB7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15EB7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15EB7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15EB7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15EB7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15EB7D; -webkit-box-shadow: 1px 1px 3px 2px #15EB7D; box-shadow: 1px 1px 3px 2px #15EB7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15EB7D; -webkit-box-shadow: 1px 1px 3px 2px #15EB7D; box-shadow:1px 1px 3px 2px #15EB7D;">
Div content here</div>
Dieser Text ist in der Farbe #15EB7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15EB7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15EB7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15EB7D.