Shades of Mantis #85D657
Tints of Mantis #85D657
RGB
CMYK
RGB Variations
Color information
#85D657 (or 0x85D657) is known color: Mantis. HEX triplet: 85, D6 and 57. RGB value is (133,214,87). Sum of RGB (Red+Green+Blue) = 133+214+87=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #85D657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D657 is #7A29A8. Grayscale: #AFAFAF. Windows color (decimal): -8006057 or 5756549. OLE color: 5756549.
HSL color Cylindrical-coordinate representation of color #85D657: hue angle of 98.27º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85D657 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 87 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.16 |
| HSL | 98.27º | 0.61% | 0.59% | - |
| HSV(B) | 98.27º | 0.59% | 0.84% | - |
| XYZ | 35.44 | 53.77 | 17.53 | - |
| YUV | 175.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 87 | 0.38 | 0 | 0.59 | 0.16 | 98.27 | 0.61 | 0.59 |
| Hex | 85 | D6 | 57 | 26 | 0 | 3B | 10 | 62 | 3D | 3B |
| Octal | 205 | 326 | 127 | 46 | 0 | 73 | 20 | 142 | 75 | 73 |
| Binary | 10000101 | 11010110 | 1010111 | 100110 | 0 | 111011 | 10000 | 1100010 | 111101 | 111011 |
Color Harmonies of #85D657
Complementary color
Monochromatic Colors of #85D657
Black with #85D657
Text Example
Text Example
White with #85D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D657; }
p { color: rgb(133,214,87); }
H1.HeaderClassName
{
color: #85D657;
}
.AnyTagClassName
{
color: #85D657;
}
</style>
background-color css
<style>
a { background-color: #85D657; }
a { background-color: rgb(133,214,87); }
div.DivClassName
{
background-color: #85D657;
}
.BgClassName
{
background-color: #85D657;
}
</style>
border-color css
<style>
span { border-color: #85D657; }
span { border-color: rgb(133,214,87); }
td.TdClassName
{
border-color: #85D657;
}
.TagClassName
{
border-color: #85D657;
}
</style>