HEX: #7EBC21
RGB: (126,188,33)
#7EBC21 enthält hauptsächlich grüne Farbe. Für #7EBC21 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #7EBC21 wird in RGB als (126,188,33) definiert.
RGB: (126,188,33) (49%,74%,13%)
R 126 von 255 = 49%
G 188 von 255 = 74%
B 33 von 255 = 13%
R + G + B ~ 45%. #7EBC21 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 188 + 33 = 347 (100%)
R 126 von 347 ~ 36.31%
G 188 von 347 ~ 54.18%
B 33 von 347 ~ 9.51%
Die Farbe #7EBC21 wird in CMYK als (33,0,82,26) definiert.
CMYK: (33,0,82,26) C33M0Y82K26 (33%,0%,82%,26%) (0.33/0.00/0.82/0.26)
7E | BC | 21 | |
---|---|---|---|
RGB | 126 | 188 | 33 |
HSL | 84° | 70.14% | 43.33% |
HSB/HSV | 84° | 82.45% | 73.73% |
CMYK | 32.98% | 0.00% | 82.45% |
26.27% |
Hexadezimal | 7E | BC | 21 |
Dezimal | 126 | 188 | 33 |
Binär | 1111110 | 10111100 | 100001 |
Oktal | 176 | 274 | 41 |
Beispiele css- und html für Elemente in der Farbe #7EBC21. Bitte benutzen Sie auch rgb(126,188,33) statt hex-Code.
.myTextColor { color: #7EBC21; }
<p style="color:#7EBC21">This sample text font color is #7EBC21.</p>
Die Farbe dieses Textes ist #7EBC21.
.myBgColor { background-color: #7EBC21; }
<div style="background-color:#7EBC21">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EBC21.
.myBorderColor { border: 1px solid #7EBC21; }
<div style="border:3px solid #7EBC21">Div</div>
Die Grenzen von diesem div sind in Farbe #7EBC21.
.myOpacity80 { color: #7EBC21; opacity: 0.8; }
<p style="color:#7EBC21;opacity:0.8;">80%</p>
Text in Farbe #7EBC21 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EBC21;}
<p style="text-shadow: 3px 3px 1px #7EBC21">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EBC21.
.textShadow {text-shadow: 3px 3px 1px #7EBC21, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EBC21, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EBC21 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EBC21, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EBC21, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EBC21 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EBC21; -webkit-box-shadow: 1px 1px 3px 2px #7EBC21; box-shadow: 1px 1px 3px 2px #7EBC21; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EBC21; -webkit-box-shadow: 1px 1px 3px 2px #7EBC21; box-shadow:1px 1px 3px 2px #7EBC21;">
Div content here</div>
Dieser Text ist in der Farbe #7EBC21 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EBC21 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EBC21.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EBC21.