HEX: #6ED66B
RGB: (110,214,107)
#6ED66B enthält hauptsächlich grüne Farbe. Für #6ED66B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6ED66B wird in RGB als (110,214,107) definiert.
RGB: (110,214,107) (43%,84%,42%)
R 110 von 255 = 43%
G 214 von 255 = 84%
B 107 von 255 = 42%
R + G + B ~ 56%. #6ED66B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 214 + 107 = 431 (100%)
R 110 von 431 ~ 25.52%
G 214 von 431 ~ 49.65%
B 107 von 431 ~ 24.83%
Die Farbe #6ED66B wird in CMYK als (49,0,50,16) definiert.
CMYK: (49,0,50,16) C49M0Y50K16 (49%,0%,50%,16%) (0.49/0.00/0.50/0.16)
6E | D6 | 6B | |
---|---|---|---|
RGB | 110 | 214 | 107 |
HSL | 118° | 56.61% | 62.94% |
HSB/HSV | 118° | 50.00% | 83.92% |
CMYK | 48.60% | 0.00% | 50.00% |
16.08% |
Hexadezimal | 6E | D6 | 6B |
Dezimal | 110 | 214 | 107 |
Binär | 1101110 | 11010110 | 1101011 |
Oktal | 156 | 326 | 153 |
Beispiele css- und html für Elemente in der Farbe #6ED66B. Bitte benutzen Sie auch rgb(110,214,107) statt hex-Code.
.myTextColor { color: #6ED66B; }
<p style="color:#6ED66B">This sample text font color is #6ED66B.</p>
Die Farbe dieses Textes ist #6ED66B.
.myBgColor { background-color: #6ED66B; }
<div style="background-color:#6ED66B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6ED66B.
.myBorderColor { border: 1px solid #6ED66B; }
<div style="border:3px solid #6ED66B">Div</div>
Die Grenzen von diesem div sind in Farbe #6ED66B.
.myOpacity80 { color: #6ED66B; opacity: 0.8; }
<p style="color:#6ED66B;opacity:0.8;">80%</p>
Text in Farbe #6ED66B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ED66B;}
<p style="text-shadow: 3px 3px 1px #6ED66B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6ED66B.
.textShadow {text-shadow: 3px 3px 1px #6ED66B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ED66B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6ED66B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ED66B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ED66B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ED66B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ED66B; -webkit-box-shadow: 1px 1px 3px 2px #6ED66B; box-shadow: 1px 1px 3px 2px #6ED66B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6ED66B; -webkit-box-shadow: 1px 1px 3px 2px #6ED66B; box-shadow:1px 1px 3px 2px #6ED66B;">
Div content here</div>
Dieser Text ist in der Farbe #6ED66B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6ED66B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6ED66B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6ED66B.