Shades of Light Green #86F777
Tints of Light Green #86F777
RGB
CMYK
RGB Variations
Color information
#86F777 (or 0x86F777) is known color: Light Green. HEX triplet: 86, F7 and 77. RGB value is (134,247,119). Sum of RGB (Red+Green+Blue) = 134+247+119=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #86F777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F777 is #790888. Grayscale: #C7C7C7. Windows color (decimal): -7932041 or 7862150. OLE color: 7862150.
HSL color Cylindrical-coordinate representation of color #86F777: hue angle of 112.97º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86F777 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 119 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.03 |
| HSL | 112.97º | 0.89% | 0.72% | - |
| HSV(B) | 112.97º | 0.52% | 0.97% | - |
| XYZ | 46.42 | 72.92 | 29.08 | - |
| YUV | 198.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 119 | 0.46 | 0 | 0.52 | 0.03 | 112.97 | 0.89 | 0.72 |
| Hex | 86 | F7 | 77 | 2E | 0 | 34 | 3 | 71 | 59 | 48 |
| Octal | 206 | 367 | 167 | 56 | 0 | 64 | 3 | 161 | 131 | 110 |
| Binary | 10000110 | 11110111 | 1110111 | 101110 | 0 | 110100 | 11 | 1110001 | 1011001 | 1001000 |
Color Harmonies of #86F777
Complementary color
Monochromatic Colors of #86F777
Black with #86F777
Text Example
Text Example
White with #86F777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F777; }
p { color: rgb(134,247,119); }
H1.HeaderClassName
{
color: #86F777;
}
.AnyTagClassName
{
color: #86F777;
}
</style>
background-color css
<style>
a { background-color: #86F777; }
a { background-color: rgb(134,247,119); }
div.DivClassName
{
background-color: #86F777;
}
.BgClassName
{
background-color: #86F777;
}
</style>
border-color css
<style>
span { border-color: #86F777; }
span { border-color: rgb(134,247,119); }
td.TdClassName
{
border-color: #86F777;
}
.TagClassName
{
border-color: #86F777;
}
</style>