Shades of Mantis #86C045
Tints of Mantis #86C045
RGB
CMYK
RGB Variations
Color information
#86C045 (or 0x86C045) is known color: Mantis. HEX triplet: 86, C0 and 45. RGB value is (134,192,69). Sum of RGB (Red+Green+Blue) = 134+192+69=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #86C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C045 is #793FBA. Grayscale: #A1A1A1. Windows color (decimal): -7946171 or 4571270. OLE color: 4571270.
HSL color Cylindrical-coordinate representation of color #86C045: hue angle of 88.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86C045 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 69 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.25 |
| HSL | 88.29º | 0.49% | 0.51% | - |
| HSV(B) | 88.29º | 0.64% | 0.75% | - |
| XYZ | 29.76 | 43.2 | 12.4 | - |
| YUV | 160.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 69 | 0.30 | 0 | 0.64 | 0.25 | 88.29 | 0.49 | 0.51 |
| Hex | 86 | C0 | 45 | 1E | 0 | 40 | 19 | 58 | 31 | 33 |
| Octal | 206 | 300 | 105 | 36 | 0 | 100 | 31 | 130 | 61 | 63 |
| Binary | 10000110 | 11000000 | 1000101 | 11110 | 0 | 1000000 | 11001 | 1011000 | 110001 | 110011 |
Color Harmonies of #86C045
Complementary color
Monochromatic Colors of #86C045
Black with #86C045
Text Example
Text Example
White with #86C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C045; }
p { color: rgb(134,192,69); }
H1.HeaderClassName
{
color: #86C045;
}
.AnyTagClassName
{
color: #86C045;
}
</style>
background-color css
<style>
a { background-color: #86C045; }
a { background-color: rgb(134,192,69); }
div.DivClassName
{
background-color: #86C045;
}
.BgClassName
{
background-color: #86C045;
}
</style>
border-color css
<style>
span { border-color: #86C045; }
span { border-color: rgb(134,192,69); }
td.TdClassName
{
border-color: #86C045;
}
.TagClassName
{
border-color: #86C045;
}
</style>