HEX: #7FFC55
RGB: (127,252,85)
#7FFC55 enthält hauptsächlich grüne Farbe. Für #7FFC55 ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #7FFC55 wird in RGB als (127,252,85) definiert.
RGB: (127,252,85) (50%,99%,33%)
R 127 von 255 = 50%
G 252 von 255 = 99%
B 85 von 255 = 33%
R + G + B ~ 61%. #7FFC55 ziemlich helle Farbe.
R + G + B =
127 + 252 + 85 = 464 (100%)
R 127 von 464 ~ 27.37%
G 252 von 464 ~ 54.31%
B 85 von 464 ~ 18.32%
Die Farbe #7FFC55 wird in CMYK als (50,0,66,1) definiert.
CMYK: (50,0,66,1) C50M0Y66K1 (50%,0%,66%,1%) (0.50/0.00/0.66/0.01)
7F | FC | 55 | |
---|---|---|---|
RGB | 127 | 252 | 85 |
HSL | 105° | 96.53% | 66.08% |
HSB/HSV | 105° | 66.27% | 98.82% |
CMYK | 49.60% | 0.00% | 66.27% |
1.18% |
Hexadezimal | 7F | FC | 55 |
Dezimal | 127 | 252 | 85 |
Binär | 1111111 | 11111100 | 1010101 |
Oktal | 177 | 374 | 125 |
Beispiele css- und html für Elemente in der Farbe #7FFC55. Bitte benutzen Sie auch rgb(127,252,85) statt hex-Code.
.myTextColor { color: #7FFC55; }
<p style="color:#7FFC55">This sample text font color is #7FFC55.</p>
Die Farbe dieses Textes ist #7FFC55.
.myBgColor { background-color: #7FFC55; }
<div style="background-color:#7FFC55">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7FFC55.
.myBorderColor { border: 1px solid #7FFC55; }
<div style="border:3px solid #7FFC55">Div</div>
Die Grenzen von diesem div sind in Farbe #7FFC55.
.myOpacity80 { color: #7FFC55; opacity: 0.8; }
<p style="color:#7FFC55;opacity:0.8;">80%</p>
Text in Farbe #7FFC55 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FFC55;}
<p style="text-shadow: 3px 3px 1px #7FFC55">Text here.</p>
Dieser Text hat den Schatten in Farbe #7FFC55.
.textShadow {text-shadow: 3px 3px 1px #7FFC55, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FFC55, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7FFC55 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FFC55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FFC55, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FFC55 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7FFC55; -webkit-box-shadow: 1px 1px 3px 2px #7FFC55; box-shadow: 1px 1px 3px 2px #7FFC55; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7FFC55; -webkit-box-shadow: 1px 1px 3px 2px #7FFC55; box-shadow:1px 1px 3px 2px #7FFC55;">
Div content here</div>
Dieser Text ist in der Farbe #7FFC55 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7FFC55 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7FFC55.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7FFC55.