HEX: #6CD620
RGB: (108,214,32)
#6CD620 enthält hauptsächlich grüne Farbe. Für #6CD620 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #6CD620 wird in RGB als (108,214,32) definiert.
RGB: (108,214,32)
(42%, 84%, 13%)
R 108 von 255 = 42%
G 214 von 255 = 84%
B 32 von 255 = 13%
R + G + B ~ 46%. #6CD620 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 214 + 32 = 354 (100%)
R 108 von 354 ~ 30.51%
G 214 von 354 ~ 60.45%
B 32 von 354 ~ 9.04'%
Die Farbe #6CD620 wird in CMYK als (50,0,85,16) definiert.
CMYK: (50,0,85,16)
C50M0Y85K16 (50%, 0%, 85%, 16%)
(0.50 / 0.00 / 0.85 / 0.16)
Farbe #6CD620 in den populären Farbmodellen.
6C | D6 | 20 | |
---|---|---|---|
RGB | 108 | 214 | 32 |
HSL | 95° | 73.98% | 48.24% |
HSB/HSV | 95° | 85.05% | 83.92% |
CMYK | 49.53% | 0.00% | 85.05% |
16.08% |
Die Farbe #6CD620 in den populären Zahlensystemen.
Hexadezimal | 6C | D6 | 20 |
Dezimal | 108 | 214 | 32 |
Binär | 1101100 | 11010110 | 100000 |
Oktal | 154 | 326 | 40 |
Dunkle Töne der Farbe #6CD620
Helle Töne der Farbe #6CD620
Beispiele css- und html für Elemente in der Farbe #6CD620. Bitte benutzen Sie auch rgb(108,214,32) statt hex-Code.
.myTextColor { color: #6CD620; }
<p style="color:#6CD620">This sample text font color is #6CD620.</p>
Die Farbe dieses Textes ist #6CD620.
.myBgColor { background-color: #6CD620; }
<div style="background-color:#6CD620">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CD620.
.myBorderColor { border: 1px solid #6CD620; }
<div style="border:3px solid #6CD620">Div</div>
Die Grenzen von diesem div sind in Farbe #6CD620.
.myOpacity80 { color: #6CD620; opacity: 0.8; }
<p style="color:#6CD620;opacity:0.8;">80%</p>
Text in Farbe #6CD620 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CD620;}
<p style="text-shadow: 3px 3px 1px #6CD620">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CD620.
.textShadow {text-shadow: 3px 3px 1px #6CD620', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CD620, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CD620 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CD620, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CD620, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CD620 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CD620;
-webkit-box-shadow: 1px 1px 3px 2px #6CD620;
box-shadow: 1px 1px 3px 2px #6CD620;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CD620; -webkit-box-shadow: 1px 1px 3px 2px #6CD620; box-shadow:1px 1px 3px 2px #6CD620;">
Div content here
</div>
Dieser Text ist in der Farbe #6CD620 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CD620 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CD620.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CD620.
Kontrastfarbe für #6CD620 ist #9329DF.