Shades of Light Green #86F499
Tints of Light Green #86F499
RGB
CMYK
RGB Variations
Color information
#86F499 (or 0x86F499) is known color: Light Green. HEX triplet: 86, F4 and 99. RGB value is (134,244,153). Sum of RGB (Red+Green+Blue) = 134+244+153=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #86F499 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F499 is #790B66. Grayscale: #C8C8C8. Windows color (decimal): -7932775 or 10089606. OLE color: 10089606.
HSL color Cylindrical-coordinate representation of color #86F499: hue angle of 130.36º 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 #86F499 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 153 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.04 |
| HSL | 130.36º | 0.83% | 0.74% | - |
| HSV(B) | 130.36º | 0.45% | 0.96% | - |
| XYZ | 47.93 | 72.07 | 41.52 | - |
| YUV | 200.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 153 | 0.45 | 0 | 0.37 | 0.04 | 130.36 | 0.83 | 0.74 |
| Hex | 86 | F4 | 99 | 2D | 0 | 25 | 4 | 82 | 53 | 4A |
| Octal | 206 | 364 | 231 | 55 | 0 | 45 | 4 | 202 | 123 | 112 |
| Binary | 10000110 | 11110100 | 10011001 | 101101 | 0 | 100101 | 100 | 10000010 | 1010011 | 1001010 |
Color Harmonies of #86F499
Complementary color
Monochromatic Colors of #86F499
Black with #86F499
Text Example
Text Example
White with #86F499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F499; }
p { color: rgb(134,244,153); }
H1.HeaderClassName
{
color: #86F499;
}
.AnyTagClassName
{
color: #86F499;
}
</style>
background-color css
<style>
a { background-color: #86F499; }
a { background-color: rgb(134,244,153); }
div.DivClassName
{
background-color: #86F499;
}
.BgClassName
{
background-color: #86F499;
}
</style>
border-color css
<style>
span { border-color: #86F499; }
span { border-color: rgb(134,244,153); }
td.TdClassName
{
border-color: #86F499;
}
.TagClassName
{
border-color: #86F499;
}
</style>