HEX: #76C84A
RGB: (118,200,74)
#76C84A enthält hauptsächlich grüne Farbe. Für #76C84A ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #76C84A wird in RGB als (118,200,74) definiert.
RGB: (118,200,74)
(46%, 78%, 29%)
R 118 von 255 = 46%
G 200 von 255 = 78%
B 74 von 255 = 29%
R + G + B ~ 51%. #76C84A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 200 + 74 = 392 (100%)
R 118 von 392 ~ 30.1%
G 200 von 392 ~ 51.02%
B 74 von 392 ~ 18.88'%
Die Farbe #76C84A wird in CMYK als (41,0,63,22) definiert.
CMYK: (41,0,63,22)
C41M0Y63K22 (41%, 0%, 63%, 22%)
(0.41 / 0.00 / 0.63 / 0.22)
Farbe #76C84A in den populären Farbmodellen.
76 | C8 | 4A | |
---|---|---|---|
RGB | 118 | 200 | 74 |
HSL | 99° | 53.39% | 53.73% |
HSB/HSV | 99° | 63.00% | 78.43% |
CMYK | 41.00% | 0.00% | 63.00% |
21.57% |
Die Farbe #76C84A in den populären Zahlensystemen.
Hexadezimal | 76 | C8 | 4A |
Dezimal | 118 | 200 | 74 |
Binär | 1110110 | 11001000 | 1001010 |
Oktal | 166 | 310 | 112 |
Dunkle Töne der Farbe #76C84A
Helle Töne der Farbe #76C84A
Beispiele css- und html für Elemente in der Farbe #76C84A. Bitte benutzen Sie auch rgb(118,200,74) statt hex-Code.
.myTextColor { color: #76C84A; }
<p style="color:#76C84A">This sample text font color is #76C84A.</p>
Die Farbe dieses Textes ist #76C84A.
.myBgColor { background-color: #76C84A; }
<div style="background-color:#76C84A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C84A.
.myBorderColor { border: 1px solid #76C84A; }
<div style="border:3px solid #76C84A">Div</div>
Die Grenzen von diesem div sind in Farbe #76C84A.
.myOpacity80 { color: #76C84A; opacity: 0.8; }
<p style="color:#76C84A;opacity:0.8;">80%</p>
Text in Farbe #76C84A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C84A;}
<p style="text-shadow: 3px 3px 1px #76C84A">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C84A.
.textShadow {text-shadow: 3px 3px 1px #76C84A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C84A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C84A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C84A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C84A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C84A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76C84A;
-webkit-box-shadow: 1px 1px 3px 2px #76C84A;
box-shadow: 1px 1px 3px 2px #76C84A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76C84A; -webkit-box-shadow: 1px 1px 3px 2px #76C84A; box-shadow:1px 1px 3px 2px #76C84A;">
Div content here
</div>
Dieser Text ist in der Farbe #76C84A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C84A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C84A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C84A.
Kontrastfarbe für #hex ist #8937B5.