HEX: #76D881
RGB: (118,216,129)
#76D881 enthält hauptsächlich grüne Farbe. Für #76D881 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #76D881 wird in RGB als (118,216,129) definiert.
RGB: (118,216,129) (46%,85%,51%)
R 118 von 255 = 46%
G 216 von 255 = 85%
B 129 von 255 = 51%
R + G + B ~ 61%. #76D881 ziemlich helle Farbe.
R + G + B =
118 + 216 + 129 = 463 (100%)
R 118 von 463 ~ 25.49%
G 216 von 463 ~ 46.65%
B 129 von 463 ~ 27.86%
Die Farbe #76D881 wird in CMYK als (45,0,40,15) definiert.
CMYK: (45,0,40,15) C45M0Y40K15 (45%,0%,40%,15%) (0.45/0.00/0.40/0.15)
76 | D8 | 81 | |
---|---|---|---|
RGB | 118 | 216 | 129 |
HSL | 127° | 55.68% | 65.49% |
HSB/HSV | 127° | 45.37% | 84.71% |
CMYK | 45.37% | 0.00% | 40.28% |
15.29% |
Hexadezimal | 76 | D8 | 81 |
Dezimal | 118 | 216 | 129 |
Binär | 1110110 | 11011000 | 10000001 |
Oktal | 166 | 330 | 201 |
Beispiele css- und html für Elemente in der Farbe #76D881. Bitte benutzen Sie auch rgb(118,216,129) statt hex-Code.
.myTextColor { color: #76D881; }
<p style="color:#76D881">This sample text font color is #76D881.</p>
Die Farbe dieses Textes ist #76D881.
.myBgColor { background-color: #76D881; }
<div style="background-color:#76D881">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76D881.
.myBorderColor { border: 1px solid #76D881; }
<div style="border:3px solid #76D881">Div</div>
Die Grenzen von diesem div sind in Farbe #76D881.
.myOpacity80 { color: #76D881; opacity: 0.8; }
<p style="color:#76D881;opacity:0.8;">80%</p>
Text in Farbe #76D881 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D881;}
<p style="text-shadow: 3px 3px 1px #76D881">Text here.</p>
Dieser Text hat den Schatten in Farbe #76D881.
.textShadow {text-shadow: 3px 3px 1px #76D881, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D881, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76D881 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D881, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D881, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D881 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76D881; -webkit-box-shadow: 1px 1px 3px 2px #76D881; box-shadow: 1px 1px 3px 2px #76D881; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76D881; -webkit-box-shadow: 1px 1px 3px 2px #76D881; box-shadow:1px 1px 3px 2px #76D881;">
Div content here</div>
Dieser Text ist in der Farbe #76D881 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76D881 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76D881.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76D881.