Shades of Light Green #7FFF86
Tints of Light Green #7FFF86
RGB
CMYK
RGB Variations
Color information
#7FFF86 (or 0x7FFF86) is known color: Light Green. HEX triplet: 7F, FF and 86. RGB value is (127,255,134). Sum of RGB (Red+Green+Blue) = 127+255+134=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFF86 is #800079. Grayscale: #CBCBCB. Windows color (decimal): -8388730 or 8847231. OLE color: 8847231.
HSL color Cylindrical-coordinate representation of color #7FFF86: hue angle of 123.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFF86 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 134 | - |
| CMYK | 0.50 | 0 | 0.47 | 0 |
| HSL | 123.28º | 1% | 0.75% | - |
| HSV(B) | 123.28º | 0.5% | 1% | - |
| XYZ | 48.82 | 77.75 | 34.99 | - |
| YUV | 202.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 134 | 0.50 | 0 | 0.47 | 0 | 123.28 | 1 | 0.75 |
| Hex | 7F | FF | 86 | 32 | 0 | 2F | 0 | 7B | 64 | 4B |
| Octal | 177 | 377 | 206 | 62 | 0 | 57 | 0 | 173 | 144 | 113 |
| Binary | 1111111 | 11111111 | 10000110 | 110010 | 0 | 101111 | 0 | 1111011 | 1100100 | 1001011 |
Color Harmonies of #7FFF86
Complementary color
Monochromatic Colors of #7FFF86
Black with #7FFF86
Text Example
Text Example
White with #7FFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF86; }
p { color: rgb(127,255,134); }
H1.HeaderClassName
{
color: #7FFF86;
}
.AnyTagClassName
{
color: #7FFF86;
}
</style>
background-color css
<style>
a { background-color: #7FFF86; }
a { background-color: rgb(127,255,134); }
div.DivClassName
{
background-color: #7FFF86;
}
.BgClassName
{
background-color: #7FFF86;
}
</style>
border-color css
<style>
span { border-color: #7FFF86; }
span { border-color: rgb(127,255,134); }
td.TdClassName
{
border-color: #7FFF86;
}
.TagClassName
{
border-color: #7FFF86;
}
</style>