Shades of Mantis #85C354
Tints of Mantis #85C354
RGB
CMYK
RGB Variations
Color information
#85C354 (or 0x85C354) is known color: Mantis. HEX triplet: 85, C3 and 54. RGB value is (133,195,84). Sum of RGB (Red+Green+Blue) = 133+195+84=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #85C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C354 is #7A3CAB. Grayscale: #A4A4A4. Windows color (decimal): -8010924 or 5555077. OLE color: 5555077.
HSL color Cylindrical-coordinate representation of color #85C354: hue angle of 93.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85C354 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 84 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.24 |
| HSL | 93.51º | 0.48% | 0.55% | - |
| HSV(B) | 93.51º | 0.57% | 0.76% | - |
| XYZ | 30.79 | 44.66 | 15.38 | - |
| YUV | 163.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 84 | 0.32 | 0 | 0.57 | 0.24 | 93.51 | 0.48 | 0.55 |
| Hex | 85 | C3 | 54 | 20 | 0 | 39 | 18 | 5E | 30 | 37 |
| Octal | 205 | 303 | 124 | 40 | 0 | 71 | 30 | 136 | 60 | 67 |
| Binary | 10000101 | 11000011 | 1010100 | 100000 | 0 | 111001 | 11000 | 1011110 | 110000 | 110111 |
Color Harmonies of #85C354
Complementary color
Monochromatic Colors of #85C354
Black with #85C354
Text Example
Text Example
White with #85C354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C354; }
p { color: rgb(133,195,84); }
H1.HeaderClassName
{
color: #85C354;
}
.AnyTagClassName
{
color: #85C354;
}
</style>
background-color css
<style>
a { background-color: #85C354; }
a { background-color: rgb(133,195,84); }
div.DivClassName
{
background-color: #85C354;
}
.BgClassName
{
background-color: #85C354;
}
</style>
border-color css
<style>
span { border-color: #85C354; }
span { border-color: rgb(133,195,84); }
td.TdClassName
{
border-color: #85C354;
}
.TagClassName
{
border-color: #85C354;
}
</style>