HEX: #7CC64E
RGB: (124,198,78)
#7CC64E enthält hauptsächlich grüne Farbe. Für #7CC64E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7CC64E wird in RGB als (124,198,78) definiert.
RGB: (124,198,78) (49%,78%,31%)
R 124 von 255 = 49%
G 198 von 255 = 78%
B 78 von 255 = 31%
R + G + B ~ 53%. #7CC64E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 198 + 78 = 400 (100%)
R 124 von 400 ~ 31%
G 198 von 400 ~ 49.5%
B 78 von 400 ~ 19.5%
Die Farbe #7CC64E wird in CMYK als (37,0,61,22) definiert.
CMYK: (37,0,61,22) C37M0Y61K22 (37%,0%,61%,22%) (0.37/0.00/0.61/0.22)
7C | C6 | 4E | |
---|---|---|---|
RGB | 124 | 198 | 78 |
HSL | 97° | 51.28% | 54.12% |
HSB/HSV | 97° | 60.61% | 77.65% |
CMYK | 37.37% | 0.00% | 60.61% |
22.35% |
Hexadezimal | 7C | C6 | 4E |
Dezimal | 124 | 198 | 78 |
Binär | 1111100 | 11000110 | 1001110 |
Oktal | 174 | 306 | 116 |
Beispiele css- und html für Elemente in der Farbe #7CC64E. Bitte benutzen Sie auch rgb(124,198,78) statt hex-Code.
.myTextColor { color: #7CC64E; }
<p style="color:#7CC64E">This sample text font color is #7CC64E.</p>
Die Farbe dieses Textes ist #7CC64E.
.myBgColor { background-color: #7CC64E; }
<div style="background-color:#7CC64E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7CC64E.
.myBorderColor { border: 1px solid #7CC64E; }
<div style="border:3px solid #7CC64E">Div</div>
Die Grenzen von diesem div sind in Farbe #7CC64E.
.myOpacity80 { color: #7CC64E; opacity: 0.8; }
<p style="color:#7CC64E;opacity:0.8;">80%</p>
Text in Farbe #7CC64E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CC64E;}
<p style="text-shadow: 3px 3px 1px #7CC64E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7CC64E.
.textShadow {text-shadow: 3px 3px 1px #7CC64E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7CC64E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7CC64E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CC64E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7CC64E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7CC64E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7CC64E; -webkit-box-shadow: 1px 1px 3px 2px #7CC64E; box-shadow: 1px 1px 3px 2px #7CC64E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7CC64E; -webkit-box-shadow: 1px 1px 3px 2px #7CC64E; box-shadow:1px 1px 3px 2px #7CC64E;">
Div content here</div>
Dieser Text ist in der Farbe #7CC64E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7CC64E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7CC64E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7CC64E.