Shades of Mantis #85E360
Tints of Mantis #85E360
RGB
CMYK
RGB Variations
Color information
#85E360 (or 0x85E360) is known color: Mantis. HEX triplet: 85, E3 and 60. RGB value is (133,227,96). Sum of RGB (Red+Green+Blue) = 133+227+96=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #85E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E360 is #7A1C9F. Grayscale: #B8B8B8. Windows color (decimal): -8002720 or 6349701. OLE color: 6349701.
HSL color Cylindrical-coordinate representation of color #85E360: hue angle of 103.05º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85E360 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 96 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.11 |
| HSL | 103.05º | 0.7% | 0.63% | - |
| HSV(B) | 103.05º | 0.58% | 0.89% | - |
| XYZ | 39.25 | 60.77 | 20.73 | - |
| YUV | 183.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 96 | 0.41 | 0 | 0.58 | 0.11 | 103.05 | 0.7 | 0.63 |
| Hex | 85 | E3 | 60 | 29 | 0 | 3A | B | 67 | 46 | 3F |
| Octal | 205 | 343 | 140 | 51 | 0 | 72 | 13 | 147 | 106 | 77 |
| Binary | 10000101 | 11100011 | 1100000 | 101001 | 0 | 111010 | 1011 | 1100111 | 1000110 | 111111 |
Color Harmonies of #85E360
Complementary color
Monochromatic Colors of #85E360
Black with #85E360
Text Example
Text Example
White with #85E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E360; }
p { color: rgb(133,227,96); }
H1.HeaderClassName
{
color: #85E360;
}
.AnyTagClassName
{
color: #85E360;
}
</style>
background-color css
<style>
a { background-color: #85E360; }
a { background-color: rgb(133,227,96); }
div.DivClassName
{
background-color: #85E360;
}
.BgClassName
{
background-color: #85E360;
}
</style>
border-color css
<style>
span { border-color: #85E360; }
span { border-color: rgb(133,227,96); }
td.TdClassName
{
border-color: #85E360;
}
.TagClassName
{
border-color: #85E360;
}
</style>