HEX: #87C85F
RGB: (135,200,95)
#87C85F enthält hauptsächlich grüne Farbe. Für #87C85F ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87C85F wird in RGB als (135,200,95) definiert.
RGB: (135,200,95) (53%,78%,37%)
R 135 von 255 = 53%
G 200 von 255 = 78%
B 95 von 255 = 37%
R + G + B ~ 56%. #87C85F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 200 + 95 = 430 (100%)
R 135 von 430 ~ 31.4%
G 200 von 430 ~ 46.51%
B 95 von 430 ~ 22.09%
Die Farbe #87C85F wird in CMYK als (33,0,53,22) definiert.
CMYK: (33,0,53,22) C33M0Y53K22 (33%,0%,53%,22%) (0.33/0.00/0.53/0.22)
87 | C8 | 5F | |
---|---|---|---|
RGB | 135 | 200 | 95 |
HSL | 97° | 48.84% | 57.84% |
HSB/HSV | 97° | 52.50% | 78.43% |
CMYK | 32.50% | 0.00% | 52.50% |
21.57% |
Hexadezimal | 87 | C8 | 5F |
Dezimal | 135 | 200 | 95 |
Binär | 10000111 | 11001000 | 1011111 |
Oktal | 207 | 310 | 137 |
Beispiele css- und html für Elemente in der Farbe #87C85F. Bitte benutzen Sie auch rgb(135,200,95) statt hex-Code.
.myTextColor { color: #87C85F; }
<p style="color:#87C85F">This sample text font color is #87C85F.</p>
Die Farbe dieses Textes ist #87C85F.
.myBgColor { background-color: #87C85F; }
<div style="background-color:#87C85F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87C85F.
.myBorderColor { border: 1px solid #87C85F; }
<div style="border:3px solid #87C85F">Div</div>
Die Grenzen von diesem div sind in Farbe #87C85F.
.myOpacity80 { color: #87C85F; opacity: 0.8; }
<p style="color:#87C85F;opacity:0.8;">80%</p>
Text in Farbe #87C85F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C85F;}
<p style="text-shadow: 3px 3px 1px #87C85F">Text here.</p>
Dieser Text hat den Schatten in Farbe #87C85F.
.textShadow {text-shadow: 3px 3px 1px #87C85F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C85F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87C85F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C85F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C85F, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C85F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87C85F; -webkit-box-shadow: 1px 1px 3px 2px #87C85F; box-shadow: 1px 1px 3px 2px #87C85F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87C85F; -webkit-box-shadow: 1px 1px 3px 2px #87C85F; box-shadow:1px 1px 3px 2px #87C85F;">
Div content here</div>
Dieser Text ist in der Farbe #87C85F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87C85F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87C85F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87C85F.