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