HEX: #6DB57D
RGB: (109,181,125)
#6DB57D enthält hauptsächlich grüne und blaue Farbe. Für #6DB57D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6DB57D wird in RGB als (109,181,125) definiert.
RGB: (109,181,125)
(43%, 71%, 49%)
R 109 von 255 = 43%
G 181 von 255 = 71%
B 125 von 255 = 49%
R + G + B ~ 54%. #6DB57D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 181 + 125 = 415 (100%)
R 109 von 415 ~ 26.27%
G 181 von 415 ~ 43.61%
B 125 von 415 ~ 30.12'%
Die Farbe #6DB57D wird in CMYK als (40,0,31,29) definiert.
CMYK: (40,0,31,29)
C40M0Y31K29 (40%, 0%, 31%, 29%)
(0.40 / 0.00 / 0.31 / 0.29)
Farbe #6DB57D in den populären Farbmodellen.
6D | B5 | 7D | |
---|---|---|---|
RGB | 109 | 181 | 125 |
HSL | 133° | 32.73% | 56.86% |
HSB/HSV | 133° | 39.78% | 70.98% |
CMYK | 39.78% | 0.00% | 30.94% |
29.02% |
Die Farbe #6DB57D in den populären Zahlensystemen.
Hexadezimal | 6D | B5 | 7D |
Dezimal | 109 | 181 | 125 |
Binär | 1101101 | 10110101 | 1111101 |
Oktal | 155 | 265 | 175 |
Dunkle Töne der Farbe #6DB57D
Helle Töne der Farbe #6DB57D
Beispiele css- und html für Elemente in der Farbe #6DB57D. Bitte benutzen Sie auch rgb(109,181,125) statt hex-Code.
.myTextColor { color: #6DB57D; }
<p style="color:#6DB57D">This sample text font color is #6DB57D.</p>
Die Farbe dieses Textes ist #6DB57D.
.myBgColor { background-color: #6DB57D; }
<div style="background-color:#6DB57D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DB57D.
.myBorderColor { border: 1px solid #6DB57D; }
<div style="border:3px solid #6DB57D">Div</div>
Die Grenzen von diesem div sind in Farbe #6DB57D.
.myOpacity80 { color: #6DB57D; opacity: 0.8; }
<p style="color:#6DB57D;opacity:0.8;">80%</p>
Text in Farbe #6DB57D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB57D;}
<p style="text-shadow: 3px 3px 1px #6DB57D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DB57D.
.textShadow {text-shadow: 3px 3px 1px #6DB57D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB57D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DB57D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB57D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB57D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB57D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DB57D;
-webkit-box-shadow: 1px 1px 3px 2px #6DB57D;
box-shadow: 1px 1px 3px 2px #6DB57D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB57D; -webkit-box-shadow: 1px 1px 3px 2px #6DB57D; box-shadow:1px 1px 3px 2px #6DB57D;">
Div content here
</div>
Dieser Text ist in der Farbe #6DB57D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DB57D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DB57D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DB57D.
Kontrastfarbe für #hex ist #924A82.