HEX: #76E68D
RGB: (118,230,141)
#76E68D enthält hauptsächlich grüne Farbe. Für #76E68D ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #76E68D wird in RGB als (118,230,141) definiert.
RGB: (118,230,141) (46%,90%,55%)
R 118 von 255 = 46%
G 230 von 255 = 90%
B 141 von 255 = 55%
R + G + B ~ 64%. #76E68D ziemlich helle Farbe.
R + G + B =
118 + 230 + 141 = 489 (100%)
R 118 von 489 ~ 24.13%
G 230 von 489 ~ 47.03%
B 141 von 489 ~ 28.83%
Die Farbe #76E68D wird in CMYK als (49,0,39,10) definiert.
CMYK: (49,0,39,10) C49M0Y39K10 (49%,0%,39%,10%) (0.49/0.00/0.39/0.10)
76 | E6 | 8D | |
---|---|---|---|
RGB | 118 | 230 | 141 |
HSL | 132° | 69.14% | 68.24% |
HSB/HSV | 132° | 48.70% | 90.20% |
CMYK | 48.70% | 0.00% | 38.70% |
9.80% |
Hexadezimal | 76 | E6 | 8D |
Dezimal | 118 | 230 | 141 |
Binär | 1110110 | 11100110 | 10001101 |
Oktal | 166 | 346 | 215 |
Beispiele css- und html für Elemente in der Farbe #76E68D. Bitte benutzen Sie auch rgb(118,230,141) statt hex-Code.
.myTextColor { color: #76E68D; }
<p style="color:#76E68D">This sample text font color is #76E68D.</p>
Die Farbe dieses Textes ist #76E68D.
.myBgColor { background-color: #76E68D; }
<div style="background-color:#76E68D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76E68D.
.myBorderColor { border: 1px solid #76E68D; }
<div style="border:3px solid #76E68D">Div</div>
Die Grenzen von diesem div sind in Farbe #76E68D.
.myOpacity80 { color: #76E68D; opacity: 0.8; }
<p style="color:#76E68D;opacity:0.8;">80%</p>
Text in Farbe #76E68D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76E68D;}
<p style="text-shadow: 3px 3px 1px #76E68D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76E68D.
.textShadow {text-shadow: 3px 3px 1px #76E68D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76E68D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76E68D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76E68D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76E68D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76E68D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76E68D; -webkit-box-shadow: 1px 1px 3px 2px #76E68D; box-shadow: 1px 1px 3px 2px #76E68D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76E68D; -webkit-box-shadow: 1px 1px 3px 2px #76E68D; box-shadow:1px 1px 3px 2px #76E68D;">
Div content here</div>
Dieser Text ist in der Farbe #76E68D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76E68D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76E68D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76E68D.