HEX: #87DD4C
RGB: (135,221,76)
#87DD4C enthält hauptsächlich grüne Farbe. Für #87DD4C ist eine «websichere» Webfarbe #99CC33 (oder kurz #9C3).
Die Farbe #87DD4C wird in RGB als (135,221,76) definiert.
RGB: (135,221,76) (53%,87%,30%)
R 135 von 255 = 53%
G 221 von 255 = 87%
B 76 von 255 = 30%
R + G + B ~ 57%. #87DD4C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 221 + 76 = 432 (100%)
R 135 von 432 ~ 31.25%
G 221 von 432 ~ 51.16%
B 76 von 432 ~ 17.59%
Die Farbe #87DD4C wird in CMYK als (39,0,66,13) definiert.
CMYK: (39,0,66,13) C39M0Y66K13 (39%,0%,66%,13%) (0.39/0.00/0.66/0.13)
87 | DD | 4C | |
---|---|---|---|
RGB | 135 | 221 | 76 |
HSL | 96° | 68.08% | 58.24% |
HSB/HSV | 96° | 65.61% | 86.67% |
CMYK | 38.91% | 0.00% | 65.61% |
13.33% |
Hexadezimal | 87 | DD | 4C |
Dezimal | 135 | 221 | 76 |
Binär | 10000111 | 11011101 | 1001100 |
Oktal | 207 | 335 | 114 |
Beispiele css- und html für Elemente in der Farbe #87DD4C. Bitte benutzen Sie auch rgb(135,221,76) statt hex-Code.
.myTextColor { color: #87DD4C; }
<p style="color:#87DD4C">This sample text font color is #87DD4C.</p>
Die Farbe dieses Textes ist #87DD4C.
.myBgColor { background-color: #87DD4C; }
<div style="background-color:#87DD4C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87DD4C.
.myBorderColor { border: 1px solid #87DD4C; }
<div style="border:3px solid #87DD4C">Div</div>
Die Grenzen von diesem div sind in Farbe #87DD4C.
.myOpacity80 { color: #87DD4C; opacity: 0.8; }
<p style="color:#87DD4C;opacity:0.8;">80%</p>
Text in Farbe #87DD4C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87DD4C;}
<p style="text-shadow: 3px 3px 1px #87DD4C">Text here.</p>
Dieser Text hat den Schatten in Farbe #87DD4C.
.textShadow {text-shadow: 3px 3px 1px #87DD4C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87DD4C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87DD4C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87DD4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87DD4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #87DD4C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87DD4C; -webkit-box-shadow: 1px 1px 3px 2px #87DD4C; box-shadow: 1px 1px 3px 2px #87DD4C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87DD4C; -webkit-box-shadow: 1px 1px 3px 2px #87DD4C; box-shadow:1px 1px 3px 2px #87DD4C;">
Div content here</div>
Dieser Text ist in der Farbe #87DD4C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87DD4C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87DD4C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87DD4C.