Shades of Light Green #86FA76
Tints of Light Green #86FA76
RGB
CMYK
RGB Variations
Color information
#86FA76 (or 0x86FA76) is known color: Light Green. HEX triplet: 86, FA and 76. RGB value is (134,250,118). Sum of RGB (Red+Green+Blue) = 134+250+118=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA76 is #790589. Grayscale: #C8C8C8. Windows color (decimal): -7931274 or 7797382. OLE color: 7797382.
HSL color Cylindrical-coordinate representation of color #86FA76: hue angle of 112.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86FA76 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 118 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.02 |
| HSL | 112.73º | 0.93% | 0.72% | - |
| HSV(B) | 112.73º | 0.53% | 0.98% | - |
| XYZ | 47.29 | 74.75 | 29.07 | - |
| YUV | 200.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 118 | 0.46 | 0 | 0.53 | 0.02 | 112.73 | 0.93 | 0.72 |
| Hex | 86 | FA | 76 | 2E | 0 | 35 | 2 | 71 | 5D | 48 |
| Octal | 206 | 372 | 166 | 56 | 0 | 65 | 2 | 161 | 135 | 110 |
| Binary | 10000110 | 11111010 | 1110110 | 101110 | 0 | 110101 | 10 | 1110001 | 1011101 | 1001000 |
Color Harmonies of #86FA76
Complementary color
Monochromatic Colors of #86FA76
Black with #86FA76
Text Example
Text Example
White with #86FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA76; }
p { color: rgb(134,250,118); }
H1.HeaderClassName
{
color: #86FA76;
}
.AnyTagClassName
{
color: #86FA76;
}
</style>
background-color css
<style>
a { background-color: #86FA76; }
a { background-color: rgb(134,250,118); }
div.DivClassName
{
background-color: #86FA76;
}
.BgClassName
{
background-color: #86FA76;
}
</style>
border-color css
<style>
span { border-color: #86FA76; }
span { border-color: rgb(134,250,118); }
td.TdClassName
{
border-color: #86FA76;
}
.TagClassName
{
border-color: #86FA76;
}
</style>