Shades of Mantis #85C858
Tints of Mantis #85C858
RGB
CMYK
RGB Variations
Color information
#85C858 (or 0x85C858) is known color: Mantis. HEX triplet: 85, C8 and 58. RGB value is (133,200,88). Sum of RGB (Red+Green+Blue) = 133+200+88=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #85C858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C858 is #7A37A7. Grayscale: #A7A7A7. Windows color (decimal): -8009640 or 5818501. OLE color: 5818501.
HSL color Cylindrical-coordinate representation of color #85C858: hue angle of 95.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85C858 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 88 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.22 |
| HSL | 95.89º | 0.5% | 0.56% | - |
| HSV(B) | 95.89º | 0.56% | 0.78% | - |
| XYZ | 32.09 | 47 | 16.61 | - |
| YUV | 167.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 88 | 0.34 | 0 | 0.56 | 0.22 | 95.89 | 0.5 | 0.56 |
| Hex | 85 | C8 | 58 | 22 | 0 | 38 | 16 | 60 | 32 | 38 |
| Octal | 205 | 310 | 130 | 42 | 0 | 70 | 26 | 140 | 62 | 70 |
| Binary | 10000101 | 11001000 | 1011000 | 100010 | 0 | 111000 | 10110 | 1100000 | 110010 | 111000 |
Color Harmonies of #85C858
Complementary color
Monochromatic Colors of #85C858
Black with #85C858
Text Example
Text Example
White with #85C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C858; }
p { color: rgb(133,200,88); }
H1.HeaderClassName
{
color: #85C858;
}
.AnyTagClassName
{
color: #85C858;
}
</style>
background-color css
<style>
a { background-color: #85C858; }
a { background-color: rgb(133,200,88); }
div.DivClassName
{
background-color: #85C858;
}
.BgClassName
{
background-color: #85C858;
}
</style>
border-color css
<style>
span { border-color: #85C858; }
span { border-color: rgb(133,200,88); }
td.TdClassName
{
border-color: #85C858;
}
.TagClassName
{
border-color: #85C858;
}
</style>