#7fff7f hex color code descriptions: strong green. #7fff7f color hex could be obtained by blending #fefffe with #00ff00 . Closest websafe color is: #66ff66.
#7fff7f color RGB value is (127,255,127)
#7fff7f color CMYK value
#7fff7f color HSL value
HSV(or HSB) | 120° | 50.2 | 100 |
XYZ | 48.343 | 77.564 | 32.502 |
Yxy | 0.305 | 0.49 | 77.564 |
LAB | 90.581 | -60.281 | 50.096 |
LUV | 90.581 | -59.054 | 76.337 |
Hunter-LAB | 88.071 | -56.142 | 39.769 |
CIE-LCH | 90.581 | 78.38 | 140.272 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 7F | FF | 7F |
Decimal | 127 | 255 | 127 |
Octal | 177 | 377 | 177 |
Binary | 01111111 | 11111111 | 01111111 |
Below, you can see some colors close to #7fff7f. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #7fff7f.
<span style="color:#7fff7f">Text here</span>
This paragraph has a background color of #7fff7f.
<p style="background-color:#7fff7f;">Content here</p>
This element has a border color of #7fff7f.
<div style="border:1px #7fff7f;">Content here</div>
.text {color:#7fff7f;}
.background {background-color:#7fff7f;}
.border {border:1px solid #7fff7f;}
.text-shadow {border:1px solid #7fff7f;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #001500 is the darkest color, while #ffffff is the lightest one.