HEX: #7FB217
RGB: (127,178,23)
#7FB217 enthält hauptsächlich rote und grüne Farbe. Für #7FB217 ist eine «websichere» Webfarbe #669900 (oder kurz #690).
Die Farbe #7FB217 wird in RGB als (127,178,23) definiert.
RGB: (127,178,23) (50%,70%,9%)
R 127 von 255 = 50%
G 178 von 255 = 70%
B 23 von 255 = 9%
R + G + B ~ 43%. #7FB217 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 178 + 23 = 328 (100%)
R 127 von 328 ~ 38.72%
G 178 von 328 ~ 54.27%
B 23 von 328 ~ 7.01%
Die Farbe #7FB217 wird in CMYK als (29,0,87,30) definiert.
CMYK: (29,0,87,30) C29M0Y87K30 (29%,0%,87%,30%) (0.29/0.00/0.87/0.30)
7F | B2 | 17 | |
---|---|---|---|
RGB | 127 | 178 | 23 |
HSL | 80° | 77.11% | 39.41% |
HSB/HSV | 80° | 87.08% | 69.80% |
CMYK | 28.65% | 0.00% | 87.08% |
30.20% |
Hexadezimal | 7F | B2 | 17 |
Dezimal | 127 | 178 | 23 |
Binär | 1111111 | 10110010 | 10111 |
Oktal | 177 | 262 | 27 |
Beispiele css- und html für Elemente in der Farbe #7FB217. Bitte benutzen Sie auch rgb(127,178,23) statt hex-Code.
.myTextColor { color: #7FB217; }
<p style="color:#7FB217">This sample text font color is #7FB217.</p>
Die Farbe dieses Textes ist #7FB217.
.myBgColor { background-color: #7FB217; }
<div style="background-color:#7FB217">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7FB217.
.myBorderColor { border: 1px solid #7FB217; }
<div style="border:3px solid #7FB217">Div</div>
Die Grenzen von diesem div sind in Farbe #7FB217.
.myOpacity80 { color: #7FB217; opacity: 0.8; }
<p style="color:#7FB217;opacity:0.8;">80%</p>
Text in Farbe #7FB217 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FB217;}
<p style="text-shadow: 3px 3px 1px #7FB217">Text here.</p>
Dieser Text hat den Schatten in Farbe #7FB217.
.textShadow {text-shadow: 3px 3px 1px #7FB217, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FB217, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7FB217 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FB217, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FB217, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FB217 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7FB217; -webkit-box-shadow: 1px 1px 3px 2px #7FB217; box-shadow: 1px 1px 3px 2px #7FB217; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7FB217; -webkit-box-shadow: 1px 1px 3px 2px #7FB217; box-shadow:1px 1px 3px 2px #7FB217;">
Div content here</div>
Dieser Text ist in der Farbe #7FB217 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7FB217 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7FB217.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7FB217.