HEX: #88D259
RGB: (136,210,89)
#88D259 enthält hauptsächlich grüne Farbe. Für #88D259 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #88D259 wird in RGB als (136,210,89) definiert.
RGB: (136,210,89)
(53%, 82%, 35%)
R 136 von 255 = 53%
G 210 von 255 = 82%
B 89 von 255 = 35%
R + G + B ~ 57%. #88D259 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 210 + 89 = 435 (100%)
R 136 von 435 ~ 31.26%
G 210 von 435 ~ 48.28%
B 89 von 435 ~ 20.46'%
Die Farbe #88D259 wird in CMYK als (35,0,58,18) definiert.
CMYK: (35,0,58,18)
C35M0Y58K18 (35%, 0%, 58%, 18%)
(0.35 / 0.00 / 0.58 / 0.18)
Farbe #88D259 in den populären Farbmodellen.
88 | D2 | 59 | |
---|---|---|---|
RGB | 136 | 210 | 89 |
HSL | 97° | 57.35% | 58.63% |
HSB/HSV | 97° | 57.62% | 82.35% |
CMYK | 35.24% | 0.00% | 57.62% |
17.65% |
Die Farbe #88D259 in den populären Zahlensystemen.
Hexadezimal | 88 | D2 | 59 |
Dezimal | 136 | 210 | 89 |
Binär | 10001000 | 11010010 | 1011001 |
Oktal | 210 | 322 | 131 |
Dunkle Töne der Farbe #88D259
Helle Töne der Farbe #88D259
Beispiele css- und html für Elemente in der Farbe #88D259. Bitte benutzen Sie auch rgb(136,210,89) statt hex-Code.
.myTextColor { color: #88D259; }
<p style="color:#88D259">This sample text font color is #88D259.</p>
Die Farbe dieses Textes ist #88D259.
.myBgColor { background-color: #88D259; }
<div style="background-color:#88D259">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88D259.
.myBorderColor { border: 1px solid #88D259; }
<div style="border:3px solid #88D259">Div</div>
Die Grenzen von diesem div sind in Farbe #88D259.
.myOpacity80 { color: #88D259; opacity: 0.8; }
<p style="color:#88D259;opacity:0.8;">80%</p>
Text in Farbe #88D259 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88D259;}
<p style="text-shadow: 3px 3px 1px #88D259">Text here.</p>
Dieser Text hat den Schatten in Farbe #88D259.
.textShadow {text-shadow: 3px 3px 1px #88D259', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88D259, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88D259 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D259, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88D259, Direction=45, Strength=4)">Text</p>
This text has shadow with #88D259 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88D259;
-webkit-box-shadow: 1px 1px 3px 2px #88D259;
box-shadow: 1px 1px 3px 2px #88D259;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D259; -webkit-box-shadow: 1px 1px 3px 2px #88D259; box-shadow:1px 1px 3px 2px #88D259;">
Div content here
</div>
Dieser Text ist in der Farbe #88D259 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88D259 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88D259.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88D259.
Kontrastfarbe für #hex ist #772DA6.