Shades of Mantis #85C657
Tints of Mantis #85C657
RGB
CMYK
RGB Variations
Color information
#85C657 (or 0x85C657) is known color: Mantis. HEX triplet: 85, C6 and 57. RGB value is (133,198,87). Sum of RGB (Red+Green+Blue) = 133+198+87=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #85C657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C657 is #7A39A8. Grayscale: #A6A6A6. Windows color (decimal): -8010153 or 5752453. OLE color: 5752453.
HSL color Cylindrical-coordinate representation of color #85C657: hue angle of 95.14º degrees, saturation: 0.49, 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 #85C657 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 87 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.22 |
| HSL | 95.14º | 0.49% | 0.56% | - |
| HSV(B) | 95.14º | 0.56% | 0.78% | - |
| XYZ | 31.59 | 46.06 | 16.24 | - |
| YUV | 165.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 87 | 0.33 | 0 | 0.56 | 0.22 | 95.14 | 0.49 | 0.56 |
| Hex | 85 | C6 | 57 | 21 | 0 | 38 | 16 | 5F | 31 | 38 |
| Octal | 205 | 306 | 127 | 41 | 0 | 70 | 26 | 137 | 61 | 70 |
| Binary | 10000101 | 11000110 | 1010111 | 100001 | 0 | 111000 | 10110 | 1011111 | 110001 | 111000 |
Color Harmonies of #85C657
Complementary color
Monochromatic Colors of #85C657
Black with #85C657
Text Example
Text Example
White with #85C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C657; }
p { color: rgb(133,198,87); }
H1.HeaderClassName
{
color: #85C657;
}
.AnyTagClassName
{
color: #85C657;
}
</style>
background-color css
<style>
a { background-color: #85C657; }
a { background-color: rgb(133,198,87); }
div.DivClassName
{
background-color: #85C657;
}
.BgClassName
{
background-color: #85C657;
}
</style>
border-color css
<style>
span { border-color: #85C657; }
span { border-color: rgb(133,198,87); }
td.TdClassName
{
border-color: #85C657;
}
.TagClassName
{
border-color: #85C657;
}
</style>