Shades of Mantis #85E057
Tints of Mantis #85E057
RGB
CMYK
RGB Variations
Color information
#85E057 (or 0x85E057) is known color: Mantis. HEX triplet: 85, E0 and 57. RGB value is (133,224,87). Sum of RGB (Red+Green+Blue) = 133+224+87=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #85E057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E057 is #7A1FA8. Grayscale: #B5B5B5. Windows color (decimal): -8003497 or 5759109. OLE color: 5759109.
HSL color Cylindrical-coordinate representation of color #85E057: hue angle of 99.85º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85E057 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 87 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.12 |
| HSL | 99.85º | 0.69% | 0.61% | - |
| HSV(B) | 99.85º | 0.61% | 0.88% | - |
| XYZ | 38.05 | 58.99 | 18.4 | - |
| YUV | 181.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 87 | 0.41 | 0 | 0.61 | 0.12 | 99.85 | 0.69 | 0.61 |
| Hex | 85 | E0 | 57 | 29 | 0 | 3D | C | 64 | 45 | 3D |
| Octal | 205 | 340 | 127 | 51 | 0 | 75 | 14 | 144 | 105 | 75 |
| Binary | 10000101 | 11100000 | 1010111 | 101001 | 0 | 111101 | 1100 | 1100100 | 1000101 | 111101 |
Color Harmonies of #85E057
Complementary color
Monochromatic Colors of #85E057
Black with #85E057
Text Example
Text Example
White with #85E057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E057; }
p { color: rgb(133,224,87); }
H1.HeaderClassName
{
color: #85E057;
}
.AnyTagClassName
{
color: #85E057;
}
</style>
background-color css
<style>
a { background-color: #85E057; }
a { background-color: rgb(133,224,87); }
div.DivClassName
{
background-color: #85E057;
}
.BgClassName
{
background-color: #85E057;
}
</style>
border-color css
<style>
span { border-color: #85E057; }
span { border-color: rgb(133,224,87); }
td.TdClassName
{
border-color: #85E057;
}
.TagClassName
{
border-color: #85E057;
}
</style>