HEX: #6DEB8D
RGB: (109,235,141)
#6DEB8D enthält hauptsächlich grüne Farbe. Für #6DEB8D ist eine «websichere» Webfarbe #66FF99 (oder kurz #6F9).
Die Farbe #6DEB8D wird in RGB als (109,235,141) definiert.
RGB: (109,235,141)
(43%, 92%, 55%)
R 109 von 255 = 43%
G 235 von 255 = 92%
B 141 von 255 = 55%
R + G + B ~ 63%. #6DEB8D ziemlich helle Farbe.
R + G + B = 109 + 235 + 141 = 485 (100%)
R 109 von 485 ~ 22.47%
G 235 von 485 ~ 48.45%
B 141 von 485 ~ 29.07'%
Die Farbe #6DEB8D wird in CMYK als (54,0,40,8) definiert.
CMYK: (54,0,40,8)
C54M0Y40K8 (54%, 0%, 40%, 8%)
(0.54 / 0.00 / 0.40 / 0.08)
Farbe #6DEB8D in den populären Farbmodellen.
6D | EB | 8D | |
---|---|---|---|
RGB | 109 | 235 | 141 |
HSL | 135° | 75.90% | 67.45% |
HSB/HSV | 135° | 53.62% | 92.16% |
CMYK | 53.62% | 0.00% | 40.00% |
7.84% |
Die Farbe #6DEB8D in den populären Zahlensystemen.
Hexadezimal | 6D | EB | 8D |
Dezimal | 109 | 235 | 141 |
Binär | 1101101 | 11101011 | 10001101 |
Oktal | 155 | 353 | 215 |
Dunkle Töne der Farbe #6DEB8D
Helle Töne der Farbe #6DEB8D
Beispiele css- und html für Elemente in der Farbe #6DEB8D. Bitte benutzen Sie auch rgb(109,235,141) statt hex-Code.
.myTextColor { color: #6DEB8D; }
<p style="color:#6DEB8D">This sample text font color is #6DEB8D.</p>
Die Farbe dieses Textes ist #6DEB8D.
.myBgColor { background-color: #6DEB8D; }
<div style="background-color:#6DEB8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DEB8D.
.myBorderColor { border: 1px solid #6DEB8D; }
<div style="border:3px solid #6DEB8D">Div</div>
Die Grenzen von diesem div sind in Farbe #6DEB8D.
.myOpacity80 { color: #6DEB8D; opacity: 0.8; }
<p style="color:#6DEB8D;opacity:0.8;">80%</p>
Text in Farbe #6DEB8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DEB8D;}
<p style="text-shadow: 3px 3px 1px #6DEB8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DEB8D.
.textShadow {text-shadow: 3px 3px 1px #6DEB8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DEB8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DEB8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DEB8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DEB8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DEB8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DEB8D;
-webkit-box-shadow: 1px 1px 3px 2px #6DEB8D;
box-shadow: 1px 1px 3px 2px #6DEB8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DEB8D; -webkit-box-shadow: 1px 1px 3px 2px #6DEB8D; box-shadow:1px 1px 3px 2px #6DEB8D;">
Div content here
</div>
Dieser Text ist in der Farbe #6DEB8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DEB8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DEB8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DEB8D.
Kontrastfarbe für #hex ist #921472.