Shades of Mantis #85CB57
Tints of Mantis #85CB57
RGB
CMYK
RGB Variations
Color information
#85CB57 (or 0x85CB57) is known color: Mantis. HEX triplet: 85, CB and 57. RGB value is (133,203,87). Sum of RGB (Red+Green+Blue) = 133+203+87=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB57 is #7A34A8. Grayscale: #A9A9A9. Windows color (decimal): -8008873 or 5753733. OLE color: 5753733.
HSL color Cylindrical-coordinate representation of color #85CB57: hue angle of 96.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85CB57 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 87 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.20 |
| HSL | 96.21º | 0.53% | 0.57% | - |
| HSV(B) | 96.21º | 0.57% | 0.8% | - |
| XYZ | 32.75 | 48.39 | 16.63 | - |
| YUV | 168.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 87 | 0.34 | 0 | 0.57 | 0.20 | 96.21 | 0.53 | 0.57 |
| Hex | 85 | CB | 57 | 22 | 0 | 39 | 14 | 60 | 35 | 39 |
| Octal | 205 | 313 | 127 | 42 | 0 | 71 | 24 | 140 | 65 | 71 |
| Binary | 10000101 | 11001011 | 1010111 | 100010 | 0 | 111001 | 10100 | 1100000 | 110101 | 111001 |
Color Harmonies of #85CB57
Complementary color
Monochromatic Colors of #85CB57
Black with #85CB57
Text Example
Text Example
White with #85CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB57; }
p { color: rgb(133,203,87); }
H1.HeaderClassName
{
color: #85CB57;
}
.AnyTagClassName
{
color: #85CB57;
}
</style>
background-color css
<style>
a { background-color: #85CB57; }
a { background-color: rgb(133,203,87); }
div.DivClassName
{
background-color: #85CB57;
}
.BgClassName
{
background-color: #85CB57;
}
</style>
border-color css
<style>
span { border-color: #85CB57; }
span { border-color: rgb(133,203,87); }
td.TdClassName
{
border-color: #85CB57;
}
.TagClassName
{
border-color: #85CB57;
}
</style>