Shades of Mantis #85C959
Tints of Mantis #85C959
RGB
CMYK
RGB Variations
Color information
#85C959 (or 0x85C959) is known color: Mantis. HEX triplet: 85, C9 and 59. RGB value is (133,201,89). Sum of RGB (Red+Green+Blue) = 133+201+89=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #85C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C959 is #7A36A6. Grayscale: #A8A8A8. Windows color (decimal): -8009383 or 5884293. OLE color: 5884293.
HSL color Cylindrical-coordinate representation of color #85C959: hue angle of 96.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85C959 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 89 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.21 |
| HSL | 96.43º | 0.51% | 0.57% | - |
| HSV(B) | 96.43º | 0.56% | 0.79% | - |
| XYZ | 32.36 | 47.48 | 16.91 | - |
| YUV | 167.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 89 | 0.34 | 0 | 0.56 | 0.21 | 96.43 | 0.51 | 0.57 |
| Hex | 85 | C9 | 59 | 22 | 0 | 38 | 15 | 60 | 33 | 39 |
| Octal | 205 | 311 | 131 | 42 | 0 | 70 | 25 | 140 | 63 | 71 |
| Binary | 10000101 | 11001001 | 1011001 | 100010 | 0 | 111000 | 10101 | 1100000 | 110011 | 111001 |
Color Harmonies of #85C959
Complementary color
Monochromatic Colors of #85C959
Black with #85C959
Text Example
Text Example
White with #85C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C959; }
p { color: rgb(133,201,89); }
H1.HeaderClassName
{
color: #85C959;
}
.AnyTagClassName
{
color: #85C959;
}
</style>
background-color css
<style>
a { background-color: #85C959; }
a { background-color: rgb(133,201,89); }
div.DivClassName
{
background-color: #85C959;
}
.BgClassName
{
background-color: #85C959;
}
</style>
border-color css
<style>
span { border-color: #85C959; }
span { border-color: rgb(133,201,89); }
td.TdClassName
{
border-color: #85C959;
}
.TagClassName
{
border-color: #85C959;
}
</style>