HEX: #9EDB4D
RGB: (158,219,77)
#9EDB4D enthält hauptsächlich grüne Farbe. Für #9EDB4D ist eine «websichere» Webfarbe #99CC33 (oder kurz #9C3).
Die Farbe #9EDB4D wird in RGB als (158,219,77) definiert.
RGB: (158,219,77) (62%,86%,30%)
R 158 von 255 = 62%
G 219 von 255 = 86%
B 77 von 255 = 30%
R + G + B ~ 59%. #9EDB4D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
158 + 219 + 77 = 454 (100%)
R 158 von 454 ~ 34.8%
G 219 von 454 ~ 48.24%
B 77 von 454 ~ 16.96%
Die Farbe #9EDB4D wird in CMYK als (28,0,65,14) definiert.
CMYK: (28,0,65,14) C28M0Y65K14 (28%,0%,65%,14%) (0.28/0.00/0.65/0.14)
9E | DB | 4D | |
---|---|---|---|
RGB | 158 | 219 | 77 |
HSL | 86° | 66.36% | 58.04% |
HSB/HSV | 86° | 64.84% | 85.88% |
CMYK | 27.85% | 0.00% | 64.84% |
14.12% |
Hexadezimal | 9E | DB | 4D |
Dezimal | 158 | 219 | 77 |
Binär | 10011110 | 11011011 | 1001101 |
Oktal | 236 | 333 | 115 |
Beispiele css- und html für Elemente in der Farbe #9EDB4D. Bitte benutzen Sie auch rgb(158,219,77) statt hex-Code.
.myTextColor { color: #9EDB4D; }
<p style="color:#9EDB4D">This sample text font color is #9EDB4D.</p>
Die Farbe dieses Textes ist #9EDB4D.
.myBgColor { background-color: #9EDB4D; }
<div style="background-color:#9EDB4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9EDB4D.
.myBorderColor { border: 1px solid #9EDB4D; }
<div style="border:3px solid #9EDB4D">Div</div>
Die Grenzen von diesem div sind in Farbe #9EDB4D.
.myOpacity80 { color: #9EDB4D; opacity: 0.8; }
<p style="color:#9EDB4D;opacity:0.8;">80%</p>
Text in Farbe #9EDB4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EDB4D;}
<p style="text-shadow: 3px 3px 1px #9EDB4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #9EDB4D.
.textShadow {text-shadow: 3px 3px 1px #9EDB4D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EDB4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9EDB4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EDB4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EDB4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EDB4D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9EDB4D; -webkit-box-shadow: 1px 1px 3px 2px #9EDB4D; box-shadow: 1px 1px 3px 2px #9EDB4D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9EDB4D; -webkit-box-shadow: 1px 1px 3px 2px #9EDB4D; box-shadow:1px 1px 3px 2px #9EDB4D;">
Div content here</div>
Dieser Text ist in der Farbe #9EDB4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9EDB4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9EDB4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9EDB4D.