HEX: #87E27D
RGB: (135,226,125)
#87E27D enthält hauptsächlich grüne Farbe. Für #87E27D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87E27D wird in RGB als (135,226,125) definiert.
RGB: (135,226,125)
(53%, 89%, 49%)
R 135 von 255 = 53%
G 226 von 255 = 89%
B 125 von 255 = 49%
R + G + B ~ 64%. #87E27D ziemlich helle Farbe.
R + G + B = 135 + 226 + 125 = 486 (100%)
R 135 von 486 ~ 27.78%
G 226 von 486 ~ 46.5%
B 125 von 486 ~ 25.72'%
Die Farbe #87E27D wird in CMYK als (40,0,45,11) definiert.
CMYK: (40,0,45,11)
C40M0Y45K11 (40%, 0%, 45%, 11%)
(0.40 / 0.00 / 0.45 / 0.11)
Farbe #87E27D in den populären Farbmodellen.
87 | E2 | 7D | |
---|---|---|---|
RGB | 135 | 226 | 125 |
HSL | 114° | 63.52% | 68.82% |
HSB/HSV | 114° | 44.69% | 88.63% |
CMYK | 40.27% | 0.00% | 44.69% |
11.37% |
Die Farbe #87E27D in den populären Zahlensystemen.
Hexadezimal | 87 | E2 | 7D |
Dezimal | 135 | 226 | 125 |
Binär | 10000111 | 11100010 | 1111101 |
Oktal | 207 | 342 | 175 |
Dunkle Töne der Farbe #87E27D
Helle Töne der Farbe #87E27D
Beispiele css- und html für Elemente in der Farbe #87E27D. Bitte benutzen Sie auch rgb(135,226,125) statt hex-Code.
.myTextColor { color: #87E27D; }
<p style="color:#87E27D">This sample text font color is #87E27D.</p>
Die Farbe dieses Textes ist #87E27D.
.myBgColor { background-color: #87E27D; }
<div style="background-color:#87E27D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87E27D.
.myBorderColor { border: 1px solid #87E27D; }
<div style="border:3px solid #87E27D">Div</div>
Die Grenzen von diesem div sind in Farbe #87E27D.
.myOpacity80 { color: #87E27D; opacity: 0.8; }
<p style="color:#87E27D;opacity:0.8;">80%</p>
Text in Farbe #87E27D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87E27D;}
<p style="text-shadow: 3px 3px 1px #87E27D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87E27D.
.textShadow {text-shadow: 3px 3px 1px #87E27D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87E27D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87E27D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87E27D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87E27D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87E27D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87E27D;
-webkit-box-shadow: 1px 1px 3px 2px #87E27D;
box-shadow: 1px 1px 3px 2px #87E27D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87E27D; -webkit-box-shadow: 1px 1px 3px 2px #87E27D; box-shadow:1px 1px 3px 2px #87E27D;">
Div content here
</div>
Dieser Text ist in der Farbe #87E27D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87E27D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87E27D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87E27D.
Kontrastfarbe für #hex ist #781D82.