HEX: #7EDC73
RGB: (126,220,115)
#7EDC73 enthält hauptsächlich grüne Farbe. Für #7EDC73 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EDC73 wird in RGB als (126,220,115) definiert.
RGB: (126,220,115) (49%,86%,45%)
R 126 von 255 = 49%
G 220 von 255 = 86%
B 115 von 255 = 45%
R + G + B ~ 60%. #7EDC73 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 220 + 115 = 461 (100%)
R 126 von 461 ~ 27.33%
G 220 von 461 ~ 47.72%
B 115 von 461 ~ 24.95%
Die Farbe #7EDC73 wird in CMYK als (43,0,48,14) definiert.
CMYK: (43,0,48,14) C43M0Y48K14 (43%,0%,48%,14%) (0.43/0.00/0.48/0.14)
7E | DC | 73 | |
---|---|---|---|
RGB | 126 | 220 | 115 |
HSL | 114° | 60.00% | 65.69% |
HSB/HSV | 114° | 47.73% | 86.27% |
CMYK | 42.73% | 0.00% | 47.73% |
13.73% |
Hexadezimal | 7E | DC | 73 |
Dezimal | 126 | 220 | 115 |
Binär | 1111110 | 11011100 | 1110011 |
Oktal | 176 | 334 | 163 |
Beispiele css- und html für Elemente in der Farbe #7EDC73. Bitte benutzen Sie auch rgb(126,220,115) statt hex-Code.
.myTextColor { color: #7EDC73; }
<p style="color:#7EDC73">This sample text font color is #7EDC73.</p>
Die Farbe dieses Textes ist #7EDC73.
.myBgColor { background-color: #7EDC73; }
<div style="background-color:#7EDC73">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EDC73.
.myBorderColor { border: 1px solid #7EDC73; }
<div style="border:3px solid #7EDC73">Div</div>
Die Grenzen von diesem div sind in Farbe #7EDC73.
.myOpacity80 { color: #7EDC73; opacity: 0.8; }
<p style="color:#7EDC73;opacity:0.8;">80%</p>
Text in Farbe #7EDC73 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EDC73;}
<p style="text-shadow: 3px 3px 1px #7EDC73">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EDC73.
.textShadow {text-shadow: 3px 3px 1px #7EDC73, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EDC73, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EDC73 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EDC73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EDC73, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EDC73 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EDC73; -webkit-box-shadow: 1px 1px 3px 2px #7EDC73; box-shadow: 1px 1px 3px 2px #7EDC73; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EDC73; -webkit-box-shadow: 1px 1px 3px 2px #7EDC73; box-shadow:1px 1px 3px 2px #7EDC73;">
Div content here</div>
Dieser Text ist in der Farbe #7EDC73 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EDC73 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EDC73.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EDC73.