Shades of Mantis #86C453
Tints of Mantis #86C453
RGB
CMYK
RGB Variations
Color information
#86C453 (or 0x86C453) is known color: Mantis. HEX triplet: 86, C4 and 53. RGB value is (134,196,83). Sum of RGB (Red+Green+Blue) = 134+196+83=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #86C453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C453 is #793BAC. Grayscale: #A4A4A4. Windows color (decimal): -7945133 or 5489798. OLE color: 5489798.
HSL color Cylindrical-coordinate representation of color #86C453: hue angle of 92.92º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C453 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 83 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.23 |
| HSL | 92.92º | 0.49% | 0.55% | - |
| HSV(B) | 92.92º | 0.58% | 0.77% | - |
| XYZ | 31.13 | 45.17 | 15.26 | - |
| YUV | 164.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 83 | 0.32 | 0 | 0.58 | 0.23 | 92.92 | 0.49 | 0.55 |
| Hex | 86 | C4 | 53 | 20 | 0 | 3A | 17 | 5D | 31 | 37 |
| Octal | 206 | 304 | 123 | 40 | 0 | 72 | 27 | 135 | 61 | 67 |
| Binary | 10000110 | 11000100 | 1010011 | 100000 | 0 | 111010 | 10111 | 1011101 | 110001 | 110111 |
Color Harmonies of #86C453
Complementary color
Monochromatic Colors of #86C453
Black with #86C453
Text Example
Text Example
White with #86C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C453; }
p { color: rgb(134,196,83); }
H1.HeaderClassName
{
color: #86C453;
}
.AnyTagClassName
{
color: #86C453;
}
</style>
background-color css
<style>
a { background-color: #86C453; }
a { background-color: rgb(134,196,83); }
div.DivClassName
{
background-color: #86C453;
}
.BgClassName
{
background-color: #86C453;
}
</style>
border-color css
<style>
span { border-color: #86C453; }
span { border-color: rgb(134,196,83); }
td.TdClassName
{
border-color: #86C453;
}
.TagClassName
{
border-color: #86C453;
}
</style>