HEX: #76E22A
RGB: (118,226,42)
#76E22A enthält hauptsächlich grüne Farbe. Für #76E22A ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #76E22A wird in RGB als (118,226,42) definiert.
RGB: (118,226,42) (46%,89%,16%)
R 118 von 255 = 46%
G 226 von 255 = 89%
B 42 von 255 = 16%
R + G + B ~ 50%. #76E22A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 226 + 42 = 386 (100%)
R 118 von 386 ~ 30.57%
G 226 von 386 ~ 58.55%
B 42 von 386 ~ 10.88%
Die Farbe #76E22A wird in CMYK als (48,0,81,11) definiert.
CMYK: (48,0,81,11) C48M0Y81K11 (48%,0%,81%,11%) (0.48/0.00/0.81/0.11)
76 | E2 | 2A | |
---|---|---|---|
RGB | 118 | 226 | 42 |
HSL | 95° | 76.03% | 52.55% |
HSB/HSV | 95° | 81.42% | 88.63% |
CMYK | 47.79% | 0.00% | 81.42% |
11.37% |
Hexadezimal | 76 | E2 | 2A |
Dezimal | 118 | 226 | 42 |
Binär | 1110110 | 11100010 | 101010 |
Oktal | 166 | 342 | 52 |
Beispiele css- und html für Elemente in der Farbe #76E22A. Bitte benutzen Sie auch rgb(118,226,42) statt hex-Code.
.myTextColor { color: #76E22A; }
<p style="color:#76E22A">This sample text font color is #76E22A.</p>
Die Farbe dieses Textes ist #76E22A.
.myBgColor { background-color: #76E22A; }
<div style="background-color:#76E22A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76E22A.
.myBorderColor { border: 1px solid #76E22A; }
<div style="border:3px solid #76E22A">Div</div>
Die Grenzen von diesem div sind in Farbe #76E22A.
.myOpacity80 { color: #76E22A; opacity: 0.8; }
<p style="color:#76E22A;opacity:0.8;">80%</p>
Text in Farbe #76E22A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76E22A;}
<p style="text-shadow: 3px 3px 1px #76E22A">Text here.</p>
Dieser Text hat den Schatten in Farbe #76E22A.
.textShadow {text-shadow: 3px 3px 1px #76E22A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76E22A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76E22A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76E22A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76E22A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76E22A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76E22A; -webkit-box-shadow: 1px 1px 3px 2px #76E22A; box-shadow: 1px 1px 3px 2px #76E22A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76E22A; -webkit-box-shadow: 1px 1px 3px 2px #76E22A; box-shadow:1px 1px 3px 2px #76E22A;">
Div content here</div>
Dieser Text ist in der Farbe #76E22A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76E22A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76E22A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76E22A.