Shades of Mantis #85C36D
Tints of Mantis #85C36D
RGB
CMYK
RGB Variations
Color information
#85C36D (or 0x85C36D) is known color: Mantis. HEX triplet: 85, C3 and 6D. RGB value is (133,195,109). Sum of RGB (Red+Green+Blue) = 133+195+109=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #85C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C36D is #7A3C92. Grayscale: #A6A6A6. Windows color (decimal): -8010899 or 7193477. OLE color: 7193477.
HSL color Cylindrical-coordinate representation of color #85C36D: hue angle of 103.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C36D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 109 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.24 |
| HSL | 103.26º | 0.42% | 0.6% | - |
| HSV(B) | 103.26º | 0.44% | 0.76% | - |
| XYZ | 31.95 | 45.12 | 21.49 | - |
| YUV | 166.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 109 | 0.32 | 0 | 0.44 | 0.24 | 103.26 | 0.42 | 0.6 |
| Hex | 85 | C3 | 6D | 20 | 0 | 2C | 18 | 67 | 2A | 3C |
| Octal | 205 | 303 | 155 | 40 | 0 | 54 | 30 | 147 | 52 | 74 |
| Binary | 10000101 | 11000011 | 1101101 | 100000 | 0 | 101100 | 11000 | 1100111 | 101010 | 111100 |
Color Harmonies of #85C36D
Complementary color
Monochromatic Colors of #85C36D
Black with #85C36D
Text Example
Text Example
White with #85C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C36D; }
p { color: rgb(133,195,109); }
H1.HeaderClassName
{
color: #85C36D;
}
.AnyTagClassName
{
color: #85C36D;
}
</style>
background-color css
<style>
a { background-color: #85C36D; }
a { background-color: rgb(133,195,109); }
div.DivClassName
{
background-color: #85C36D;
}
.BgClassName
{
background-color: #85C36D;
}
</style>
border-color css
<style>
span { border-color: #85C36D; }
span { border-color: rgb(133,195,109); }
td.TdClassName
{
border-color: #85C36D;
}
.TagClassName
{
border-color: #85C36D;
}
</style>