Shades of Mantis #85C871
Tints of Mantis #85C871
RGB
CMYK
RGB Variations
Color information
#85C871 (or 0x85C871) is known color: Mantis. HEX triplet: 85, C8 and 71. RGB value is (133,200,113). Sum of RGB (Red+Green+Blue) = 133+200+113=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #85C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C871 is #7A378E. Grayscale: #AAAAAA. Windows color (decimal): -8009615 or 7456901. OLE color: 7456901.
HSL color Cylindrical-coordinate representation of color #85C871: hue angle of 106.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C871 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 113 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.22 |
| HSL | 106.21º | 0.44% | 0.61% | - |
| HSV(B) | 106.21º | 0.44% | 0.78% | - |
| XYZ | 33.31 | 47.49 | 23.03 | - |
| YUV | 170.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 113 | 0.34 | 0 | 0.44 | 0.22 | 106.21 | 0.44 | 0.61 |
| Hex | 85 | C8 | 71 | 22 | 0 | 2C | 16 | 6A | 2C | 3D |
| Octal | 205 | 310 | 161 | 42 | 0 | 54 | 26 | 152 | 54 | 75 |
| Binary | 10000101 | 11001000 | 1110001 | 100010 | 0 | 101100 | 10110 | 1101010 | 101100 | 111101 |
Color Harmonies of #85C871
Complementary color
Monochromatic Colors of #85C871
Black with #85C871
Text Example
Text Example
White with #85C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C871; }
p { color: rgb(133,200,113); }
H1.HeaderClassName
{
color: #85C871;
}
.AnyTagClassName
{
color: #85C871;
}
</style>
background-color css
<style>
a { background-color: #85C871; }
a { background-color: rgb(133,200,113); }
div.DivClassName
{
background-color: #85C871;
}
.BgClassName
{
background-color: #85C871;
}
</style>
border-color css
<style>
span { border-color: #85C871; }
span { border-color: rgb(133,200,113); }
td.TdClassName
{
border-color: #85C871;
}
.TagClassName
{
border-color: #85C871;
}
</style>