Shades of Mantis #86CC62
Tints of Mantis #86CC62
RGB
CMYK
RGB Variations
Color information
#86CC62 (or 0x86CC62) is known color: Mantis. HEX triplet: 86, CC and 62. RGB value is (134,204,98). Sum of RGB (Red+Green+Blue) = 134+204+98=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC62 is #79339D. Grayscale: #ABABAB. Windows color (decimal): -7943070 or 6474886. OLE color: 6474886.
HSL color Cylindrical-coordinate representation of color #86CC62: hue angle of 99.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86CC62 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 98 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.2 |
| HSL | 99.62º | 0.51% | 0.59% | - |
| HSV(B) | 99.62º | 0.52% | 0.8% | - |
| XYZ | 33.63 | 49.14 | 19.27 | - |
| YUV | 170.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 98 | 0.34 | 0 | 0.52 | 0.2 | 99.62 | 0.51 | 0.59 |
| Hex | 86 | CC | 62 | 22 | 0 | 34 | 14 | 64 | 33 | 3B |
| Octal | 206 | 314 | 142 | 42 | 0 | 64 | 24 | 144 | 63 | 73 |
| Binary | 10000110 | 11001100 | 1100010 | 100010 | 0 | 110100 | 10100 | 1100100 | 110011 | 111011 |
Color Harmonies of #86CC62
Complementary color
Monochromatic Colors of #86CC62
Black with #86CC62
Text Example
Text Example
White with #86CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC62; }
p { color: rgb(134,204,98); }
H1.HeaderClassName
{
color: #86CC62;
}
.AnyTagClassName
{
color: #86CC62;
}
</style>
background-color css
<style>
a { background-color: #86CC62; }
a { background-color: rgb(134,204,98); }
div.DivClassName
{
background-color: #86CC62;
}
.BgClassName
{
background-color: #86CC62;
}
</style>
border-color css
<style>
span { border-color: #86CC62; }
span { border-color: rgb(134,204,98); }
td.TdClassName
{
border-color: #86CC62;
}
.TagClassName
{
border-color: #86CC62;
}
</style>