HEX: #6DD55D
RGB: (109,213,93)
#6DD55D enthält hauptsächlich grüne Farbe. Für #6DD55D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6DD55D wird in RGB als (109,213,93) definiert.
RGB: (109,213,93) (43%,84%,36%)
R 109 von 255 = 43%
G 213 von 255 = 84%
B 93 von 255 = 36%
R + G + B ~ 54%. #6DD55D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 213 + 93 = 415 (100%)
R 109 von 415 ~ 26.27%
G 213 von 415 ~ 51.33%
B 93 von 415 ~ 22.41%
Die Farbe #6DD55D wird in CMYK als (49,0,56,16) definiert.
CMYK: (49,0,56,16) C49M0Y56K16 (49%,0%,56%,16%) (0.49/0.00/0.56/0.16)
6D | D5 | 5D | |
---|---|---|---|
RGB | 109 | 213 | 93 |
HSL | 112° | 58.82% | 60.00% |
HSB/HSV | 112° | 56.34% | 83.53% |
CMYK | 48.83% | 0.00% | 56.34% |
16.47% |
Hexadezimal | 6D | D5 | 5D |
Dezimal | 109 | 213 | 93 |
Binär | 1101101 | 11010101 | 1011101 |
Oktal | 155 | 325 | 135 |
Beispiele css- und html für Elemente in der Farbe #6DD55D. Bitte benutzen Sie auch rgb(109,213,93) statt hex-Code.
.myTextColor { color: #6DD55D; }
<p style="color:#6DD55D">This sample text font color is #6DD55D.</p>
Die Farbe dieses Textes ist #6DD55D.
.myBgColor { background-color: #6DD55D; }
<div style="background-color:#6DD55D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DD55D.
.myBorderColor { border: 1px solid #6DD55D; }
<div style="border:3px solid #6DD55D">Div</div>
Die Grenzen von diesem div sind in Farbe #6DD55D.
.myOpacity80 { color: #6DD55D; opacity: 0.8; }
<p style="color:#6DD55D;opacity:0.8;">80%</p>
Text in Farbe #6DD55D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DD55D;}
<p style="text-shadow: 3px 3px 1px #6DD55D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DD55D.
.textShadow {text-shadow: 3px 3px 1px #6DD55D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DD55D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DD55D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DD55D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DD55D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DD55D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6DD55D; -webkit-box-shadow: 1px 1px 3px 2px #6DD55D; box-shadow: 1px 1px 3px 2px #6DD55D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6DD55D; -webkit-box-shadow: 1px 1px 3px 2px #6DD55D; box-shadow:1px 1px 3px 2px #6DD55D;">
Div content here</div>
Dieser Text ist in der Farbe #6DD55D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DD55D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DD55D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DD55D.