HEX: #6EE996
RGB: (110,233,150)
#6EE996 enthält hauptsächlich grüne Farbe. Für #6EE996 ist eine «websichere» Webfarbe #66FF99 (oder kurz #6F9).
Die Farbe #6EE996 wird in RGB als (110,233,150) definiert.
RGB: (110,233,150) (43%,91%,59%)
R 110 von 255 = 43%
G 233 von 255 = 91%
B 150 von 255 = 59%
R + G + B ~ 64%. #6EE996 ziemlich helle Farbe.
R + G + B =
110 + 233 + 150 = 493 (100%)
R 110 von 493 ~ 22.31%
G 233 von 493 ~ 47.26%
B 150 von 493 ~ 30.43%
Die Farbe #6EE996 wird in CMYK als (53,0,36,9) definiert.
CMYK: (53,0,36,9) C53M0Y36K9 (53%,0%,36%,9%) (0.53/0.00/0.36/0.09)
6E | E9 | 96 | |
---|---|---|---|
RGB | 110 | 233 | 150 |
HSL | 140° | 73.65% | 67.25% |
HSB/HSV | 140° | 52.79% | 91.37% |
CMYK | 52.79% | 0.00% | 35.62% |
8.63% |
Hexadezimal | 6E | E9 | 96 |
Dezimal | 110 | 233 | 150 |
Binär | 1101110 | 11101001 | 10010110 |
Oktal | 156 | 351 | 226 |
Beispiele css- und html für Elemente in der Farbe #6EE996. Bitte benutzen Sie auch rgb(110,233,150) statt hex-Code.
.myTextColor { color: #6EE996; }
<p style="color:#6EE996">This sample text font color is #6EE996.</p>
Die Farbe dieses Textes ist #6EE996.
.myBgColor { background-color: #6EE996; }
<div style="background-color:#6EE996">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EE996.
.myBorderColor { border: 1px solid #6EE996; }
<div style="border:3px solid #6EE996">Div</div>
Die Grenzen von diesem div sind in Farbe #6EE996.
.myOpacity80 { color: #6EE996; opacity: 0.8; }
<p style="color:#6EE996;opacity:0.8;">80%</p>
Text in Farbe #6EE996 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EE996;}
<p style="text-shadow: 3px 3px 1px #6EE996">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EE996.
.textShadow {text-shadow: 3px 3px 1px #6EE996, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EE996, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EE996 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EE996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EE996, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EE996 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6EE996; -webkit-box-shadow: 1px 1px 3px 2px #6EE996; box-shadow: 1px 1px 3px 2px #6EE996; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6EE996; -webkit-box-shadow: 1px 1px 3px 2px #6EE996; box-shadow:1px 1px 3px 2px #6EE996;">
Div content here</div>
Dieser Text ist in der Farbe #6EE996 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EE996 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EE996.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EE996.