HEX: #6EC133
RGB: (110,193,51)
#6EC133 enthält hauptsächlich grüne Farbe. Für #6EC133 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #6EC133 wird in RGB als (110,193,51) definiert.
RGB: (110,193,51)
(43%, 76%, 20%)
R 110 von 255 = 43%
G 193 von 255 = 76%
B 51 von 255 = 20%
R + G + B ~ 46%. #6EC133 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 193 + 51 = 354 (100%)
R 110 von 354 ~ 31.07%
G 193 von 354 ~ 54.52%
B 51 von 354 ~ 14.41'%
Die Farbe #6EC133 wird in CMYK als (43,0,74,24) definiert.
CMYK: (43,0,74,24)
C43M0Y74K24 (43%, 0%, 74%, 24%)
(0.43 / 0.00 / 0.74 / 0.24)
Farbe #6EC133 in den populären Farbmodellen.
6E | C1 | 33 | |
---|---|---|---|
RGB | 110 | 193 | 51 |
HSL | 95° | 58.20% | 47.84% |
HSB/HSV | 95° | 73.58% | 75.69% |
CMYK | 43.01% | 0.00% | 73.58% |
24.31% |
Die Farbe #6EC133 in den populären Zahlensystemen.
Hexadezimal | 6E | C1 | 33 |
Dezimal | 110 | 193 | 51 |
Binär | 1101110 | 11000001 | 110011 |
Oktal | 156 | 301 | 63 |
Dunkle Töne der Farbe #6EC133
Helle Töne der Farbe #6EC133
Beispiele css- und html für Elemente in der Farbe #6EC133. Bitte benutzen Sie auch rgb(110,193,51) statt hex-Code.
.myTextColor { color: #6EC133; }
<p style="color:#6EC133">This sample text font color is #6EC133.</p>
Die Farbe dieses Textes ist #6EC133.
.myBgColor { background-color: #6EC133; }
<div style="background-color:#6EC133">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EC133.
.myBorderColor { border: 1px solid #6EC133; }
<div style="border:3px solid #6EC133">Div</div>
Die Grenzen von diesem div sind in Farbe #6EC133.
.myOpacity80 { color: #6EC133; opacity: 0.8; }
<p style="color:#6EC133;opacity:0.8;">80%</p>
Text in Farbe #6EC133 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EC133;}
<p style="text-shadow: 3px 3px 1px #6EC133">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EC133.
.textShadow {text-shadow: 3px 3px 1px #6EC133', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EC133, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EC133 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EC133, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EC133, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EC133 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EC133;
-webkit-box-shadow: 1px 1px 3px 2px #6EC133;
box-shadow: 1px 1px 3px 2px #6EC133;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EC133; -webkit-box-shadow: 1px 1px 3px 2px #6EC133; box-shadow:1px 1px 3px 2px #6EC133;">
Div content here
</div>
Dieser Text ist in der Farbe #6EC133 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EC133 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EC133.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EC133.
Kontrastfarbe für #hex ist #913ECC.