Shades of Mantis #85D856
Tints of Mantis #85D856
RGB
CMYK
RGB Variations
Color information
#85D856 (or 0x85D856) is known color: Mantis. HEX triplet: 85, D8 and 56. RGB value is (133,216,86). Sum of RGB (Red+Green+Blue) = 133+216+86=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #85D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D856 is #7A27A9. Grayscale: #B0B0B0. Windows color (decimal): -8005546 or 5691525. OLE color: 5691525.
HSL color Cylindrical-coordinate representation of color #85D856: hue angle of 98.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85D856 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 86 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.15 |
| HSL | 98.31º | 0.63% | 0.59% | - |
| HSV(B) | 98.31º | 0.6% | 0.85% | - |
| XYZ | 35.91 | 54.77 | 17.48 | - |
| YUV | 176.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 86 | 0.38 | 0 | 0.60 | 0.15 | 98.31 | 0.63 | 0.59 |
| Hex | 85 | D8 | 56 | 26 | 0 | 3C | F | 62 | 3E | 3B |
| Octal | 205 | 330 | 126 | 46 | 0 | 74 | 17 | 142 | 76 | 73 |
| Binary | 10000101 | 11011000 | 1010110 | 100110 | 0 | 111100 | 1111 | 1100010 | 111110 | 111011 |
Color Harmonies of #85D856
Complementary color
Monochromatic Colors of #85D856
Black with #85D856
Text Example
Text Example
White with #85D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D856; }
p { color: rgb(133,216,86); }
H1.HeaderClassName
{
color: #85D856;
}
.AnyTagClassName
{
color: #85D856;
}
</style>
background-color css
<style>
a { background-color: #85D856; }
a { background-color: rgb(133,216,86); }
div.DivClassName
{
background-color: #85D856;
}
.BgClassName
{
background-color: #85D856;
}
</style>
border-color css
<style>
span { border-color: #85D856; }
span { border-color: rgb(133,216,86); }
td.TdClassName
{
border-color: #85D856;
}
.TagClassName
{
border-color: #85D856;
}
</style>