HEX: #7FFF50
RGB: (127,255,80)
#7FFF50 enthält hauptsächlich grüne Farbe. Für #7FFF50 ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #7FFF50 wird in RGB als (127,255,80) definiert.
RGB: (127,255,80) (50%,100%,31%)
R 127 von 255 = 50%
G 255 von 255 = 100%
B 80 von 255 = 31%
R + G + B ~ 60%. #7FFF50 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 255 + 80 = 462 (100%)
R 127 von 462 ~ 27.49%
G 255 von 462 ~ 55.19%
B 80 von 462 ~ 17.32%
Die Farbe #7FFF50 wird in CMYK als (50,0,69,0) definiert.
CMYK: (50,0,69,0) C50M0Y69K0 (50%,0%,69%,0%) (0.50/0.00/0.69/0.00)
7F | FF | 50 | |
---|---|---|---|
RGB | 127 | 255 | 80 |
HSL | 104° | 100.00% | 65.69% |
HSB/HSV | 104° | 68.63% | 100.00% |
CMYK | 50.20% | 0.00% | 68.63% |
0.00% |
Hexadezimal | 7F | FF | 50 |
Dezimal | 127 | 255 | 80 |
Binär | 1111111 | 11111111 | 1010000 |
Oktal | 177 | 377 | 120 |
Beispiele css- und html für Elemente in der Farbe #7FFF50. Bitte benutzen Sie auch rgb(127,255,80) statt hex-Code.
.myTextColor { color: #7FFF50; }
<p style="color:#7FFF50">This sample text font color is #7FFF50.</p>
Die Farbe dieses Textes ist #7FFF50.
.myBgColor { background-color: #7FFF50; }
<div style="background-color:#7FFF50">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7FFF50.
.myBorderColor { border: 1px solid #7FFF50; }
<div style="border:3px solid #7FFF50">Div</div>
Die Grenzen von diesem div sind in Farbe #7FFF50.
.myOpacity80 { color: #7FFF50; opacity: 0.8; }
<p style="color:#7FFF50;opacity:0.8;">80%</p>
Text in Farbe #7FFF50 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FFF50;}
<p style="text-shadow: 3px 3px 1px #7FFF50">Text here.</p>
Dieser Text hat den Schatten in Farbe #7FFF50.
.textShadow {text-shadow: 3px 3px 1px #7FFF50, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FFF50, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7FFF50 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FFF50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FFF50, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FFF50 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7FFF50; -webkit-box-shadow: 1px 1px 3px 2px #7FFF50; box-shadow: 1px 1px 3px 2px #7FFF50; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7FFF50; -webkit-box-shadow: 1px 1px 3px 2px #7FFF50; box-shadow:1px 1px 3px 2px #7FFF50;">
Div content here</div>
Dieser Text ist in der Farbe #7FFF50 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7FFF50 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7FFF50.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7FFF50.