Shades of Mantis #85EC54
Tints of Mantis #85EC54
RGB
CMYK
RGB Variations
Color information
#85EC54 (or 0x85EC54) is known color: Mantis. HEX triplet: 85, EC and 54. RGB value is (133,236,84). Sum of RGB (Red+Green+Blue) = 133+236+84=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC54 is #7A13AB. Grayscale: #BCBCBC. Windows color (decimal): -8000428 or 5565573. OLE color: 5565573.
HSL color Cylindrical-coordinate representation of color #85EC54: hue angle of 100.66º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85EC54 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 84 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.07 |
| HSL | 100.66º | 0.8% | 0.63% | - |
| HSV(B) | 100.66º | 0.64% | 0.93% | - |
| XYZ | 41.27 | 65.62 | 18.88 | - |
| YUV | 187.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 84 | 0.44 | 0 | 0.64 | 0.07 | 100.66 | 0.8 | 0.63 |
| Hex | 85 | EC | 54 | 2C | 0 | 40 | 7 | 65 | 50 | 3F |
| Octal | 205 | 354 | 124 | 54 | 0 | 100 | 7 | 145 | 120 | 77 |
| Binary | 10000101 | 11101100 | 1010100 | 101100 | 0 | 1000000 | 111 | 1100101 | 1010000 | 111111 |
Color Harmonies of #85EC54
Complementary color
Monochromatic Colors of #85EC54
Black with #85EC54
Text Example
Text Example
White with #85EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC54; }
p { color: rgb(133,236,84); }
H1.HeaderClassName
{
color: #85EC54;
}
.AnyTagClassName
{
color: #85EC54;
}
</style>
background-color css
<style>
a { background-color: #85EC54; }
a { background-color: rgb(133,236,84); }
div.DivClassName
{
background-color: #85EC54;
}
.BgClassName
{
background-color: #85EC54;
}
</style>
border-color css
<style>
span { border-color: #85EC54; }
span { border-color: rgb(133,236,84); }
td.TdClassName
{
border-color: #85EC54;
}
.TagClassName
{
border-color: #85EC54;
}
</style>