HEX: #87C54F
RGB: (135,197,79)
#87C54F enthält hauptsächlich grüne Farbe. Für #87C54F ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87C54F wird in RGB als (135,197,79) definiert.
RGB: (135,197,79) (53%,77%,31%)
R 135 von 255 = 53%
G 197 von 255 = 77%
B 79 von 255 = 31%
R + G + B ~ 54%. #87C54F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 197 + 79 = 411 (100%)
R 135 von 411 ~ 32.85%
G 197 von 411 ~ 47.93%
B 79 von 411 ~ 19.22%
Die Farbe #87C54F wird in CMYK als (31,0,60,23) definiert.
CMYK: (31,0,60,23) C31M0Y60K23 (31%,0%,60%,23%) (0.31/0.00/0.60/0.23)
87 | C5 | 4F | |
---|---|---|---|
RGB | 135 | 197 | 79 |
HSL | 92° | 50.43% | 54.12% |
HSB/HSV | 92° | 59.90% | 77.25% |
CMYK | 31.47% | 0.00% | 59.90% |
22.75% |
Hexadezimal | 87 | C5 | 4F |
Dezimal | 135 | 197 | 79 |
Binär | 10000111 | 11000101 | 1001111 |
Oktal | 207 | 305 | 117 |
Beispiele css- und html für Elemente in der Farbe #87C54F. Bitte benutzen Sie auch rgb(135,197,79) statt hex-Code.
.myTextColor { color: #87C54F; }
<p style="color:#87C54F">This sample text font color is #87C54F.</p>
Die Farbe dieses Textes ist #87C54F.
.myBgColor { background-color: #87C54F; }
<div style="background-color:#87C54F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87C54F.
.myBorderColor { border: 1px solid #87C54F; }
<div style="border:3px solid #87C54F">Div</div>
Die Grenzen von diesem div sind in Farbe #87C54F.
.myOpacity80 { color: #87C54F; opacity: 0.8; }
<p style="color:#87C54F;opacity:0.8;">80%</p>
Text in Farbe #87C54F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C54F;}
<p style="text-shadow: 3px 3px 1px #87C54F">Text here.</p>
Dieser Text hat den Schatten in Farbe #87C54F.
.textShadow {text-shadow: 3px 3px 1px #87C54F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C54F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87C54F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C54F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C54F, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C54F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87C54F; -webkit-box-shadow: 1px 1px 3px 2px #87C54F; box-shadow: 1px 1px 3px 2px #87C54F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87C54F; -webkit-box-shadow: 1px 1px 3px 2px #87C54F; box-shadow:1px 1px 3px 2px #87C54F;">
Div content here</div>
Dieser Text ist in der Farbe #87C54F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87C54F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87C54F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87C54F.