Shades of Mantis #86C574
Tints of Mantis #86C574
RGB
CMYK
RGB Variations
Color information
#86C574 (or 0x86C574) is known color: Mantis. HEX triplet: 86, C5 and 74. RGB value is (134,197,116). Sum of RGB (Red+Green+Blue) = 134+197+116=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #86C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C574 is #793A8B. Grayscale: #A9A9A9. Windows color (decimal): -7944844 or 7652742. OLE color: 7652742.
HSL color Cylindrical-coordinate representation of color #86C574: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86C574 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 116 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.23 |
| HSL | 106.67º | 0.41% | 0.61% | - |
| HSV(B) | 106.67º | 0.41% | 0.77% | - |
| XYZ | 32.95 | 46.26 | 23.72 | - |
| YUV | 168.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 116 | 0.32 | 0 | 0.41 | 0.23 | 106.67 | 0.41 | 0.61 |
| Hex | 86 | C5 | 74 | 20 | 0 | 29 | 17 | 6B | 29 | 3D |
| Octal | 206 | 305 | 164 | 40 | 0 | 51 | 27 | 153 | 51 | 75 |
| Binary | 10000110 | 11000101 | 1110100 | 100000 | 0 | 101001 | 10111 | 1101011 | 101001 | 111101 |
Color Harmonies of #86C574
Complementary color
Monochromatic Colors of #86C574
Black with #86C574
Text Example
Text Example
White with #86C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C574; }
p { color: rgb(134,197,116); }
H1.HeaderClassName
{
color: #86C574;
}
.AnyTagClassName
{
color: #86C574;
}
</style>
background-color css
<style>
a { background-color: #86C574; }
a { background-color: rgb(134,197,116); }
div.DivClassName
{
background-color: #86C574;
}
.BgClassName
{
background-color: #86C574;
}
</style>
border-color css
<style>
span { border-color: #86C574; }
span { border-color: rgb(134,197,116); }
td.TdClassName
{
border-color: #86C574;
}
.TagClassName
{
border-color: #86C574;
}
</style>