Shades of Mantis #86C451
Tints of Mantis #86C451
RGB
CMYK
RGB Variations
Color information
#86C451 (or 0x86C451) is known color: Mantis. HEX triplet: 86, C4 and 51. RGB value is (134,196,81). Sum of RGB (Red+Green+Blue) = 134+196+81=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #86C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C451 is #793BAE. Grayscale: #A4A4A4. Windows color (decimal): -7945135 or 5358726. OLE color: 5358726.
HSL color Cylindrical-coordinate representation of color #86C451: hue angle of 92.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86C451 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 81 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.23 |
| HSL | 92.35º | 0.49% | 0.54% | - |
| HSV(B) | 92.35º | 0.59% | 0.77% | - |
| XYZ | 31.06 | 45.14 | 14.86 | - |
| YUV | 164.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 81 | 0.32 | 0 | 0.59 | 0.23 | 92.35 | 0.49 | 0.54 |
| Hex | 86 | C4 | 51 | 20 | 0 | 3B | 17 | 5C | 31 | 36 |
| Octal | 206 | 304 | 121 | 40 | 0 | 73 | 27 | 134 | 61 | 66 |
| Binary | 10000110 | 11000100 | 1010001 | 100000 | 0 | 111011 | 10111 | 1011100 | 110001 | 110110 |
Color Harmonies of #86C451
Complementary color
Monochromatic Colors of #86C451
Black with #86C451
Text Example
Text Example
White with #86C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C451; }
p { color: rgb(134,196,81); }
H1.HeaderClassName
{
color: #86C451;
}
.AnyTagClassName
{
color: #86C451;
}
</style>
background-color css
<style>
a { background-color: #86C451; }
a { background-color: rgb(134,196,81); }
div.DivClassName
{
background-color: #86C451;
}
.BgClassName
{
background-color: #86C451;
}
</style>
border-color css
<style>
span { border-color: #86C451; }
span { border-color: rgb(134,196,81); }
td.TdClassName
{
border-color: #86C451;
}
.TagClassName
{
border-color: #86C451;
}
</style>