Shades of Mantis #85E158
Tints of Mantis #85E158
RGB
CMYK
RGB Variations
Color information
#85E158 (or 0x85E158) is known color: Mantis. HEX triplet: 85, E1 and 58. RGB value is (133,225,88). Sum of RGB (Red+Green+Blue) = 133+225+88=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #85E158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E158 is #7A1EA7. Grayscale: #B6B6B6. Windows color (decimal): -8003240 or 5824901. OLE color: 5824901.
HSL color Cylindrical-coordinate representation of color #85E158: hue angle of 100.29º degrees, saturation: 0.7, 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 #85E158 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 88 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.12 |
| HSL | 100.29º | 0.7% | 0.61% | - |
| HSV(B) | 100.29º | 0.61% | 0.88% | - |
| XYZ | 38.36 | 59.54 | 18.7 | - |
| YUV | 181.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 88 | 0.41 | 0 | 0.61 | 0.12 | 100.29 | 0.7 | 0.61 |
| Hex | 85 | E1 | 58 | 29 | 0 | 3D | C | 64 | 46 | 3D |
| Octal | 205 | 341 | 130 | 51 | 0 | 75 | 14 | 144 | 106 | 75 |
| Binary | 10000101 | 11100001 | 1011000 | 101001 | 0 | 111101 | 1100 | 1100100 | 1000110 | 111101 |
Color Harmonies of #85E158
Complementary color
Monochromatic Colors of #85E158
Black with #85E158
Text Example
Text Example
White with #85E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E158; }
p { color: rgb(133,225,88); }
H1.HeaderClassName
{
color: #85E158;
}
.AnyTagClassName
{
color: #85E158;
}
</style>
background-color css
<style>
a { background-color: #85E158; }
a { background-color: rgb(133,225,88); }
div.DivClassName
{
background-color: #85E158;
}
.BgClassName
{
background-color: #85E158;
}
</style>
border-color css
<style>
span { border-color: #85E158; }
span { border-color: rgb(133,225,88); }
td.TdClassName
{
border-color: #85E158;
}
.TagClassName
{
border-color: #85E158;
}
</style>