Shades of Light Green #86FA7C
Tints of Light Green #86FA7C
RGB
CMYK
RGB Variations
Color information
#86FA7C (or 0x86FA7C) is known color: Light Green. HEX triplet: 86, FA and 7C. RGB value is (134,250,124). Sum of RGB (Red+Green+Blue) = 134+250+124=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA7C is #790583. Grayscale: #C9C9C9. Windows color (decimal): -7931268 or 8190598. OLE color: 8190598.
HSL color Cylindrical-coordinate representation of color #86FA7C: hue angle of 115.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86FA7C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 124 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.02 |
| HSL | 115.24º | 0.93% | 0.73% | - |
| HSV(B) | 115.24º | 0.5% | 0.98% | - |
| XYZ | 47.66 | 74.89 | 31.01 | - |
| YUV | 200.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 124 | 0.46 | 0 | 0.50 | 0.02 | 115.24 | 0.93 | 0.73 |
| Hex | 86 | FA | 7C | 2E | 0 | 32 | 2 | 73 | 5D | 49 |
| Octal | 206 | 372 | 174 | 56 | 0 | 62 | 2 | 163 | 135 | 111 |
| Binary | 10000110 | 11111010 | 1111100 | 101110 | 0 | 110010 | 10 | 1110011 | 1011101 | 1001001 |
Color Harmonies of #86FA7C
Complementary color
Monochromatic Colors of #86FA7C
Black with #86FA7C
Text Example
Text Example
White with #86FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA7C; }
p { color: rgb(134,250,124); }
H1.HeaderClassName
{
color: #86FA7C;
}
.AnyTagClassName
{
color: #86FA7C;
}
</style>
background-color css
<style>
a { background-color: #86FA7C; }
a { background-color: rgb(134,250,124); }
div.DivClassName
{
background-color: #86FA7C;
}
.BgClassName
{
background-color: #86FA7C;
}
</style>
border-color css
<style>
span { border-color: #86FA7C; }
span { border-color: rgb(134,250,124); }
td.TdClassName
{
border-color: #86FA7C;
}
.TagClassName
{
border-color: #86FA7C;
}
</style>