Shades of Mantis #85C94D
Tints of Mantis #85C94D
RGB
CMYK
RGB Variations
Color information
#85C94D (or 0x85C94D) is known color: Mantis. HEX triplet: 85, C9 and 4D. RGB value is (133,201,77). Sum of RGB (Red+Green+Blue) = 133+201+77=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #85C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C94D is #7A36B2. Grayscale: #A6A6A6. Windows color (decimal): -8009395 or 5097861. OLE color: 5097861.
HSL color Cylindrical-coordinate representation of color #85C94D: hue angle of 92.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85C94D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 77 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.21 |
| HSL | 92.9º | 0.53% | 0.55% | - |
| HSV(B) | 92.9º | 0.62% | 0.79% | - |
| XYZ | 31.9 | 47.3 | 14.47 | - |
| YUV | 166.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 77 | 0.34 | 0 | 0.62 | 0.21 | 92.9 | 0.53 | 0.55 |
| Hex | 85 | C9 | 4D | 22 | 0 | 3E | 15 | 5D | 35 | 37 |
| Octal | 205 | 311 | 115 | 42 | 0 | 76 | 25 | 135 | 65 | 67 |
| Binary | 10000101 | 11001001 | 1001101 | 100010 | 0 | 111110 | 10101 | 1011101 | 110101 | 110111 |
Color Harmonies of #85C94D
Complementary color
Monochromatic Colors of #85C94D
Black with #85C94D
Text Example
Text Example
White with #85C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C94D; }
p { color: rgb(133,201,77); }
H1.HeaderClassName
{
color: #85C94D;
}
.AnyTagClassName
{
color: #85C94D;
}
</style>
background-color css
<style>
a { background-color: #85C94D; }
a { background-color: rgb(133,201,77); }
div.DivClassName
{
background-color: #85C94D;
}
.BgClassName
{
background-color: #85C94D;
}
</style>
border-color css
<style>
span { border-color: #85C94D; }
span { border-color: rgb(133,201,77); }
td.TdClassName
{
border-color: #85C94D;
}
.TagClassName
{
border-color: #85C94D;
}
</style>