Shades of Mantis #85E351
Tints of Mantis #85E351
RGB
CMYK
RGB Variations
Color information
#85E351 (or 0x85E351) is known color: Mantis. HEX triplet: 85, E3 and 51. RGB value is (133,227,81). Sum of RGB (Red+Green+Blue) = 133+227+81=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #85E351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E351 is #7A1CAE. Grayscale: #B6B6B6. Windows color (decimal): -8002735 or 5366661. OLE color: 5366661.
HSL color Cylindrical-coordinate representation of color #85E351: hue angle of 98.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85E351 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 81 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.11 |
| HSL | 98.63º | 0.72% | 0.6% | - |
| HSV(B) | 98.63º | 0.64% | 0.89% | - |
| XYZ | 38.63 | 60.52 | 17.43 | - |
| YUV | 182.25 | 70.86 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 81 | 0.41 | 0 | 0.64 | 0.11 | 98.63 | 0.72 | 0.6 |
| Hex | 85 | E3 | 51 | 29 | 0 | 40 | B | 63 | 48 | 3C |
| Octal | 205 | 343 | 121 | 51 | 0 | 100 | 13 | 143 | 110 | 74 |
| Binary | 10000101 | 11100011 | 1010001 | 101001 | 0 | 1000000 | 1011 | 1100011 | 1001000 | 111100 |
Color Harmonies of #85E351
Complementary color
Monochromatic Colors of #85E351
Black with #85E351
Text Example
Text Example
White with #85E351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E351; }
p { color: rgb(133,227,81); }
H1.HeaderClassName
{
color: #85E351;
}
.AnyTagClassName
{
color: #85E351;
}
</style>
background-color css
<style>
a { background-color: #85E351; }
a { background-color: rgb(133,227,81); }
div.DivClassName
{
background-color: #85E351;
}
.BgClassName
{
background-color: #85E351;
}
</style>
border-color css
<style>
span { border-color: #85E351; }
span { border-color: rgb(133,227,81); }
td.TdClassName
{
border-color: #85E351;
}
.TagClassName
{
border-color: #85E351;
}
</style>