HEX: #96D380
RGB: (150,211,128)
#96D380 enthält hauptsächlich grüne Farbe. Für #96D380 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #96D380 wird in RGB als (150,211,128) definiert.
RGB: (150,211,128) (59%,83%,50%)
R 150 von 255 = 59%
G 211 von 255 = 83%
B 128 von 255 = 50%
R + G + B ~ 64%. #96D380 ziemlich helle Farbe.
R + G + B =
150 + 211 + 128 = 489 (100%)
R 150 von 489 ~ 30.67%
G 211 von 489 ~ 43.15%
B 128 von 489 ~ 26.18%
Die Farbe #96D380 wird in CMYK als (29,0,39,17) definiert.
CMYK: (29,0,39,17) C29M0Y39K17 (29%,0%,39%,17%) (0.29/0.00/0.39/0.17)
96 | D3 | 80 | |
---|---|---|---|
RGB | 150 | 211 | 128 |
HSL | 104° | 48.54% | 66.47% |
HSB/HSV | 104° | 39.34% | 82.75% |
CMYK | 28.91% | 0.00% | 39.34% |
17.25% |
Hexadezimal | 96 | D3 | 80 |
Dezimal | 150 | 211 | 128 |
Binär | 10010110 | 11010011 | 10000000 |
Oktal | 226 | 323 | 200 |
Beispiele css- und html für Elemente in der Farbe #96D380. Bitte benutzen Sie auch rgb(150,211,128) statt hex-Code.
.myTextColor { color: #96D380; }
<p style="color:#96D380">This sample text font color is #96D380.</p>
Die Farbe dieses Textes ist #96D380.
.myBgColor { background-color: #96D380; }
<div style="background-color:#96D380">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96D380.
.myBorderColor { border: 1px solid #96D380; }
<div style="border:3px solid #96D380">Div</div>
Die Grenzen von diesem div sind in Farbe #96D380.
.myOpacity80 { color: #96D380; opacity: 0.8; }
<p style="color:#96D380;opacity:0.8;">80%</p>
Text in Farbe #96D380 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96D380;}
<p style="text-shadow: 3px 3px 1px #96D380">Text here.</p>
Dieser Text hat den Schatten in Farbe #96D380.
.textShadow {text-shadow: 3px 3px 1px #96D380, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96D380, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96D380 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96D380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96D380, Direction=45, Strength=4)">Text</p>
This text has shadow with #96D380 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96D380; -webkit-box-shadow: 1px 1px 3px 2px #96D380; box-shadow: 1px 1px 3px 2px #96D380; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96D380; -webkit-box-shadow: 1px 1px 3px 2px #96D380; box-shadow:1px 1px 3px 2px #96D380;">
Div content here</div>
Dieser Text ist in der Farbe #96D380 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96D380 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96D380.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96D380.