Shades of Mantis #85C053
Tints of Mantis #85C053
RGB
CMYK
RGB Variations
Color information
#85C053 (or 0x85C053) is known color: Mantis. HEX triplet: 85, C0 and 53. RGB value is (133,192,83). Sum of RGB (Red+Green+Blue) = 133+192+83=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #85C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C053 is #7A3FAC. Grayscale: #A2A2A2. Windows color (decimal): -8011693 or 5488773. OLE color: 5488773.
HSL color Cylindrical-coordinate representation of color #85C053: hue angle of 92.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85C053 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 83 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.25 |
| HSL | 92.48º | 0.46% | 0.54% | - |
| HSV(B) | 92.48º | 0.57% | 0.75% | - |
| XYZ | 30.08 | 43.31 | 14.96 | - |
| YUV | 161.93 | 83.45 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 83 | 0.31 | 0 | 0.57 | 0.25 | 92.48 | 0.46 | 0.54 |
| Hex | 85 | C0 | 53 | 1F | 0 | 39 | 19 | 5C | 2E | 36 |
| Octal | 205 | 300 | 123 | 37 | 0 | 71 | 31 | 134 | 56 | 66 |
| Binary | 10000101 | 11000000 | 1010011 | 11111 | 0 | 111001 | 11001 | 1011100 | 101110 | 110110 |
Color Harmonies of #85C053
Complementary color
Monochromatic Colors of #85C053
Black with #85C053
Text Example
Text Example
White with #85C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C053; }
p { color: rgb(133,192,83); }
H1.HeaderClassName
{
color: #85C053;
}
.AnyTagClassName
{
color: #85C053;
}
</style>
background-color css
<style>
a { background-color: #85C053; }
a { background-color: rgb(133,192,83); }
div.DivClassName
{
background-color: #85C053;
}
.BgClassName
{
background-color: #85C053;
}
</style>
border-color css
<style>
span { border-color: #85C053; }
span { border-color: rgb(133,192,83); }
td.TdClassName
{
border-color: #85C053;
}
.TagClassName
{
border-color: #85C053;
}
</style>