Shades of Mantis #85E94C
Tints of Mantis #85E94C
RGB
CMYK
RGB Variations
Color information
#85E94C (or 0x85E94C) is known color: Mantis. HEX triplet: 85, E9 and 4C. RGB value is (133,233,76). Sum of RGB (Red+Green+Blue) = 133+233+76=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #85E94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E94C is #7A16B3. Grayscale: #B9B9B9. Windows color (decimal): -8001204 or 5040517. OLE color: 5040517.
HSL color Cylindrical-coordinate representation of color #85E94C: hue angle of 98.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E94C is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 76 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.09 |
| HSL | 98.22º | 0.78% | 0.61% | - |
| HSV(B) | 98.22º | 0.67% | 0.91% | - |
| XYZ | 40.12 | 63.79 | 17.04 | - |
| YUV | 185.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 76 | 0.43 | 0 | 0.67 | 0.09 | 98.22 | 0.78 | 0.61 |
| Hex | 85 | E9 | 4C | 2B | 0 | 43 | 9 | 62 | 4E | 3D |
| Octal | 205 | 351 | 114 | 53 | 0 | 103 | 11 | 142 | 116 | 75 |
| Binary | 10000101 | 11101001 | 1001100 | 101011 | 0 | 1000011 | 1001 | 1100010 | 1001110 | 111101 |
Color Harmonies of #85E94C
Complementary color
Monochromatic Colors of #85E94C
Black with #85E94C
Text Example
Text Example
White with #85E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E94C; }
p { color: rgb(133,233,76); }
H1.HeaderClassName
{
color: #85E94C;
}
.AnyTagClassName
{
color: #85E94C;
}
</style>
background-color css
<style>
a { background-color: #85E94C; }
a { background-color: rgb(133,233,76); }
div.DivClassName
{
background-color: #85E94C;
}
.BgClassName
{
background-color: #85E94C;
}
</style>
border-color css
<style>
span { border-color: #85E94C; }
span { border-color: rgb(133,233,76); }
td.TdClassName
{
border-color: #85E94C;
}
.TagClassName
{
border-color: #85E94C;
}
</style>