HEX: #77D615
RGB: (119,214,21)
#77D615 enthält hauptsächlich grüne Farbe. Für #77D615 ist eine «websichere» Webfarbe #66CC00 (oder kurz #6C0).
Die Farbe #77D615 wird in RGB als (119,214,21) definiert.
RGB: (119,214,21)
(47%, 84%, 8%)
R 119 von 255 = 47%
G 214 von 255 = 84%
B 21 von 255 = 8%
R + G + B ~ 46%. #77D615 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 214 + 21 = 354 (100%)
R 119 von 354 ~ 33.62%
G 214 von 354 ~ 60.45%
B 21 von 354 ~ 5.93'%
Die Farbe #77D615 wird in CMYK als (44,0,90,16) definiert.
CMYK: (44,0,90,16) C44M0Y90K16 (44%,0%,90%,16%) (0.44/0.00/0.90/0.16)
Farbe #77D615 in den populären Farbmodellen.
77 | D6 | 15 | |
---|---|---|---|
RGB | 119 | 214 | 21 |
HSL | 90° | 82.13% | 46.08% |
HSB/HSV | 90° | 90.19% | 83.92% |
CMYK | 44.39% | 0.00% | 90.19% |
16.08% |
Die Farbe #77D615 in den populären Zahlensystemen.
Hexadezimal | 77 | D6 | 15 |
Dezimal | 119 | 214 | 21 |
Binär | 1110111 | 11010110 | 10101 |
Oktal | 167 | 326 | 25 |
Dunkle Töne der Farbe #77D615
Helle Töne der Farbe #77D615
Beispiele css- und html für Elemente in der Farbe #77D615. Bitte benutzen Sie auch rgb(119,214,21) statt hex-Code.
.myTextColor { color: #77D615; }
<p style="color:#77D615">This sample text font color is #77D615.</p>
Die Farbe dieses Textes ist #77D615.
.myBgColor { background-color: #77D615; }
<div style="background-color:#77D615">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77D615.
.myBorderColor { border: 1px solid #77D615; }
<div style="border:3px solid #77D615">Div</div>
Die Grenzen von diesem div sind in Farbe #77D615.
.myOpacity80 { color: #77D615; opacity: 0.8; }
<p style="color:#77D615;opacity:0.8;">80%</p>
Text in Farbe #77D615 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77D615;}
<p style="text-shadow: 3px 3px 1px #77D615">Text here.</p>
Dieser Text hat den Schatten in Farbe #77D615.
.textShadow {text-shadow: 3px 3px 1px #77D615', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77D615, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77D615 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77D615, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77D615, Direction=45, Strength=4)">Text</p>
This text has shadow with #77D615 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77D615;
-webkit-box-shadow: 1px 1px 3px 2px #77D615;
box-shadow: 1px 1px 3px 2px #77D615;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77D615; -webkit-box-shadow: 1px 1px 3px 2px #77D615; box-shadow:1px 1px 3px 2px #77D615;">
Div content here
</div>
Dieser Text ist in der Farbe #77D615 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77D615 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77D615.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77D615.
Kontrastfarbe für #hex ist #8829EA.