HEX: #88CC5E
RGB: (136,204,94)
#88CC5E enthält hauptsächlich grüne Farbe. Für #88CC5E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #88CC5E wird in RGB als (136,204,94) definiert.
RGB: (136,204,94) (53%,80%,37%)
R 136 von 255 = 53%
G 204 von 255 = 80%
B 94 von 255 = 37%
R + G + B ~ 57%. #88CC5E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 204 + 94 = 434 (100%)
R 136 von 434 ~ 31.34%
G 204 von 434 ~ 47%
B 94 von 434 ~ 21.66%
Die Farbe #88CC5E wird in CMYK als (33,0,54,20) definiert.
CMYK: (33,0,54,20) C33M0Y54K20 (33%,0%,54%,20%) (0.33/0.00/0.54/0.20)
88 | CC | 5E | |
---|---|---|---|
RGB | 136 | 204 | 94 |
HSL | 97° | 51.89% | 58.43% |
HSB/HSV | 97° | 53.92% | 80.00% |
CMYK | 33.33% | 0.00% | 53.92% |
20.00% |
Hexadezimal | 88 | CC | 5E |
Dezimal | 136 | 204 | 94 |
Binär | 10001000 | 11001100 | 1011110 |
Oktal | 210 | 314 | 136 |
Beispiele css- und html für Elemente in der Farbe #88CC5E. Bitte benutzen Sie auch rgb(136,204,94) statt hex-Code.
.myTextColor { color: #88CC5E; }
<p style="color:#88CC5E">This sample text font color is #88CC5E.</p>
Die Farbe dieses Textes ist #88CC5E.
.myBgColor { background-color: #88CC5E; }
<div style="background-color:#88CC5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88CC5E.
.myBorderColor { border: 1px solid #88CC5E; }
<div style="border:3px solid #88CC5E">Div</div>
Die Grenzen von diesem div sind in Farbe #88CC5E.
.myOpacity80 { color: #88CC5E; opacity: 0.8; }
<p style="color:#88CC5E;opacity:0.8;">80%</p>
Text in Farbe #88CC5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88CC5E;}
<p style="text-shadow: 3px 3px 1px #88CC5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #88CC5E.
.textShadow {text-shadow: 3px 3px 1px #88CC5E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88CC5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88CC5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88CC5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88CC5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #88CC5E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88CC5E; -webkit-box-shadow: 1px 1px 3px 2px #88CC5E; box-shadow: 1px 1px 3px 2px #88CC5E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88CC5E; -webkit-box-shadow: 1px 1px 3px 2px #88CC5E; box-shadow:1px 1px 3px 2px #88CC5E;">
Div content here</div>
Dieser Text ist in der Farbe #88CC5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88CC5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88CC5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88CC5E.