HEX: #6CC74D
RGB: (108,199,77)
#6CC74D enthält hauptsächlich grüne Farbe. Für #6CC74D ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #6CC74D wird in RGB als (108,199,77) definiert.
RGB: (108,199,77)
(42%, 78%, 30%)
R 108 von 255 = 42%
G 199 von 255 = 78%
B 77 von 255 = 30%
R + G + B ~ 50%. #6CC74D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 199 + 77 = 384 (100%)
R 108 von 384 ~ 28.13%
G 199 von 384 ~ 51.82%
B 77 von 384 ~ 20.05'%
Die Farbe #6CC74D wird in CMYK als (46,0,61,22) definiert.
CMYK: (46,0,61,22)
C46M0Y61K22 (46%, 0%, 61%, 22%)
(0.46 / 0.00 / 0.61 / 0.22)
Farbe #6CC74D in den populären Farbmodellen.
6C | C7 | 4D | |
---|---|---|---|
RGB | 108 | 199 | 77 |
HSL | 105° | 52.14% | 54.12% |
HSB/HSV | 105° | 61.31% | 78.04% |
CMYK | 45.73% | 0.00% | 61.31% |
21.96% |
Die Farbe #6CC74D in den populären Zahlensystemen.
Hexadezimal | 6C | C7 | 4D |
Dezimal | 108 | 199 | 77 |
Binär | 1101100 | 11000111 | 1001101 |
Oktal | 154 | 307 | 115 |
Dunkle Töne der Farbe #6CC74D
Helle Töne der Farbe #6CC74D
Beispiele css- und html für Elemente in der Farbe #6CC74D. Bitte benutzen Sie auch rgb(108,199,77) statt hex-Code.
.myTextColor { color: #6CC74D; }
<p style="color:#6CC74D">This sample text font color is #6CC74D.</p>
Die Farbe dieses Textes ist #6CC74D.
.myBgColor { background-color: #6CC74D; }
<div style="background-color:#6CC74D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CC74D.
.myBorderColor { border: 1px solid #6CC74D; }
<div style="border:3px solid #6CC74D">Div</div>
Die Grenzen von diesem div sind in Farbe #6CC74D.
.myOpacity80 { color: #6CC74D; opacity: 0.8; }
<p style="color:#6CC74D;opacity:0.8;">80%</p>
Text in Farbe #6CC74D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CC74D;}
<p style="text-shadow: 3px 3px 1px #6CC74D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CC74D.
.textShadow {text-shadow: 3px 3px 1px #6CC74D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CC74D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CC74D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CC74D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CC74D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CC74D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CC74D;
-webkit-box-shadow: 1px 1px 3px 2px #6CC74D;
box-shadow: 1px 1px 3px 2px #6CC74D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CC74D; -webkit-box-shadow: 1px 1px 3px 2px #6CC74D; box-shadow:1px 1px 3px 2px #6CC74D;">
Div content here
</div>
Dieser Text ist in der Farbe #6CC74D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CC74D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CC74D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CC74D.
Kontrastfarbe für #hex ist #9338B2.