Shades of Mantis #85CF56
Tints of Mantis #85CF56
RGB
CMYK
RGB Variations
Color information
#85CF56 (or 0x85CF56) is known color: Mantis. HEX triplet: 85, CF and 56. RGB value is (133,207,86). Sum of RGB (Red+Green+Blue) = 133+207+86=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF56 is #7A30A9. Grayscale: #ABABAB. Windows color (decimal): -8007850 or 5689221. OLE color: 5689221.
HSL color Cylindrical-coordinate representation of color #85CF56: hue angle of 96.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85CF56 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 86 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.19 |
| HSL | 96.69º | 0.56% | 0.57% | - |
| HSV(B) | 96.69º | 0.58% | 0.81% | - |
| XYZ | 33.67 | 50.28 | 16.74 | - |
| YUV | 171.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 86 | 0.36 | 0 | 0.58 | 0.19 | 96.69 | 0.56 | 0.57 |
| Hex | 85 | CF | 56 | 24 | 0 | 3A | 13 | 61 | 38 | 39 |
| Octal | 205 | 317 | 126 | 44 | 0 | 72 | 23 | 141 | 70 | 71 |
| Binary | 10000101 | 11001111 | 1010110 | 100100 | 0 | 111010 | 10011 | 1100001 | 111000 | 111001 |
Color Harmonies of #85CF56
Complementary color
Monochromatic Colors of #85CF56
Black with #85CF56
Text Example
Text Example
White with #85CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF56; }
p { color: rgb(133,207,86); }
H1.HeaderClassName
{
color: #85CF56;
}
.AnyTagClassName
{
color: #85CF56;
}
</style>
background-color css
<style>
a { background-color: #85CF56; }
a { background-color: rgb(133,207,86); }
div.DivClassName
{
background-color: #85CF56;
}
.BgClassName
{
background-color: #85CF56;
}
</style>
border-color css
<style>
span { border-color: #85CF56; }
span { border-color: rgb(133,207,86); }
td.TdClassName
{
border-color: #85CF56;
}
.TagClassName
{
border-color: #85CF56;
}
</style>