Shades of Mantis #86CC60
Tints of Mantis #86CC60
RGB
CMYK
RGB Variations
Color information
#86CC60 (or 0x86CC60) is known color: Mantis. HEX triplet: 86, CC and 60. RGB value is (134,204,96). Sum of RGB (Red+Green+Blue) = 134+204+96=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC60 is #79339F. Grayscale: #ABABAB. Windows color (decimal): -7943072 or 6343814. OLE color: 6343814.
HSL color Cylindrical-coordinate representation of color #86CC60: hue angle of 98.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86CC60 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 96 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.2 |
| HSL | 98.89º | 0.51% | 0.59% | - |
| HSV(B) | 98.89º | 0.53% | 0.8% | - |
| XYZ | 33.54 | 49.1 | 18.78 | - |
| YUV | 170.76 | 85.81 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 96 | 0.34 | 0 | 0.53 | 0.2 | 98.89 | 0.51 | 0.59 |
| Hex | 86 | CC | 60 | 22 | 0 | 35 | 14 | 63 | 33 | 3B |
| Octal | 206 | 314 | 140 | 42 | 0 | 65 | 24 | 143 | 63 | 73 |
| Binary | 10000110 | 11001100 | 1100000 | 100010 | 0 | 110101 | 10100 | 1100011 | 110011 | 111011 |
Color Harmonies of #86CC60
Complementary color
Monochromatic Colors of #86CC60
Black with #86CC60
Text Example
Text Example
White with #86CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC60; }
p { color: rgb(134,204,96); }
H1.HeaderClassName
{
color: #86CC60;
}
.AnyTagClassName
{
color: #86CC60;
}
</style>
background-color css
<style>
a { background-color: #86CC60; }
a { background-color: rgb(134,204,96); }
div.DivClassName
{
background-color: #86CC60;
}
.BgClassName
{
background-color: #86CC60;
}
</style>
border-color css
<style>
span { border-color: #86CC60; }
span { border-color: rgb(134,204,96); }
td.TdClassName
{
border-color: #86CC60;
}
.TagClassName
{
border-color: #86CC60;
}
</style>