Shades of Mantis #85C95F
Tints of Mantis #85C95F
RGB
CMYK
RGB Variations
Color information
#85C95F (or 0x85C95F) is known color: Mantis. HEX triplet: 85, C9 and 5F. RGB value is (133,201,95). Sum of RGB (Red+Green+Blue) = 133+201+95=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #85C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C95F is #7A36A0. Grayscale: #A8A8A8. Windows color (decimal): -8009377 or 6277509. OLE color: 6277509.
HSL color Cylindrical-coordinate representation of color #85C95F: hue angle of 98.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85C95F is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 95 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.21 |
| HSL | 98.49º | 0.5% | 0.58% | - |
| HSV(B) | 98.49º | 0.53% | 0.79% | - |
| XYZ | 32.63 | 47.59 | 18.29 | - |
| YUV | 168.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 95 | 0.34 | 0 | 0.53 | 0.21 | 98.49 | 0.5 | 0.58 |
| Hex | 85 | C9 | 5F | 22 | 0 | 35 | 15 | 62 | 32 | 3A |
| Octal | 205 | 311 | 137 | 42 | 0 | 65 | 25 | 142 | 62 | 72 |
| Binary | 10000101 | 11001001 | 1011111 | 100010 | 0 | 110101 | 10101 | 1100010 | 110010 | 111010 |
Color Harmonies of #85C95F
Complementary color
Monochromatic Colors of #85C95F
Black with #85C95F
Text Example
Text Example
White with #85C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C95F; }
p { color: rgb(133,201,95); }
H1.HeaderClassName
{
color: #85C95F;
}
.AnyTagClassName
{
color: #85C95F;
}
</style>
background-color css
<style>
a { background-color: #85C95F; }
a { background-color: rgb(133,201,95); }
div.DivClassName
{
background-color: #85C95F;
}
.BgClassName
{
background-color: #85C95F;
}
</style>
border-color css
<style>
span { border-color: #85C95F; }
span { border-color: rgb(133,201,95); }
td.TdClassName
{
border-color: #85C95F;
}
.TagClassName
{
border-color: #85C95F;
}
</style>