Shades of Mantis #85CE49
Tints of Mantis #85CE49
RGB
CMYK
RGB Variations
Color information
#85CE49 (or 0x85CE49) is known color: Mantis. HEX triplet: 85, CE and 49. RGB value is (133,206,73). Sum of RGB (Red+Green+Blue) = 133+206+73=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE49 is #7A31B6. Grayscale: #A9A9A9. Windows color (decimal): -8008119 or 4836997. OLE color: 4836997.
HSL color Cylindrical-coordinate representation of color #85CE49: hue angle of 92.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85CE49 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 73 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.19 |
| HSL | 92.93º | 0.58% | 0.55% | - |
| HSV(B) | 92.93º | 0.65% | 0.81% | - |
| XYZ | 32.95 | 49.61 | 14.14 | - |
| YUV | 169.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 73 | 0.35 | 0 | 0.65 | 0.19 | 92.93 | 0.58 | 0.55 |
| Hex | 85 | CE | 49 | 23 | 0 | 41 | 13 | 5D | 3A | 37 |
| Octal | 205 | 316 | 111 | 43 | 0 | 101 | 23 | 135 | 72 | 67 |
| Binary | 10000101 | 11001110 | 1001001 | 100011 | 0 | 1000001 | 10011 | 1011101 | 111010 | 110111 |
Color Harmonies of #85CE49
Complementary color
Monochromatic Colors of #85CE49
Black with #85CE49
Text Example
Text Example
White with #85CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE49; }
p { color: rgb(133,206,73); }
H1.HeaderClassName
{
color: #85CE49;
}
.AnyTagClassName
{
color: #85CE49;
}
</style>
background-color css
<style>
a { background-color: #85CE49; }
a { background-color: rgb(133,206,73); }
div.DivClassName
{
background-color: #85CE49;
}
.BgClassName
{
background-color: #85CE49;
}
</style>
border-color css
<style>
span { border-color: #85CE49; }
span { border-color: rgb(133,206,73); }
td.TdClassName
{
border-color: #85CE49;
}
.TagClassName
{
border-color: #85CE49;
}
</style>