Shades of Mantis #85C35F
Tints of Mantis #85C35F
RGB
CMYK
RGB Variations
Color information
#85C35F (or 0x85C35F) is known color: Mantis. HEX triplet: 85, C3 and 5F. RGB value is (133,195,95). Sum of RGB (Red+Green+Blue) = 133+195+95=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #85C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C35F is #7A3CA0. Grayscale: #A5A5A5. Windows color (decimal): -8010913 or 6275973. OLE color: 6275973.
HSL color Cylindrical-coordinate representation of color #85C35F: hue angle of 97.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85C35F is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 95 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.24 |
| HSL | 97.2º | 0.45% | 0.57% | - |
| HSV(B) | 97.2º | 0.51% | 0.76% | - |
| XYZ | 31.25 | 44.84 | 17.83 | - |
| YUV | 165.06 | 88.46 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 95 | 0.32 | 0 | 0.51 | 0.24 | 97.2 | 0.45 | 0.57 |
| Hex | 85 | C3 | 5F | 20 | 0 | 33 | 18 | 61 | 2D | 39 |
| Octal | 205 | 303 | 137 | 40 | 0 | 63 | 30 | 141 | 55 | 71 |
| Binary | 10000101 | 11000011 | 1011111 | 100000 | 0 | 110011 | 11000 | 1100001 | 101101 | 111001 |
Color Harmonies of #85C35F
Complementary color
Monochromatic Colors of #85C35F
Black with #85C35F
Text Example
Text Example
White with #85C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C35F; }
p { color: rgb(133,195,95); }
H1.HeaderClassName
{
color: #85C35F;
}
.AnyTagClassName
{
color: #85C35F;
}
</style>
background-color css
<style>
a { background-color: #85C35F; }
a { background-color: rgb(133,195,95); }
div.DivClassName
{
background-color: #85C35F;
}
.BgClassName
{
background-color: #85C35F;
}
</style>
border-color css
<style>
span { border-color: #85C35F; }
span { border-color: rgb(133,195,95); }
td.TdClassName
{
border-color: #85C35F;
}
.TagClassName
{
border-color: #85C35F;
}
</style>