Shades of Mantis #85E361
Tints of Mantis #85E361
RGB
CMYK
RGB Variations
Color information
#85E361 (or 0x85E361) is known color: Mantis. HEX triplet: 85, E3 and 61. RGB value is (133,227,97). Sum of RGB (Red+Green+Blue) = 133+227+97=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #85E361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E361 is #7A1C9E. Grayscale: #B8B8B8. Windows color (decimal): -8002719 or 6415237. OLE color: 6415237.
HSL color Cylindrical-coordinate representation of color #85E361: hue angle of 103.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85E361 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 97 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.11 |
| HSL | 103.38º | 0.7% | 0.64% | - |
| HSV(B) | 103.38º | 0.57% | 0.89% | - |
| XYZ | 39.3 | 60.79 | 20.97 | - |
| YUV | 184.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 97 | 0.41 | 0 | 0.57 | 0.11 | 103.38 | 0.7 | 0.64 |
| Hex | 85 | E3 | 61 | 29 | 0 | 39 | B | 67 | 46 | 40 |
| Octal | 205 | 343 | 141 | 51 | 0 | 71 | 13 | 147 | 106 | 100 |
| Binary | 10000101 | 11100011 | 1100001 | 101001 | 0 | 111001 | 1011 | 1100111 | 1000110 | 1000000 |
Color Harmonies of #85E361
Complementary color
Monochromatic Colors of #85E361
Black with #85E361
Text Example
Text Example
White with #85E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E361; }
p { color: rgb(133,227,97); }
H1.HeaderClassName
{
color: #85E361;
}
.AnyTagClassName
{
color: #85E361;
}
</style>
background-color css
<style>
a { background-color: #85E361; }
a { background-color: rgb(133,227,97); }
div.DivClassName
{
background-color: #85E361;
}
.BgClassName
{
background-color: #85E361;
}
</style>
border-color css
<style>
span { border-color: #85E361; }
span { border-color: rgb(133,227,97); }
td.TdClassName
{
border-color: #85E361;
}
.TagClassName
{
border-color: #85E361;
}
</style>