HEX: #76D56E
RGB: (118,213,110)
#76D56E enthält hauptsächlich grüne Farbe. Für #76D56E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76D56E wird in RGB als (118,213,110) definiert.
RGB: (118,213,110) (46%,84%,43%)
R 118 von 255 = 46%
G 213 von 255 = 84%
B 110 von 255 = 43%
R + G + B ~ 58%. #76D56E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 213 + 110 = 441 (100%)
R 118 von 441 ~ 26.76%
G 213 von 441 ~ 48.3%
B 110 von 441 ~ 24.94%
Die Farbe #76D56E wird in CMYK als (45,0,48,16) definiert.
CMYK: (45,0,48,16) C45M0Y48K16 (45%,0%,48%,16%) (0.45/0.00/0.48/0.16)
76 | D5 | 6E | |
---|---|---|---|
RGB | 118 | 213 | 110 |
HSL | 115° | 55.08% | 63.33% |
HSB/HSV | 115° | 48.36% | 83.53% |
CMYK | 44.60% | 0.00% | 48.36% |
16.47% |
Hexadezimal | 76 | D5 | 6E |
Dezimal | 118 | 213 | 110 |
Binär | 1110110 | 11010101 | 1101110 |
Oktal | 166 | 325 | 156 |
Beispiele css- und html für Elemente in der Farbe #76D56E. Bitte benutzen Sie auch rgb(118,213,110) statt hex-Code.
.myTextColor { color: #76D56E; }
<p style="color:#76D56E">This sample text font color is #76D56E.</p>
Die Farbe dieses Textes ist #76D56E.
.myBgColor { background-color: #76D56E; }
<div style="background-color:#76D56E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76D56E.
.myBorderColor { border: 1px solid #76D56E; }
<div style="border:3px solid #76D56E">Div</div>
Die Grenzen von diesem div sind in Farbe #76D56E.
.myOpacity80 { color: #76D56E; opacity: 0.8; }
<p style="color:#76D56E;opacity:0.8;">80%</p>
Text in Farbe #76D56E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D56E;}
<p style="text-shadow: 3px 3px 1px #76D56E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76D56E.
.textShadow {text-shadow: 3px 3px 1px #76D56E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D56E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76D56E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D56E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D56E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D56E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76D56E; -webkit-box-shadow: 1px 1px 3px 2px #76D56E; box-shadow: 1px 1px 3px 2px #76D56E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76D56E; -webkit-box-shadow: 1px 1px 3px 2px #76D56E; box-shadow:1px 1px 3px 2px #76D56E;">
Div content here</div>
Dieser Text ist in der Farbe #76D56E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76D56E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76D56E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76D56E.