HEX: #7EC047
RGB: (126,192,71)
#7EC047 enthält hauptsächlich grüne Farbe. Für #7EC047 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #7EC047 wird in RGB als (126,192,71) definiert.
RGB: (126,192,71) (49%,75%,28%)
R 126 von 255 = 49%
G 192 von 255 = 75%
B 71 von 255 = 28%
R + G + B ~ 51%. #7EC047 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 192 + 71 = 389 (100%)
R 126 von 389 ~ 32.39%
G 192 von 389 ~ 49.36%
B 71 von 389 ~ 18.25%
Die Farbe #7EC047 wird in CMYK als (34,0,63,25) definiert.
CMYK: (34,0,63,25) C34M0Y63K25 (34%,0%,63%,25%) (0.34/0.00/0.63/0.25)
7E | C0 | 47 | |
---|---|---|---|
RGB | 126 | 192 | 71 |
HSL | 93° | 48.99% | 51.57% |
HSB/HSV | 93° | 63.02% | 75.29% |
CMYK | 34.38% | 0.00% | 63.02% |
24.71% |
Hexadezimal | 7E | C0 | 47 |
Dezimal | 126 | 192 | 71 |
Binär | 1111110 | 11000000 | 1000111 |
Oktal | 176 | 300 | 107 |
Beispiele css- und html für Elemente in der Farbe #7EC047. Bitte benutzen Sie auch rgb(126,192,71) statt hex-Code.
.myTextColor { color: #7EC047; }
<p style="color:#7EC047">This sample text font color is #7EC047.</p>
Die Farbe dieses Textes ist #7EC047.
.myBgColor { background-color: #7EC047; }
<div style="background-color:#7EC047">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EC047.
.myBorderColor { border: 1px solid #7EC047; }
<div style="border:3px solid #7EC047">Div</div>
Die Grenzen von diesem div sind in Farbe #7EC047.
.myOpacity80 { color: #7EC047; opacity: 0.8; }
<p style="color:#7EC047;opacity:0.8;">80%</p>
Text in Farbe #7EC047 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC047;}
<p style="text-shadow: 3px 3px 1px #7EC047">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EC047.
.textShadow {text-shadow: 3px 3px 1px #7EC047, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC047, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EC047 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC047, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC047, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC047 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EC047; -webkit-box-shadow: 1px 1px 3px 2px #7EC047; box-shadow: 1px 1px 3px 2px #7EC047; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EC047; -webkit-box-shadow: 1px 1px 3px 2px #7EC047; box-shadow:1px 1px 3px 2px #7EC047;">
Div content here</div>
Dieser Text ist in der Farbe #7EC047 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EC047 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EC047.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EC047.