HEX: #87BE4F
RGB: (135,190,79)
#87BE4F enthält hauptsächlich rote und grüne Farbe. Für #87BE4F ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87BE4F wird in RGB als (135,190,79) definiert.
RGB: (135,190,79)
(53%, 75%, 31%)
R 135 von 255 = 53%
G 190 von 255 = 75%
B 79 von 255 = 31%
R + G + B ~ 53%. #87BE4F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 190 + 79 = 404 (100%)
R 135 von 404 ~ 33.42%
G 190 von 404 ~ 47.03%
B 79 von 404 ~ 19.55'%
Die Farbe #87BE4F wird in CMYK als (29,0,58,25) definiert.
CMYK: (29,0,58,25)
C29M0Y58K25 (29%, 0%, 58%, 25%)
(0.29 / 0.00 / 0.58 / 0.25)
Farbe #87BE4F in den populären Farbmodellen.
87 | BE | 4F | |
---|---|---|---|
RGB | 135 | 190 | 79 |
HSL | 90° | 46.06% | 52.75% |
HSB/HSV | 90° | 58.42% | 74.51% |
CMYK | 28.95% | 0.00% | 58.42% |
25.49% |
Die Farbe #87BE4F in den populären Zahlensystemen.
Hexadezimal | 87 | BE | 4F |
Dezimal | 135 | 190 | 79 |
Binär | 10000111 | 10111110 | 1001111 |
Oktal | 207 | 276 | 117 |
Dunkle Töne der Farbe #87BE4F
Helle Töne der Farbe #87BE4F
Beispiele css- und html für Elemente in der Farbe #87BE4F. Bitte benutzen Sie auch rgb(135,190,79) statt hex-Code.
.myTextColor { color: #87BE4F; }
<p style="color:#87BE4F">This sample text font color is #87BE4F.</p>
Die Farbe dieses Textes ist #87BE4F.
.myBgColor { background-color: #87BE4F; }
<div style="background-color:#87BE4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87BE4F.
.myBorderColor { border: 1px solid #87BE4F; }
<div style="border:3px solid #87BE4F">Div</div>
Die Grenzen von diesem div sind in Farbe #87BE4F.
.myOpacity80 { color: #87BE4F; opacity: 0.8; }
<p style="color:#87BE4F;opacity:0.8;">80%</p>
Text in Farbe #87BE4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87BE4F;}
<p style="text-shadow: 3px 3px 1px #87BE4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #87BE4F.
.textShadow {text-shadow: 3px 3px 1px #87BE4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87BE4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87BE4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87BE4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87BE4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #87BE4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87BE4F;
-webkit-box-shadow: 1px 1px 3px 2px #87BE4F;
box-shadow: 1px 1px 3px 2px #87BE4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87BE4F; -webkit-box-shadow: 1px 1px 3px 2px #87BE4F; box-shadow:1px 1px 3px 2px #87BE4F;">
Div content here
</div>
Dieser Text ist in der Farbe #87BE4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87BE4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87BE4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87BE4F.
Kontrastfarbe für #hex ist #7841B0.