HEX: #6DD074
RGB: (109,208,116)
#6DD074 enthält hauptsächlich grüne Farbe. Für #6DD074 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6DD074 wird in RGB als (109,208,116) definiert.
RGB: (109,208,116)
(43%, 82%, 45%)
R 109 von 255 = 43%
G 208 von 255 = 82%
B 116 von 255 = 45%
R + G + B ~ 57%. #6DD074 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 208 + 116 = 433 (100%)
R 109 von 433 ~ 25.17%
G 208 von 433 ~ 48.04%
B 116 von 433 ~ 26.79'%
Die Farbe #6DD074 wird in CMYK als (48,0,44,18) definiert.
CMYK: (48,0,44,18)
C48M0Y44K18 (48%, 0%, 44%, 18%)
(0.48 / 0.00 / 0.44 / 0.18)
Farbe #6DD074 in den populären Farbmodellen.
6D | D0 | 74 | |
---|---|---|---|
RGB | 109 | 208 | 116 |
HSL | 124° | 51.30% | 62.16% |
HSB/HSV | 124° | 47.60% | 81.57% |
CMYK | 47.60% | 0.00% | 44.23% |
18.43% |
Die Farbe #6DD074 in den populären Zahlensystemen.
Hexadezimal | 6D | D0 | 74 |
Dezimal | 109 | 208 | 116 |
Binär | 1101101 | 11010000 | 1110100 |
Oktal | 155 | 320 | 164 |
Dunkle Töne der Farbe #6DD074
Helle Töne der Farbe #6DD074
Beispiele css- und html für Elemente in der Farbe #6DD074. Bitte benutzen Sie auch rgb(109,208,116) statt hex-Code.
.myTextColor { color: #6DD074; }
<p style="color:#6DD074">This sample text font color is #6DD074.</p>
Die Farbe dieses Textes ist #6DD074.
.myBgColor { background-color: #6DD074; }
<div style="background-color:#6DD074">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DD074.
.myBorderColor { border: 1px solid #6DD074; }
<div style="border:3px solid #6DD074">Div</div>
Die Grenzen von diesem div sind in Farbe #6DD074.
.myOpacity80 { color: #6DD074; opacity: 0.8; }
<p style="color:#6DD074;opacity:0.8;">80%</p>
Text in Farbe #6DD074 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DD074;}
<p style="text-shadow: 3px 3px 1px #6DD074">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DD074.
.textShadow {text-shadow: 3px 3px 1px #6DD074', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DD074, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DD074 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DD074, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DD074, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DD074 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DD074;
-webkit-box-shadow: 1px 1px 3px 2px #6DD074;
box-shadow: 1px 1px 3px 2px #6DD074;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DD074; -webkit-box-shadow: 1px 1px 3px 2px #6DD074; box-shadow:1px 1px 3px 2px #6DD074;">
Div content here
</div>
Dieser Text ist in der Farbe #6DD074 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DD074 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DD074.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DD074.
Kontrastfarbe für #hex ist #922F8B.