HEX: #87D215
RGB: (135,210,21)
#87D215 enthält hauptsächlich grüne Farbe. Für #87D215 ist eine «websichere» Webfarbe #99CC00 (oder kurz #9C0).
Die Farbe #87D215 wird in RGB als (135,210,21) definiert.
RGB: (135,210,21)
(53%, 82%, 8%)
R 135 von 255 = 53%
G 210 von 255 = 82%
B 21 von 255 = 8%
R + G + B ~ 48%. #87D215 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 210 + 21 = 366 (100%)
R 135 von 366 ~ 36.89%
G 210 von 366 ~ 57.38%
B 21 von 366 ~ 5.74'%
Die Farbe #87D215 wird in CMYK als (36,0,90,18) definiert.
CMYK: (36,0,90,18)
C36M0Y90K18 (36%, 0%, 90%, 18%)
(0.36 / 0.00 / 0.90 / 0.18)
Farbe #87D215 in den populären Farbmodellen.
87 | D2 | 15 | |
---|---|---|---|
RGB | 135 | 210 | 21 |
HSL | 84° | 81.82% | 45.29% |
HSB/HSV | 84° | 90.00% | 82.35% |
CMYK | 35.71% | 0.00% | 90.00% |
17.65% |
Die Farbe #87D215 in den populären Zahlensystemen.
Hexadezimal | 87 | D2 | 15 |
Dezimal | 135 | 210 | 21 |
Binär | 10000111 | 11010010 | 10101 |
Oktal | 207 | 322 | 25 |
Dunkle Töne der Farbe #87D215
Helle Töne der Farbe #87D215
Beispiele css- und html für Elemente in der Farbe #87D215. Bitte benutzen Sie auch rgb(135,210,21) statt hex-Code.
.myTextColor { color: #87D215; }
<p style="color:#87D215">This sample text font color is #87D215.</p>
Die Farbe dieses Textes ist #87D215.
.myBgColor { background-color: #87D215; }
<div style="background-color:#87D215">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D215.
.myBorderColor { border: 1px solid #87D215; }
<div style="border:3px solid #87D215">Div</div>
Die Grenzen von diesem div sind in Farbe #87D215.
.myOpacity80 { color: #87D215; opacity: 0.8; }
<p style="color:#87D215;opacity:0.8;">80%</p>
Text in Farbe #87D215 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D215;}
<p style="text-shadow: 3px 3px 1px #87D215">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D215.
.textShadow {text-shadow: 3px 3px 1px #87D215', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D215, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D215 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D215, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D215, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D215 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87D215;
-webkit-box-shadow: 1px 1px 3px 2px #87D215;
box-shadow: 1px 1px 3px 2px #87D215;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87D215; -webkit-box-shadow: 1px 1px 3px 2px #87D215; box-shadow:1px 1px 3px 2px #87D215;">
Div content here
</div>
Dieser Text ist in der Farbe #87D215 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D215 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D215.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D215.
Kontrastfarbe für #87D215 ist #782DEA.