Shades of Mantis #85ED4C
Tints of Mantis #85ED4C
RGB
CMYK
RGB Variations
Color information
#85ED4C (or 0x85ED4C) is known color: Mantis. HEX triplet: 85, ED and 4C. RGB value is (133,237,76). Sum of RGB (Red+Green+Blue) = 133+237+76=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85ED4C is #7A12B3. Grayscale: #BCBCBC. Windows color (decimal): -8000180 or 5041541. OLE color: 5041541.
HSL color Cylindrical-coordinate representation of color #85ED4C: hue angle of 98.76º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85ED4C is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 76 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.07 |
| HSL | 98.76º | 0.82% | 0.61% | - |
| HSV(B) | 98.76º | 0.68% | 0.93% | - |
| XYZ | 41.26 | 66.08 | 17.42 | - |
| YUV | 187.55 | 65.04 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 76 | 0.44 | 0 | 0.68 | 0.07 | 98.76 | 0.82 | 0.61 |
| Hex | 85 | ED | 4C | 2C | 0 | 44 | 7 | 63 | 52 | 3D |
| Octal | 205 | 355 | 114 | 54 | 0 | 104 | 7 | 143 | 122 | 75 |
| Binary | 10000101 | 11101101 | 1001100 | 101100 | 0 | 1000100 | 111 | 1100011 | 1010010 | 111101 |
Color Harmonies of #85ED4C
Complementary color
Monochromatic Colors of #85ED4C
Black with #85ED4C
Text Example
Text Example
White with #85ED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED4C; }
p { color: rgb(133,237,76); }
H1.HeaderClassName
{
color: #85ED4C;
}
.AnyTagClassName
{
color: #85ED4C;
}
</style>
background-color css
<style>
a { background-color: #85ED4C; }
a { background-color: rgb(133,237,76); }
div.DivClassName
{
background-color: #85ED4C;
}
.BgClassName
{
background-color: #85ED4C;
}
</style>
border-color css
<style>
span { border-color: #85ED4C; }
span { border-color: rgb(133,237,76); }
td.TdClassName
{
border-color: #85ED4C;
}
.TagClassName
{
border-color: #85ED4C;
}
</style>