HEX: #7EEB2F
RGB: (126,235,47)
#7EEB2F enthält hauptsächlich grüne Farbe. Für #7EEB2F ist eine «websichere» Webfarbe #66FF33 (oder kurz #6F3).
Die Farbe #7EEB2F wird in RGB als (126,235,47) definiert.
RGB: (126,235,47) (49%,92%,18%)
R 126 von 255 = 49%
G 235 von 255 = 92%
B 47 von 255 = 18%
R + G + B ~ 53%. #7EEB2F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 235 + 47 = 408 (100%)
R 126 von 408 ~ 30.88%
G 235 von 408 ~ 57.6%
B 47 von 408 ~ 11.52%
Die Farbe #7EEB2F wird in CMYK als (46,0,80,8) definiert.
CMYK: (46,0,80,8) C46M0Y80K8 (46%,0%,80%,8%) (0.46/0.00/0.80/0.08)
7E | EB | 2F | |
---|---|---|---|
RGB | 126 | 235 | 47 |
HSL | 95° | 82.46% | 55.29% |
HSB/HSV | 95° | 80.00% | 92.16% |
CMYK | 46.38% | 0.00% | 80.00% |
7.84% |
Hexadezimal | 7E | EB | 2F |
Dezimal | 126 | 235 | 47 |
Binär | 1111110 | 11101011 | 101111 |
Oktal | 176 | 353 | 57 |
Beispiele css- und html für Elemente in der Farbe #7EEB2F. Bitte benutzen Sie auch rgb(126,235,47) statt hex-Code.
.myTextColor { color: #7EEB2F; }
<p style="color:#7EEB2F">This sample text font color is #7EEB2F.</p>
Die Farbe dieses Textes ist #7EEB2F.
.myBgColor { background-color: #7EEB2F; }
<div style="background-color:#7EEB2F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EEB2F.
.myBorderColor { border: 1px solid #7EEB2F; }
<div style="border:3px solid #7EEB2F">Div</div>
Die Grenzen von diesem div sind in Farbe #7EEB2F.
.myOpacity80 { color: #7EEB2F; opacity: 0.8; }
<p style="color:#7EEB2F;opacity:0.8;">80%</p>
Text in Farbe #7EEB2F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EEB2F;}
<p style="text-shadow: 3px 3px 1px #7EEB2F">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EEB2F.
.textShadow {text-shadow: 3px 3px 1px #7EEB2F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EEB2F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EEB2F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EEB2F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EEB2F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EEB2F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EEB2F; -webkit-box-shadow: 1px 1px 3px 2px #7EEB2F; box-shadow: 1px 1px 3px 2px #7EEB2F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EEB2F; -webkit-box-shadow: 1px 1px 3px 2px #7EEB2F; box-shadow:1px 1px 3px 2px #7EEB2F;">
Div content here</div>
Dieser Text ist in der Farbe #7EEB2F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EEB2F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EEB2F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EEB2F.