HEX: #76DC6C
RGB: (118,220,108)
#76DC6C enthält hauptsächlich grüne Farbe. Für #76DC6C ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76DC6C wird in RGB als (118,220,108) definiert.
RGB: (118,220,108)
(46%, 86%, 42%)
R 118 von 255 = 46%
G 220 von 255 = 86%
B 108 von 255 = 42%
R + G + B ~ 58%. #76DC6C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 220 + 108 = 446 (100%)
R 118 von 446 ~ 26.46%
G 220 von 446 ~ 49.33%
B 108 von 446 ~ 24.22'%
Die Farbe #76DC6C wird in CMYK als (46,0,51,14) definiert.
CMYK: (46,0,51,14)
C46M0Y51K14 (46%, 0%, 51%, 14%)
(0.46 / 0.00 / 0.51 / 0.14)
Farbe #76DC6C in den populären Farbmodellen.
76 | DC | 6C | |
---|---|---|---|
RGB | 118 | 220 | 108 |
HSL | 115° | 61.54% | 64.31% |
HSB/HSV | 115° | 50.91% | 86.27% |
CMYK | 46.36% | 0.00% | 50.91% |
13.73% |
Die Farbe #76DC6C in den populären Zahlensystemen.
Hexadezimal | 76 | DC | 6C |
Dezimal | 118 | 220 | 108 |
Binär | 1110110 | 11011100 | 1101100 |
Oktal | 166 | 334 | 154 |
Dunkle Töne der Farbe #76DC6C
Helle Töne der Farbe #76DC6C
Beispiele css- und html für Elemente in der Farbe #76DC6C. Bitte benutzen Sie auch rgb(118,220,108) statt hex-Code.
.myTextColor { color: #76DC6C; }
<p style="color:#76DC6C">This sample text font color is #76DC6C.</p>
Die Farbe dieses Textes ist #76DC6C.
.myBgColor { background-color: #76DC6C; }
<div style="background-color:#76DC6C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76DC6C.
.myBorderColor { border: 1px solid #76DC6C; }
<div style="border:3px solid #76DC6C">Div</div>
Die Grenzen von diesem div sind in Farbe #76DC6C.
.myOpacity80 { color: #76DC6C; opacity: 0.8; }
<p style="color:#76DC6C;opacity:0.8;">80%</p>
Text in Farbe #76DC6C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76DC6C;}
<p style="text-shadow: 3px 3px 1px #76DC6C">Text here.</p>
Dieser Text hat den Schatten in Farbe #76DC6C.
.textShadow {text-shadow: 3px 3px 1px #76DC6C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76DC6C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76DC6C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76DC6C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76DC6C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76DC6C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76DC6C;
-webkit-box-shadow: 1px 1px 3px 2px #76DC6C;
box-shadow: 1px 1px 3px 2px #76DC6C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76DC6C; -webkit-box-shadow: 1px 1px 3px 2px #76DC6C; box-shadow:1px 1px 3px 2px #76DC6C;">
Div content here
</div>
Dieser Text ist in der Farbe #76DC6C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76DC6C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76DC6C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76DC6C.
Kontrastfarbe für #hex ist #892393.