HEX: #6DCD99
RGB: (109,205,153)
#6DCD99 enthält hauptsächlich grüne und blaue Farbe. Für #6DCD99 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #6DCD99 wird in RGB als (109,205,153) definiert.
RGB: (109,205,153) (43%,80%,60%)
R 109 von 255 = 43%
G 205 von 255 = 80%
B 153 von 255 = 60%
R + G + B ~ 61%. #6DCD99 ziemlich helle Farbe.
R + G + B =
109 + 205 + 153 = 467 (100%)
R 109 von 467 ~ 23.34%
G 205 von 467 ~ 43.9%
B 153 von 467 ~ 32.76%
Die Farbe #6DCD99 wird in CMYK als (47,0,25,20) definiert.
CMYK: (47,0,25,20) C47M0Y25K20 (47%,0%,25%,20%) (0.47/0.00/0.25/0.20)
6D | CD | 99 | |
---|---|---|---|
RGB | 109 | 205 | 153 |
HSL | 148° | 48.98% | 61.57% |
HSB/HSV | 148° | 46.83% | 80.39% |
CMYK | 46.83% | 0.00% | 25.37% |
19.61% |
Hexadezimal | 6D | CD | 99 |
Dezimal | 109 | 205 | 153 |
Binär | 1101101 | 11001101 | 10011001 |
Oktal | 155 | 315 | 231 |
Beispiele css- und html für Elemente in der Farbe #6DCD99. Bitte benutzen Sie auch rgb(109,205,153) statt hex-Code.
.myTextColor { color: #6DCD99; }
<p style="color:#6DCD99">This sample text font color is #6DCD99.</p>
Die Farbe dieses Textes ist #6DCD99.
.myBgColor { background-color: #6DCD99; }
<div style="background-color:#6DCD99">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DCD99.
.myBorderColor { border: 1px solid #6DCD99; }
<div style="border:3px solid #6DCD99">Div</div>
Die Grenzen von diesem div sind in Farbe #6DCD99.
.myOpacity80 { color: #6DCD99; opacity: 0.8; }
<p style="color:#6DCD99;opacity:0.8;">80%</p>
Text in Farbe #6DCD99 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DCD99;}
<p style="text-shadow: 3px 3px 1px #6DCD99">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DCD99.
.textShadow {text-shadow: 3px 3px 1px #6DCD99, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DCD99, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DCD99 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DCD99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DCD99, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DCD99 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6DCD99; -webkit-box-shadow: 1px 1px 3px 2px #6DCD99; box-shadow: 1px 1px 3px 2px #6DCD99; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6DCD99; -webkit-box-shadow: 1px 1px 3px 2px #6DCD99; box-shadow:1px 1px 3px 2px #6DCD99;">
Div content here</div>
Dieser Text ist in der Farbe #6DCD99 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DCD99 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DCD99.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DCD99.