Shades of Mantis #85C946
Tints of Mantis #85C946
RGB
CMYK
RGB Variations
Color information
#85C946 (or 0x85C946) is known color: Mantis. HEX triplet: 85, C9 and 46. RGB value is (133,201,70). Sum of RGB (Red+Green+Blue) = 133+201+70=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #85C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C946 is #7A36B9. Grayscale: #A6A6A6. Windows color (decimal): -8009402 or 4639109. OLE color: 4639109.
HSL color Cylindrical-coordinate representation of color #85C946: hue angle of 91.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85C946 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 70 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.21 |
| HSL | 91.15º | 0.55% | 0.53% | - |
| HSV(B) | 91.15º | 0.65% | 0.79% | - |
| XYZ | 31.67 | 47.2 | 13.24 | - |
| YUV | 165.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 70 | 0.34 | 0 | 0.65 | 0.21 | 91.15 | 0.55 | 0.53 |
| Hex | 85 | C9 | 46 | 22 | 0 | 41 | 15 | 5B | 37 | 35 |
| Octal | 205 | 311 | 106 | 42 | 0 | 101 | 25 | 133 | 67 | 65 |
| Binary | 10000101 | 11001001 | 1000110 | 100010 | 0 | 1000001 | 10101 | 1011011 | 110111 | 110101 |
Color Harmonies of #85C946
Complementary color
Monochromatic Colors of #85C946
Black with #85C946
Text Example
Text Example
White with #85C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C946; }
p { color: rgb(133,201,70); }
H1.HeaderClassName
{
color: #85C946;
}
.AnyTagClassName
{
color: #85C946;
}
</style>
background-color css
<style>
a { background-color: #85C946; }
a { background-color: rgb(133,201,70); }
div.DivClassName
{
background-color: #85C946;
}
.BgClassName
{
background-color: #85C946;
}
</style>
border-color css
<style>
span { border-color: #85C946; }
span { border-color: rgb(133,201,70); }
td.TdClassName
{
border-color: #85C946;
}
.TagClassName
{
border-color: #85C946;
}
</style>