Shades of Mantis #85D656
Tints of Mantis #85D656
RGB
CMYK
RGB Variations
Color information
#85D656 (or 0x85D656) is known color: Mantis. HEX triplet: 85, D6 and 56. RGB value is (133,214,86). Sum of RGB (Red+Green+Blue) = 133+214+86=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #85D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D656 is #7A29A9. Grayscale: #AFAFAF. Windows color (decimal): -8006058 or 5691013. OLE color: 5691013.
HSL color Cylindrical-coordinate representation of color #85D656: hue angle of 97.97º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85D656 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 86 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.16 |
| HSL | 97.97º | 0.61% | 0.59% | - |
| HSV(B) | 97.97º | 0.6% | 0.84% | - |
| XYZ | 35.4 | 53.75 | 17.31 | - |
| YUV | 175.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 86 | 0.38 | 0 | 0.60 | 0.16 | 97.97 | 0.61 | 0.59 |
| Hex | 85 | D6 | 56 | 26 | 0 | 3C | 10 | 62 | 3D | 3B |
| Octal | 205 | 326 | 126 | 46 | 0 | 74 | 20 | 142 | 75 | 73 |
| Binary | 10000101 | 11010110 | 1010110 | 100110 | 0 | 111100 | 10000 | 1100010 | 111101 | 111011 |
Color Harmonies of #85D656
Complementary color
Monochromatic Colors of #85D656
Black with #85D656
Text Example
Text Example
White with #85D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D656; }
p { color: rgb(133,214,86); }
H1.HeaderClassName
{
color: #85D656;
}
.AnyTagClassName
{
color: #85D656;
}
</style>
background-color css
<style>
a { background-color: #85D656; }
a { background-color: rgb(133,214,86); }
div.DivClassName
{
background-color: #85D656;
}
.BgClassName
{
background-color: #85D656;
}
</style>
border-color css
<style>
span { border-color: #85D656; }
span { border-color: rgb(133,214,86); }
td.TdClassName
{
border-color: #85D656;
}
.TagClassName
{
border-color: #85D656;
}
</style>