Shades of Light Green #86F977
Tints of Light Green #86F977
RGB
CMYK
RGB Variations
Color information
#86F977 (or 0x86F977) is known color: Light Green. HEX triplet: 86, F9 and 77. RGB value is (134,249,119). Sum of RGB (Red+Green+Blue) = 134+249+119=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #86F977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F977 is #790688. Grayscale: #C8C8C8. Windows color (decimal): -7931529 or 7862662. OLE color: 7862662.
HSL color Cylindrical-coordinate representation of color #86F977: hue angle of 113.08º degrees, saturation: 0.92, 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 #86F977 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 119 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.02 |
| HSL | 113.08º | 0.92% | 0.72% | - |
| HSV(B) | 113.08º | 0.52% | 0.98% | - |
| XYZ | 47.04 | 74.15 | 29.29 | - |
| YUV | 199.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 119 | 0.46 | 0 | 0.52 | 0.02 | 113.08 | 0.92 | 0.72 |
| Hex | 86 | F9 | 77 | 2E | 0 | 34 | 2 | 71 | 5C | 48 |
| Octal | 206 | 371 | 167 | 56 | 0 | 64 | 2 | 161 | 134 | 110 |
| Binary | 10000110 | 11111001 | 1110111 | 101110 | 0 | 110100 | 10 | 1110001 | 1011100 | 1001000 |
Color Harmonies of #86F977
Complementary color
Monochromatic Colors of #86F977
Black with #86F977
Text Example
Text Example
White with #86F977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F977; }
p { color: rgb(134,249,119); }
H1.HeaderClassName
{
color: #86F977;
}
.AnyTagClassName
{
color: #86F977;
}
</style>
background-color css
<style>
a { background-color: #86F977; }
a { background-color: rgb(134,249,119); }
div.DivClassName
{
background-color: #86F977;
}
.BgClassName
{
background-color: #86F977;
}
</style>
border-color css
<style>
span { border-color: #86F977; }
span { border-color: rgb(134,249,119); }
td.TdClassName
{
border-color: #86F977;
}
.TagClassName
{
border-color: #86F977;
}
</style>