HEX: #76D353
RGB: (118,211,83)
#76D353 enthält hauptsächlich grüne Farbe. Für #76D353 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76D353 wird in RGB als (118,211,83) definiert.
RGB: (118,211,83)
(46%, 83%, 33%)
R 118 von 255 = 46%
G 211 von 255 = 83%
B 83 von 255 = 33%
R + G + B ~ 54%. #76D353 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 211 + 83 = 412 (100%)
R 118 von 412 ~ 28.64%
G 211 von 412 ~ 51.21%
B 83 von 412 ~ 20.15'%
Die Farbe #76D353 wird in CMYK als (44,0,61,17) definiert.
CMYK: (44,0,61,17)
C44M0Y61K17 (44%, 0%, 61%, 17%)
(0.44 / 0.00 / 0.61 / 0.17)
Farbe #76D353 in den populären Farbmodellen.
76 | D3 | 53 | |
---|---|---|---|
RGB | 118 | 211 | 83 |
HSL | 104° | 59.26% | 57.65% |
HSB/HSV | 104° | 60.66% | 82.75% |
CMYK | 44.08% | 0.00% | 60.66% |
17.25% |
Die Farbe #76D353 in den populären Zahlensystemen.
Hexadezimal | 76 | D3 | 53 |
Dezimal | 118 | 211 | 83 |
Binär | 1110110 | 11010011 | 1010011 |
Oktal | 166 | 323 | 123 |
Dunkle Töne der Farbe #76D353
Helle Töne der Farbe #76D353
Beispiele css- und html für Elemente in der Farbe #76D353. Bitte benutzen Sie auch rgb(118,211,83) statt hex-Code.
.myTextColor { color: #76D353; }
<p style="color:#76D353">This sample text font color is #76D353.</p>
Die Farbe dieses Textes ist #76D353.
.myBgColor { background-color: #76D353; }
<div style="background-color:#76D353">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76D353.
.myBorderColor { border: 1px solid #76D353; }
<div style="border:3px solid #76D353">Div</div>
Die Grenzen von diesem div sind in Farbe #76D353.
.myOpacity80 { color: #76D353; opacity: 0.8; }
<p style="color:#76D353;opacity:0.8;">80%</p>
Text in Farbe #76D353 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D353;}
<p style="text-shadow: 3px 3px 1px #76D353">Text here.</p>
Dieser Text hat den Schatten in Farbe #76D353.
.textShadow {text-shadow: 3px 3px 1px #76D353', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D353, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76D353 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D353, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D353, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D353 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D353;
-webkit-box-shadow: 1px 1px 3px 2px #76D353;
box-shadow: 1px 1px 3px 2px #76D353;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D353; -webkit-box-shadow: 1px 1px 3px 2px #76D353; box-shadow:1px 1px 3px 2px #76D353;">
Div content here
</div>
Dieser Text ist in der Farbe #76D353 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76D353 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76D353.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76D353.
Kontrastfarbe für #hex ist #892CAC.