HEX: #87FE48
RGB: (135,254,72)
#87FE48 enthält hauptsächlich grüne Farbe. Für #87FE48 ist eine «websichere» Webfarbe #99FF33 (oder kurz #9F3).
Die Farbe #87FE48 wird in RGB als (135,254,72) definiert.
RGB: (135,254,72) (53%,100%,28%)
R 135 von 255 = 53%
G 254 von 255 = 100%
B 72 von 255 = 28%
R + G + B ~ 60%. #87FE48 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 254 + 72 = 461 (100%)
R 135 von 461 ~ 29.28%
G 254 von 461 ~ 55.1%
B 72 von 461 ~ 15.62%
Die Farbe #87FE48 wird in CMYK als (47,0,72,0) definiert.
CMYK: (47,0,72,0) C47M0Y72K0 (47%,0%,72%,0%) (0.47/0.00/0.72/0.00)
87 | FE | 48 | |
---|---|---|---|
RGB | 135 | 254 | 72 |
HSL | 99° | 98.91% | 63.92% |
HSB/HSV | 99° | 71.65% | 99.61% |
CMYK | 46.85% | 0.00% | 71.65% |
0.39% |
Hexadezimal | 87 | FE | 48 |
Dezimal | 135 | 254 | 72 |
Binär | 10000111 | 11111110 | 1001000 |
Oktal | 207 | 376 | 110 |
Beispiele css- und html für Elemente in der Farbe #87FE48. Bitte benutzen Sie auch rgb(135,254,72) statt hex-Code.
.myTextColor { color: #87FE48; }
<p style="color:#87FE48">This sample text font color is #87FE48.</p>
Die Farbe dieses Textes ist #87FE48.
.myBgColor { background-color: #87FE48; }
<div style="background-color:#87FE48">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87FE48.
.myBorderColor { border: 1px solid #87FE48; }
<div style="border:3px solid #87FE48">Div</div>
Die Grenzen von diesem div sind in Farbe #87FE48.
.myOpacity80 { color: #87FE48; opacity: 0.8; }
<p style="color:#87FE48;opacity:0.8;">80%</p>
Text in Farbe #87FE48 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87FE48;}
<p style="text-shadow: 3px 3px 1px #87FE48">Text here.</p>
Dieser Text hat den Schatten in Farbe #87FE48.
.textShadow {text-shadow: 3px 3px 1px #87FE48, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87FE48, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87FE48 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87FE48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87FE48, Direction=45, Strength=4)">Text</p>
This text has shadow with #87FE48 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87FE48; -webkit-box-shadow: 1px 1px 3px 2px #87FE48; box-shadow: 1px 1px 3px 2px #87FE48; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87FE48; -webkit-box-shadow: 1px 1px 3px 2px #87FE48; box-shadow:1px 1px 3px 2px #87FE48;">
Div content here</div>
Dieser Text ist in der Farbe #87FE48 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87FE48 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87FE48.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87FE48.