Shades of Mantis #85CA53
Tints of Mantis #85CA53
RGB
CMYK
RGB Variations
Color information
#85CA53 (or 0x85CA53) is known color: Mantis. HEX triplet: 85, CA and 53. RGB value is (133,202,83). Sum of RGB (Red+Green+Blue) = 133+202+83=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA53 is #7A35AC. Grayscale: #A8A8A8. Windows color (decimal): -8009133 or 5491333. OLE color: 5491333.
HSL color Cylindrical-coordinate representation of color #85CA53: hue angle of 94.79º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85CA53 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 83 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.21 |
| HSL | 94.79º | 0.53% | 0.56% | - |
| HSV(B) | 94.79º | 0.59% | 0.79% | - |
| XYZ | 32.35 | 47.85 | 15.71 | - |
| YUV | 167.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 83 | 0.34 | 0 | 0.59 | 0.21 | 94.79 | 0.53 | 0.56 |
| Hex | 85 | CA | 53 | 22 | 0 | 3B | 15 | 5F | 35 | 38 |
| Octal | 205 | 312 | 123 | 42 | 0 | 73 | 25 | 137 | 65 | 70 |
| Binary | 10000101 | 11001010 | 1010011 | 100010 | 0 | 111011 | 10101 | 1011111 | 110101 | 111000 |
Color Harmonies of #85CA53
Complementary color
Monochromatic Colors of #85CA53
Black with #85CA53
Text Example
Text Example
White with #85CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA53; }
p { color: rgb(133,202,83); }
H1.HeaderClassName
{
color: #85CA53;
}
.AnyTagClassName
{
color: #85CA53;
}
</style>
background-color css
<style>
a { background-color: #85CA53; }
a { background-color: rgb(133,202,83); }
div.DivClassName
{
background-color: #85CA53;
}
.BgClassName
{
background-color: #85CA53;
}
</style>
border-color css
<style>
span { border-color: #85CA53; }
span { border-color: rgb(133,202,83); }
td.TdClassName
{
border-color: #85CA53;
}
.TagClassName
{
border-color: #85CA53;
}
</style>