Shades of Mantis #85D24C
Tints of Mantis #85D24C
RGB
CMYK
RGB Variations
Color information
#85D24C (or 0x85D24C) is known color: Mantis. HEX triplet: 85, D2 and 4C. RGB value is (133,210,76). Sum of RGB (Red+Green+Blue) = 133+210+76=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #85D24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D24C is #7A2DB3. Grayscale: #ACACAC. Windows color (decimal): -8007092 or 5034629. OLE color: 5034629.
HSL color Cylindrical-coordinate representation of color #85D24C: hue angle of 94.48º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85D24C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 76 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.18 |
| HSL | 94.48º | 0.6% | 0.56% | - |
| HSV(B) | 94.48º | 0.64% | 0.82% | - |
| XYZ | 34.02 | 51.6 | 15 | - |
| YUV | 171.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 76 | 0.37 | 0 | 0.64 | 0.18 | 94.48 | 0.6 | 0.56 |
| Hex | 85 | D2 | 4C | 25 | 0 | 40 | 12 | 5E | 3C | 38 |
| Octal | 205 | 322 | 114 | 45 | 0 | 100 | 22 | 136 | 74 | 70 |
| Binary | 10000101 | 11010010 | 1001100 | 100101 | 0 | 1000000 | 10010 | 1011110 | 111100 | 111000 |
Color Harmonies of #85D24C
Complementary color
Monochromatic Colors of #85D24C
Black with #85D24C
Text Example
Text Example
White with #85D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D24C; }
p { color: rgb(133,210,76); }
H1.HeaderClassName
{
color: #85D24C;
}
.AnyTagClassName
{
color: #85D24C;
}
</style>
background-color css
<style>
a { background-color: #85D24C; }
a { background-color: rgb(133,210,76); }
div.DivClassName
{
background-color: #85D24C;
}
.BgClassName
{
background-color: #85D24C;
}
</style>
border-color css
<style>
span { border-color: #85D24C; }
span { border-color: rgb(133,210,76); }
td.TdClassName
{
border-color: #85D24C;
}
.TagClassName
{
border-color: #85D24C;
}
</style>