Shades of Mantis #86BE58
Tints of Mantis #86BE58
RGB
CMYK
RGB Variations
Color information
#86BE58 (or 0x86BE58) is known color: Mantis. HEX triplet: 86, BE and 58. RGB value is (134,190,88). Sum of RGB (Red+Green+Blue) = 134+190+88=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE58 is #7941A7. Grayscale: #A1A1A1. Windows color (decimal): -7946664 or 5815942. OLE color: 5815942.
HSL color Cylindrical-coordinate representation of color #86BE58: hue angle of 92.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86BE58 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 88 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.25 |
| HSL | 92.94º | 0.44% | 0.55% | - |
| HSV(B) | 92.94º | 0.54% | 0.75% | - |
| XYZ | 30.01 | 42.6 | 15.87 | - |
| YUV | 161.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 88 | 0.29 | 0 | 0.54 | 0.25 | 92.94 | 0.44 | 0.55 |
| Hex | 86 | BE | 58 | 1D | 0 | 36 | 19 | 5D | 2C | 37 |
| Octal | 206 | 276 | 130 | 35 | 0 | 66 | 31 | 135 | 54 | 67 |
| Binary | 10000110 | 10111110 | 1011000 | 11101 | 0 | 110110 | 11001 | 1011101 | 101100 | 110111 |
Color Harmonies of #86BE58
Complementary color
Monochromatic Colors of #86BE58
Black with #86BE58
Text Example
Text Example
White with #86BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE58; }
p { color: rgb(134,190,88); }
H1.HeaderClassName
{
color: #86BE58;
}
.AnyTagClassName
{
color: #86BE58;
}
</style>
background-color css
<style>
a { background-color: #86BE58; }
a { background-color: rgb(134,190,88); }
div.DivClassName
{
background-color: #86BE58;
}
.BgClassName
{
background-color: #86BE58;
}
</style>
border-color css
<style>
span { border-color: #86BE58; }
span { border-color: rgb(134,190,88); }
td.TdClassName
{
border-color: #86BE58;
}
.TagClassName
{
border-color: #86BE58;
}
</style>