HEX: #88E215
RGB: (136,226,21)
#88E215 enthält hauptsächlich grüne Farbe. Für #88E215 ist eine «websichere» Webfarbe #99CC00 (oder kurz #9C0).
Die Farbe #88E215 wird in RGB als (136,226,21) definiert.
RGB: (136,226,21) (53%,89%,8%)
R 136 von 255 = 53%
G 226 von 255 = 89%
B 21 von 255 = 8%
R + G + B ~ 50%. #88E215 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 226 + 21 = 383 (100%)
R 136 von 383 ~ 35.51%
G 226 von 383 ~ 59.01%
B 21 von 383 ~ 5.48%
Die Farbe #88E215 wird in CMYK als (40,0,91,11) definiert.
CMYK: (40,0,91,11) C40M0Y91K11 (40%,0%,91%,11%) (0.40/0.00/0.91/0.11)
88 | E2 | 15 | |
---|---|---|---|
RGB | 136 | 226 | 21 |
HSL | 86° | 83.00% | 48.43% |
HSB/HSV | 86° | 90.71% | 88.63% |
CMYK | 39.82% | 0.00% | 90.71% |
11.37% |
Hexadezimal | 88 | E2 | 15 |
Dezimal | 136 | 226 | 21 |
Binär | 10001000 | 11100010 | 10101 |
Oktal | 210 | 342 | 25 |
Beispiele css- und html für Elemente in der Farbe #88E215. Bitte benutzen Sie auch rgb(136,226,21) statt hex-Code.
.myTextColor { color: #88E215; }
<p style="color:#88E215">This sample text font color is #88E215.</p>
Die Farbe dieses Textes ist #88E215.
.myBgColor { background-color: #88E215; }
<div style="background-color:#88E215">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88E215.
.myBorderColor { border: 1px solid #88E215; }
<div style="border:3px solid #88E215">Div</div>
Die Grenzen von diesem div sind in Farbe #88E215.
.myOpacity80 { color: #88E215; opacity: 0.8; }
<p style="color:#88E215;opacity:0.8;">80%</p>
Text in Farbe #88E215 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88E215;}
<p style="text-shadow: 3px 3px 1px #88E215">Text here.</p>
Dieser Text hat den Schatten in Farbe #88E215.
.textShadow {text-shadow: 3px 3px 1px #88E215, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88E215, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88E215 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88E215, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88E215, Direction=45, Strength=4)">Text</p>
This text has shadow with #88E215 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88E215; -webkit-box-shadow: 1px 1px 3px 2px #88E215; box-shadow: 1px 1px 3px 2px #88E215; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88E215; -webkit-box-shadow: 1px 1px 3px 2px #88E215; box-shadow:1px 1px 3px 2px #88E215;">
Div content here</div>
Dieser Text ist in der Farbe #88E215 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88E215 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88E215.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88E215.