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