HEX: #88EE2E
RGB: (136,238,46)
#88EE2E enthält hauptsächlich grüne Farbe. Für #88EE2E ist eine «websichere» Webfarbe #99FF33 (oder kurz #9F3).
Die Farbe #88EE2E wird in RGB als (136,238,46) definiert.
RGB: (136,238,46) (53%,93%,18%)
R 136 von 255 = 53%
G 238 von 255 = 93%
B 46 von 255 = 18%
R + G + B ~ 55%. #88EE2E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 238 + 46 = 420 (100%)
R 136 von 420 ~ 32.38%
G 238 von 420 ~ 56.67%
B 46 von 420 ~ 10.95%
Die Farbe #88EE2E wird in CMYK als (43,0,81,7) definiert.
CMYK: (43,0,81,7) C43M0Y81K7 (43%,0%,81%,7%) (0.43/0.00/0.81/0.07)
88 | EE | 2E | |
---|---|---|---|
RGB | 136 | 238 | 46 |
HSL | 92° | 84.96% | 55.69% |
HSB/HSV | 92° | 80.67% | 93.33% |
CMYK | 42.86% | 0.00% | 80.67% |
6.67% |
Hexadezimal | 88 | EE | 2E |
Dezimal | 136 | 238 | 46 |
Binär | 10001000 | 11101110 | 101110 |
Oktal | 210 | 356 | 56 |
Beispiele css- und html für Elemente in der Farbe #88EE2E. Bitte benutzen Sie auch rgb(136,238,46) statt hex-Code.
.myTextColor { color: #88EE2E; }
<p style="color:#88EE2E">This sample text font color is #88EE2E.</p>
Die Farbe dieses Textes ist #88EE2E.
.myBgColor { background-color: #88EE2E; }
<div style="background-color:#88EE2E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88EE2E.
.myBorderColor { border: 1px solid #88EE2E; }
<div style="border:3px solid #88EE2E">Div</div>
Die Grenzen von diesem div sind in Farbe #88EE2E.
.myOpacity80 { color: #88EE2E; opacity: 0.8; }
<p style="color:#88EE2E;opacity:0.8;">80%</p>
Text in Farbe #88EE2E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88EE2E;}
<p style="text-shadow: 3px 3px 1px #88EE2E">Text here.</p>
Dieser Text hat den Schatten in Farbe #88EE2E.
.textShadow {text-shadow: 3px 3px 1px #88EE2E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88EE2E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88EE2E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88EE2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88EE2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #88EE2E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88EE2E; -webkit-box-shadow: 1px 1px 3px 2px #88EE2E; box-shadow: 1px 1px 3px 2px #88EE2E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88EE2E; -webkit-box-shadow: 1px 1px 3px 2px #88EE2E; box-shadow:1px 1px 3px 2px #88EE2E;">
Div content here</div>
Dieser Text ist in der Farbe #88EE2E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88EE2E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88EE2E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88EE2E.