HEX: #7EC132
RGB: (126,193,50)
#7EC132 enthält hauptsächlich grüne Farbe. Für #7EC132 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #7EC132 wird in RGB als (126,193,50) definiert.
RGB: (126,193,50) (49%,76%,20%)
R 126 von 255 = 49%
G 193 von 255 = 76%
B 50 von 255 = 20%
R + G + B ~ 48%. #7EC132 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 193 + 50 = 369 (100%)
R 126 von 369 ~ 34.15%
G 193 von 369 ~ 52.3%
B 50 von 369 ~ 13.55%
Die Farbe #7EC132 wird in CMYK als (35,0,74,24) definiert.
CMYK: (35,0,74,24) C35M0Y74K24 (35%,0%,74%,24%) (0.35/0.00/0.74/0.24)
7E | C1 | 32 | |
---|---|---|---|
RGB | 126 | 193 | 50 |
HSL | 88° | 58.85% | 47.65% |
HSB/HSV | 88° | 74.09% | 75.69% |
CMYK | 34.72% | 0.00% | 74.09% |
24.31% |
Hexadezimal | 7E | C1 | 32 |
Dezimal | 126 | 193 | 50 |
Binär | 1111110 | 11000001 | 110010 |
Oktal | 176 | 301 | 62 |
Beispiele css- und html für Elemente in der Farbe #7EC132. Bitte benutzen Sie auch rgb(126,193,50) statt hex-Code.
.myTextColor { color: #7EC132; }
<p style="color:#7EC132">This sample text font color is #7EC132.</p>
Die Farbe dieses Textes ist #7EC132.
.myBgColor { background-color: #7EC132; }
<div style="background-color:#7EC132">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EC132.
.myBorderColor { border: 1px solid #7EC132; }
<div style="border:3px solid #7EC132">Div</div>
Die Grenzen von diesem div sind in Farbe #7EC132.
.myOpacity80 { color: #7EC132; opacity: 0.8; }
<p style="color:#7EC132;opacity:0.8;">80%</p>
Text in Farbe #7EC132 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC132;}
<p style="text-shadow: 3px 3px 1px #7EC132">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EC132.
.textShadow {text-shadow: 3px 3px 1px #7EC132, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC132, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EC132 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC132, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC132, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC132 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EC132; -webkit-box-shadow: 1px 1px 3px 2px #7EC132; box-shadow: 1px 1px 3px 2px #7EC132; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EC132; -webkit-box-shadow: 1px 1px 3px 2px #7EC132; box-shadow:1px 1px 3px 2px #7EC132;">
Div content here</div>
Dieser Text ist in der Farbe #7EC132 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EC132 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EC132.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EC132.