Shades of Mantis #85CB51
Tints of Mantis #85CB51
RGB
CMYK
RGB Variations
Color information
#85CB51 (or 0x85CB51) is known color: Mantis. HEX triplet: 85, CB and 51. RGB value is (133,203,81). Sum of RGB (Red+Green+Blue) = 133+203+81=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB51 is #7A34AE. Grayscale: #A8A8A8. Windows color (decimal): -8008879 or 5360517. OLE color: 5360517.
HSL color Cylindrical-coordinate representation of color #85CB51: hue angle of 94.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85CB51 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 81 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.20 |
| HSL | 94.43º | 0.54% | 0.56% | - |
| HSV(B) | 94.43º | 0.6% | 0.8% | - |
| XYZ | 32.51 | 48.29 | 15.39 | - |
| YUV | 168.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 81 | 0.34 | 0 | 0.60 | 0.20 | 94.43 | 0.54 | 0.56 |
| Hex | 85 | CB | 51 | 22 | 0 | 3C | 14 | 5E | 36 | 38 |
| Octal | 205 | 313 | 121 | 42 | 0 | 74 | 24 | 136 | 66 | 70 |
| Binary | 10000101 | 11001011 | 1010001 | 100010 | 0 | 111100 | 10100 | 1011110 | 110110 | 111000 |
Color Harmonies of #85CB51
Complementary color
Monochromatic Colors of #85CB51
Black with #85CB51
Text Example
Text Example
White with #85CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB51; }
p { color: rgb(133,203,81); }
H1.HeaderClassName
{
color: #85CB51;
}
.AnyTagClassName
{
color: #85CB51;
}
</style>
background-color css
<style>
a { background-color: #85CB51; }
a { background-color: rgb(133,203,81); }
div.DivClassName
{
background-color: #85CB51;
}
.BgClassName
{
background-color: #85CB51;
}
</style>
border-color css
<style>
span { border-color: #85CB51; }
span { border-color: rgb(133,203,81); }
td.TdClassName
{
border-color: #85CB51;
}
.TagClassName
{
border-color: #85CB51;
}
</style>