Shades of Light Green #86FA77
Tints of Light Green #86FA77
RGB
CMYK
RGB Variations
Color information
#86FA77 (or 0x86FA77) is known color: Light Green. HEX triplet: 86, FA and 77. RGB value is (134,250,119). Sum of RGB (Red+Green+Blue) = 134+250+119=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA77 is #790588. Grayscale: #C8C8C8. Windows color (decimal): -7931273 or 7862918. OLE color: 7862918.
HSL color Cylindrical-coordinate representation of color #86FA77: hue angle of 113.13º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86FA77 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 119 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.02 |
| HSL | 113.13º | 0.93% | 0.72% | - |
| HSV(B) | 113.13º | 0.52% | 0.98% | - |
| XYZ | 47.35 | 74.77 | 29.39 | - |
| YUV | 200.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 119 | 0.46 | 0 | 0.52 | 0.02 | 113.13 | 0.93 | 0.72 |
| Hex | 86 | FA | 77 | 2E | 0 | 34 | 2 | 71 | 5D | 48 |
| Octal | 206 | 372 | 167 | 56 | 0 | 64 | 2 | 161 | 135 | 110 |
| Binary | 10000110 | 11111010 | 1110111 | 101110 | 0 | 110100 | 10 | 1110001 | 1011101 | 1001000 |
Color Harmonies of #86FA77
Complementary color
Monochromatic Colors of #86FA77
Black with #86FA77
Text Example
Text Example
White with #86FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA77; }
p { color: rgb(134,250,119); }
H1.HeaderClassName
{
color: #86FA77;
}
.AnyTagClassName
{
color: #86FA77;
}
</style>
background-color css
<style>
a { background-color: #86FA77; }
a { background-color: rgb(134,250,119); }
div.DivClassName
{
background-color: #86FA77;
}
.BgClassName
{
background-color: #86FA77;
}
</style>
border-color css
<style>
span { border-color: #86FA77; }
span { border-color: rgb(134,250,119); }
td.TdClassName
{
border-color: #86FA77;
}
.TagClassName
{
border-color: #86FA77;
}
</style>