HEX: #77DC68
RGB: (119,220,104)
#77DC68 enthält hauptsächlich grüne Farbe. Für #77DC68 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77DC68 wird in RGB als (119,220,104) definiert.
RGB: (119,220,104) (47%,86%,41%)
R 119 von 255 = 47%
G 220 von 255 = 86%
B 104 von 255 = 41%
R + G + B ~ 58%. #77DC68 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 220 + 104 = 443 (100%)
R 119 von 443 ~ 26.86%
G 220 von 443 ~ 49.66%
B 104 von 443 ~ 23.48%
Die Farbe #77DC68 wird in CMYK als (46,0,53,14) definiert.
CMYK: (46,0,53,14) C46M0Y53K14 (46%,0%,53%,14%) (0.46/0.00/0.53/0.14)
77 | DC | 68 | |
---|---|---|---|
RGB | 119 | 220 | 104 |
HSL | 112° | 62.37% | 63.53% |
HSB/HSV | 112° | 52.73% | 86.27% |
CMYK | 45.91% | 0.00% | 52.73% |
13.73% |
Hexadezimal | 77 | DC | 68 |
Dezimal | 119 | 220 | 104 |
Binär | 1110111 | 11011100 | 1101000 |
Oktal | 167 | 334 | 150 |
Beispiele css- und html für Elemente in der Farbe #77DC68. Bitte benutzen Sie auch rgb(119,220,104) statt hex-Code.
.myTextColor { color: #77DC68; }
<p style="color:#77DC68">This sample text font color is #77DC68.</p>
Die Farbe dieses Textes ist #77DC68.
.myBgColor { background-color: #77DC68; }
<div style="background-color:#77DC68">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77DC68.
.myBorderColor { border: 1px solid #77DC68; }
<div style="border:3px solid #77DC68">Div</div>
Die Grenzen von diesem div sind in Farbe #77DC68.
.myOpacity80 { color: #77DC68; opacity: 0.8; }
<p style="color:#77DC68;opacity:0.8;">80%</p>
Text in Farbe #77DC68 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77DC68;}
<p style="text-shadow: 3px 3px 1px #77DC68">Text here.</p>
Dieser Text hat den Schatten in Farbe #77DC68.
.textShadow {text-shadow: 3px 3px 1px #77DC68, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77DC68, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77DC68 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77DC68, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77DC68, Direction=45, Strength=4)">Text</p>
This text has shadow with #77DC68 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77DC68; -webkit-box-shadow: 1px 1px 3px 2px #77DC68; box-shadow: 1px 1px 3px 2px #77DC68; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77DC68; -webkit-box-shadow: 1px 1px 3px 2px #77DC68; box-shadow:1px 1px 3px 2px #77DC68;">
Div content here</div>
Dieser Text ist in der Farbe #77DC68 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77DC68 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77DC68.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77DC68.