HEX: #7EC87E
RGB: (126,200,126)
#7EC87E enthält hauptsächlich grüne Farbe. Für #7EC87E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EC87E wird in RGB als (126,200,126) definiert.
RGB: (126,200,126)
(49%, 78%, 49%)
R 126 von 255 = 49%
G 200 von 255 = 78%
B 126 von 255 = 49%
R + G + B ~ 59%. #7EC87E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 200 + 126 = 452 (100%)
R 126 von 452 ~ 27.88%
G 200 von 452 ~ 44.25%
B 126 von 452 ~ 27.88'%
Die Farbe #7EC87E wird in CMYK als (37,0,37,22) definiert.
CMYK: (37,0,37,22)
C37M0Y37K22 (37%, 0%, 37%, 22%)
(0.37 / 0.00 / 0.37 / 0.22)
Farbe #7EC87E in den populären Farbmodellen.
7E | C8 | 7E | |
---|---|---|---|
RGB | 126 | 200 | 126 |
HSL | 120° | 40.22% | 63.92% |
HSB/HSV | 120° | 37.00% | 78.43% |
CMYK | 37.00% | 0.00% | 37.00% |
21.57% |
Die Farbe #7EC87E in den populären Zahlensystemen.
Hexadezimal | 7E | C8 | 7E |
Dezimal | 126 | 200 | 126 |
Binär | 1111110 | 11001000 | 1111110 |
Oktal | 176 | 310 | 176 |
Dunkle Töne der Farbe #7EC87E
Helle Töne der Farbe #7EC87E
Beispiele css- und html für Elemente in der Farbe #7EC87E. Bitte benutzen Sie auch rgb(126,200,126) statt hex-Code.
.myTextColor { color: #7EC87E; }
<p style="color:#7EC87E">This sample text font color is #7EC87E.</p>
Die Farbe dieses Textes ist #7EC87E.
.myBgColor { background-color: #7EC87E; }
<div style="background-color:#7EC87E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EC87E.
.myBorderColor { border: 1px solid #7EC87E; }
<div style="border:3px solid #7EC87E">Div</div>
Die Grenzen von diesem div sind in Farbe #7EC87E.
.myOpacity80 { color: #7EC87E; opacity: 0.8; }
<p style="color:#7EC87E;opacity:0.8;">80%</p>
Text in Farbe #7EC87E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC87E;}
<p style="text-shadow: 3px 3px 1px #7EC87E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EC87E.
.textShadow {text-shadow: 3px 3px 1px #7EC87E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC87E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EC87E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC87E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC87E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC87E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EC87E;
-webkit-box-shadow: 1px 1px 3px 2px #7EC87E;
box-shadow: 1px 1px 3px 2px #7EC87E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC87E; -webkit-box-shadow: 1px 1px 3px 2px #7EC87E; box-shadow:1px 1px 3px 2px #7EC87E;">
Div content here
</div>
Dieser Text ist in der Farbe #7EC87E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EC87E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EC87E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EC87E.
Kontrastfarbe für #hex ist #813781.