HEX: #7ECC84
RGB: (126,204,132)
#7ECC84 enthält hauptsächlich grüne Farbe. Für #7ECC84 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #7ECC84 wird in RGB als (126,204,132) definiert.
RGB: (126,204,132) (49%,80%,52%)
R 126 von 255 = 49%
G 204 von 255 = 80%
B 132 von 255 = 52%
R + G + B ~ 60%. #7ECC84 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 204 + 132 = 462 (100%)
R 126 von 462 ~ 27.27%
G 204 von 462 ~ 44.16%
B 132 von 462 ~ 28.57%
Die Farbe #7ECC84 wird in CMYK als (38,0,35,20) definiert.
CMYK: (38,0,35,20) C38M0Y35K20 (38%,0%,35%,20%) (0.38/0.00/0.35/0.20)
7E | CC | 84 | |
---|---|---|---|
RGB | 126 | 204 | 132 |
HSL | 125° | 43.33% | 64.71% |
HSB/HSV | 125° | 38.24% | 80.00% |
CMYK | 38.24% | 0.00% | 35.29% |
20.00% |
Hexadezimal | 7E | CC | 84 |
Dezimal | 126 | 204 | 132 |
Binär | 1111110 | 11001100 | 10000100 |
Oktal | 176 | 314 | 204 |
Beispiele css- und html für Elemente in der Farbe #7ECC84. Bitte benutzen Sie auch rgb(126,204,132) statt hex-Code.
.myTextColor { color: #7ECC84; }
<p style="color:#7ECC84">This sample text font color is #7ECC84.</p>
Die Farbe dieses Textes ist #7ECC84.
.myBgColor { background-color: #7ECC84; }
<div style="background-color:#7ECC84">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7ECC84.
.myBorderColor { border: 1px solid #7ECC84; }
<div style="border:3px solid #7ECC84">Div</div>
Die Grenzen von diesem div sind in Farbe #7ECC84.
.myOpacity80 { color: #7ECC84; opacity: 0.8; }
<p style="color:#7ECC84;opacity:0.8;">80%</p>
Text in Farbe #7ECC84 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ECC84;}
<p style="text-shadow: 3px 3px 1px #7ECC84">Text here.</p>
Dieser Text hat den Schatten in Farbe #7ECC84.
.textShadow {text-shadow: 3px 3px 1px #7ECC84, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ECC84, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7ECC84 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ECC84, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ECC84, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ECC84 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ECC84; -webkit-box-shadow: 1px 1px 3px 2px #7ECC84; box-shadow: 1px 1px 3px 2px #7ECC84; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7ECC84; -webkit-box-shadow: 1px 1px 3px 2px #7ECC84; box-shadow:1px 1px 3px 2px #7ECC84;">
Div content here</div>
Dieser Text ist in der Farbe #7ECC84 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7ECC84 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7ECC84.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7ECC84.