Shades of Mantis #86E952
Tints of Mantis #86E952
RGB
CMYK
RGB Variations
Color information
#86E952 (or 0x86E952) is known color: Mantis. HEX triplet: 86, E9 and 52. RGB value is (134,233,82). Sum of RGB (Red+Green+Blue) = 134+233+82=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #86E952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E952 is #7916AD. Grayscale: #BABABA. Windows color (decimal): -7935662 or 5433734. OLE color: 5433734.
HSL color Cylindrical-coordinate representation of color #86E952: hue angle of 99.34º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86E952 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 82 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.09 |
| HSL | 99.34º | 0.77% | 0.62% | - |
| HSV(B) | 99.34º | 0.65% | 0.91% | - |
| XYZ | 40.49 | 63.96 | 18.19 | - |
| YUV | 186.19 | 69.2 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 82 | 0.42 | 0 | 0.65 | 0.09 | 99.34 | 0.77 | 0.62 |
| Hex | 86 | E9 | 52 | 2A | 0 | 41 | 9 | 63 | 4D | 3E |
| Octal | 206 | 351 | 122 | 52 | 0 | 101 | 11 | 143 | 115 | 76 |
| Binary | 10000110 | 11101001 | 1010010 | 101010 | 0 | 1000001 | 1001 | 1100011 | 1001101 | 111110 |
Color Harmonies of #86E952
Complementary color
Monochromatic Colors of #86E952
Black with #86E952
Text Example
Text Example
White with #86E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E952; }
p { color: rgb(134,233,82); }
H1.HeaderClassName
{
color: #86E952;
}
.AnyTagClassName
{
color: #86E952;
}
</style>
background-color css
<style>
a { background-color: #86E952; }
a { background-color: rgb(134,233,82); }
div.DivClassName
{
background-color: #86E952;
}
.BgClassName
{
background-color: #86E952;
}
</style>
border-color css
<style>
span { border-color: #86E952; }
span { border-color: rgb(134,233,82); }
td.TdClassName
{
border-color: #86E952;
}
.TagClassName
{
border-color: #86E952;
}
</style>