HEX: #87D564
RGB: (135,213,100)
#87D564 enthält hauptsächlich grüne Farbe. Für #87D564 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87D564 wird in RGB als (135,213,100) definiert.
RGB: (135,213,100) (53%,84%,39%)
R 135 von 255 = 53%
G 213 von 255 = 84%
B 100 von 255 = 39%
R + G + B ~ 59%. #87D564 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 213 + 100 = 448 (100%)
R 135 von 448 ~ 30.13%
G 213 von 448 ~ 47.54%
B 100 von 448 ~ 22.32%
Die Farbe #87D564 wird in CMYK als (37,0,53,16) definiert.
CMYK: (37,0,53,16) C37M0Y53K16 (37%,0%,53%,16%) (0.37/0.00/0.53/0.16)
87 | D5 | 64 | |
---|---|---|---|
RGB | 135 | 213 | 100 |
HSL | 101° | 57.36% | 61.37% |
HSB/HSV | 101° | 53.05% | 83.53% |
CMYK | 36.62% | 0.00% | 53.05% |
16.47% |
Hexadezimal | 87 | D5 | 64 |
Dezimal | 135 | 213 | 100 |
Binär | 10000111 | 11010101 | 1100100 |
Oktal | 207 | 325 | 144 |
Beispiele css- und html für Elemente in der Farbe #87D564. Bitte benutzen Sie auch rgb(135,213,100) statt hex-Code.
.myTextColor { color: #87D564; }
<p style="color:#87D564">This sample text font color is #87D564.</p>
Die Farbe dieses Textes ist #87D564.
.myBgColor { background-color: #87D564; }
<div style="background-color:#87D564">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D564.
.myBorderColor { border: 1px solid #87D564; }
<div style="border:3px solid #87D564">Div</div>
Die Grenzen von diesem div sind in Farbe #87D564.
.myOpacity80 { color: #87D564; opacity: 0.8; }
<p style="color:#87D564;opacity:0.8;">80%</p>
Text in Farbe #87D564 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D564;}
<p style="text-shadow: 3px 3px 1px #87D564">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D564.
.textShadow {text-shadow: 3px 3px 1px #87D564, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D564, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D564 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D564, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D564, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D564 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87D564; -webkit-box-shadow: 1px 1px 3px 2px #87D564; box-shadow: 1px 1px 3px 2px #87D564; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87D564; -webkit-box-shadow: 1px 1px 3px 2px #87D564; box-shadow:1px 1px 3px 2px #87D564;">
Div content here</div>
Dieser Text ist in der Farbe #87D564 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D564 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D564.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D564.