HEX: #77C25E
RGB: (119,194,94)
#77C25E enthält hauptsächlich grüne Farbe. Für #77C25E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77C25E wird in RGB als (119,194,94) definiert.
RGB: (119,194,94) (47%,76%,37%)
R 119 von 255 = 47%
G 194 von 255 = 76%
B 94 von 255 = 37%
R + G + B ~ 53%. #77C25E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 194 + 94 = 407 (100%)
R 119 von 407 ~ 29.24%
G 194 von 407 ~ 47.67%
B 94 von 407 ~ 23.1%
Die Farbe #77C25E wird in CMYK als (39,0,52,24) definiert.
CMYK: (39,0,52,24) C39M0Y52K24 (39%,0%,52%,24%) (0.39/0.00/0.52/0.24)
77 | C2 | 5E | |
---|---|---|---|
RGB | 119 | 194 | 94 |
HSL | 105° | 45.05% | 56.47% |
HSB/HSV | 105° | 51.55% | 76.08% |
CMYK | 38.66% | 0.00% | 51.55% |
23.92% |
Hexadezimal | 77 | C2 | 5E |
Dezimal | 119 | 194 | 94 |
Binär | 1110111 | 11000010 | 1011110 |
Oktal | 167 | 302 | 136 |
Beispiele css- und html für Elemente in der Farbe #77C25E. Bitte benutzen Sie auch rgb(119,194,94) statt hex-Code.
.myTextColor { color: #77C25E; }
<p style="color:#77C25E">This sample text font color is #77C25E.</p>
Die Farbe dieses Textes ist #77C25E.
.myBgColor { background-color: #77C25E; }
<div style="background-color:#77C25E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C25E.
.myBorderColor { border: 1px solid #77C25E; }
<div style="border:3px solid #77C25E">Div</div>
Die Grenzen von diesem div sind in Farbe #77C25E.
.myOpacity80 { color: #77C25E; opacity: 0.8; }
<p style="color:#77C25E;opacity:0.8;">80%</p>
Text in Farbe #77C25E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C25E;}
<p style="text-shadow: 3px 3px 1px #77C25E">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C25E.
.textShadow {text-shadow: 3px 3px 1px #77C25E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C25E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C25E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C25E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C25E, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C25E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77C25E; -webkit-box-shadow: 1px 1px 3px 2px #77C25E; box-shadow: 1px 1px 3px 2px #77C25E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77C25E; -webkit-box-shadow: 1px 1px 3px 2px #77C25E; box-shadow:1px 1px 3px 2px #77C25E;">
Div content here</div>
Dieser Text ist in der Farbe #77C25E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C25E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C25E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C25E.