HEX: #76DF76
RGB: (118,223,118)
#76DF76 enthält hauptsächlich grüne Farbe. Für #76DF76 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76DF76 wird in RGB als (118,223,118) definiert.
RGB: (118,223,118) (46%,87%,46%)
R 118 von 255 = 46%
G 223 von 255 = 87%
B 118 von 255 = 46%
R + G + B ~ 60%. #76DF76 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 223 + 118 = 459 (100%)
R 118 von 459 ~ 25.71%
G 223 von 459 ~ 48.58%
B 118 von 459 ~ 25.71%
Die Farbe #76DF76 wird in CMYK als (47,0,47,13) definiert.
CMYK: (47,0,47,13) C47M0Y47K13 (47%,0%,47%,13%) (0.47/0.00/0.47/0.13)
76 | DF | 76 | |
---|---|---|---|
RGB | 118 | 223 | 118 |
HSL | 120° | 62.13% | 66.86% |
HSB/HSV | 120° | 47.09% | 87.45% |
CMYK | 47.09% | 0.00% | 47.09% |
12.55% |
Hexadezimal | 76 | DF | 76 |
Dezimal | 118 | 223 | 118 |
Binär | 1110110 | 11011111 | 1110110 |
Oktal | 166 | 337 | 166 |
Beispiele css- und html für Elemente in der Farbe #76DF76. Bitte benutzen Sie auch rgb(118,223,118) statt hex-Code.
.myTextColor { color: #76DF76; }
<p style="color:#76DF76">This sample text font color is #76DF76.</p>
Die Farbe dieses Textes ist #76DF76.
.myBgColor { background-color: #76DF76; }
<div style="background-color:#76DF76">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76DF76.
.myBorderColor { border: 1px solid #76DF76; }
<div style="border:3px solid #76DF76">Div</div>
Die Grenzen von diesem div sind in Farbe #76DF76.
.myOpacity80 { color: #76DF76; opacity: 0.8; }
<p style="color:#76DF76;opacity:0.8;">80%</p>
Text in Farbe #76DF76 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76DF76;}
<p style="text-shadow: 3px 3px 1px #76DF76">Text here.</p>
Dieser Text hat den Schatten in Farbe #76DF76.
.textShadow {text-shadow: 3px 3px 1px #76DF76, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76DF76, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76DF76 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76DF76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76DF76, Direction=45, Strength=4)">Text</p>
This text has shadow with #76DF76 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76DF76; -webkit-box-shadow: 1px 1px 3px 2px #76DF76; box-shadow: 1px 1px 3px 2px #76DF76; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76DF76; -webkit-box-shadow: 1px 1px 3px 2px #76DF76; box-shadow:1px 1px 3px 2px #76DF76;">
Div content here</div>
Dieser Text ist in der Farbe #76DF76 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76DF76 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76DF76.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76DF76.