Shades of Light Green #86F49C
Tints of Light Green #86F49C
RGB
CMYK
RGB Variations
Color information
#86F49C (or 0x86F49C) is known color: Light Green. HEX triplet: 86, F4 and 9C. RGB value is (134,244,156). Sum of RGB (Red+Green+Blue) = 134+244+156=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #86F49C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F49C is #790B63. Grayscale: #C9C9C9. Windows color (decimal): -7932772 or 10286214. OLE color: 10286214.
HSL color Cylindrical-coordinate representation of color #86F49C: hue angle of 132º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F49C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 156 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.04 |
| HSL | 132º | 0.83% | 0.74% | - |
| HSV(B) | 132º | 0.45% | 0.96% | - |
| XYZ | 48.18 | 72.17 | 42.84 | - |
| YUV | 201.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 156 | 0.45 | 0 | 0.36 | 0.04 | 132 | 0.83 | 0.74 |
| Hex | 86 | F4 | 9C | 2D | 0 | 24 | 4 | 84 | 53 | 4A |
| Octal | 206 | 364 | 234 | 55 | 0 | 44 | 4 | 204 | 123 | 112 |
| Binary | 10000110 | 11110100 | 10011100 | 101101 | 0 | 100100 | 100 | 10000100 | 1010011 | 1001010 |
Color Harmonies of #86F49C
Complementary color
Monochromatic Colors of #86F49C
Black with #86F49C
Text Example
Text Example
White with #86F49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F49C; }
p { color: rgb(134,244,156); }
H1.HeaderClassName
{
color: #86F49C;
}
.AnyTagClassName
{
color: #86F49C;
}
</style>
background-color css
<style>
a { background-color: #86F49C; }
a { background-color: rgb(134,244,156); }
div.DivClassName
{
background-color: #86F49C;
}
.BgClassName
{
background-color: #86F49C;
}
</style>
border-color css
<style>
span { border-color: #86F49C; }
span { border-color: rgb(134,244,156); }
td.TdClassName
{
border-color: #86F49C;
}
.TagClassName
{
border-color: #86F49C;
}
</style>