Shades of Light Green #86F498
Tints of Light Green #86F498
RGB
CMYK
RGB Variations
Color information
#86F498 (or 0x86F498) is known color: Light Green. HEX triplet: 86, F4 and 98. RGB value is (134,244,152). Sum of RGB (Red+Green+Blue) = 134+244+152=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #86F498 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F498 is #790B67. Grayscale: #C8C8C8. Windows color (decimal): -7932776 or 10024070. OLE color: 10024070.
HSL color Cylindrical-coordinate representation of color #86F498: hue angle of 129.82º 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 #86F498 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 152 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.04 |
| HSL | 129.82º | 0.83% | 0.74% | - |
| HSV(B) | 129.82º | 0.45% | 0.96% | - |
| XYZ | 47.85 | 72.04 | 41.09 | - |
| YUV | 200.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 152 | 0.45 | 0 | 0.38 | 0.04 | 129.82 | 0.83 | 0.74 |
| Hex | 86 | F4 | 98 | 2D | 0 | 26 | 4 | 82 | 53 | 4A |
| Octal | 206 | 364 | 230 | 55 | 0 | 46 | 4 | 202 | 123 | 112 |
| Binary | 10000110 | 11110100 | 10011000 | 101101 | 0 | 100110 | 100 | 10000010 | 1010011 | 1001010 |
Color Harmonies of #86F498
Complementary color
Monochromatic Colors of #86F498
Black with #86F498
Text Example
Text Example
White with #86F498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F498; }
p { color: rgb(134,244,152); }
H1.HeaderClassName
{
color: #86F498;
}
.AnyTagClassName
{
color: #86F498;
}
</style>
background-color css
<style>
a { background-color: #86F498; }
a { background-color: rgb(134,244,152); }
div.DivClassName
{
background-color: #86F498;
}
.BgClassName
{
background-color: #86F498;
}
</style>
border-color css
<style>
span { border-color: #86F498; }
span { border-color: rgb(134,244,152); }
td.TdClassName
{
border-color: #86F498;
}
.TagClassName
{
border-color: #86F498;
}
</style>