Shades of Mantis #85C94A
Tints of Mantis #85C94A
RGB
CMYK
RGB Variations
Color information
#85C94A (or 0x85C94A) is known color: Mantis. HEX triplet: 85, C9 and 4A. RGB value is (133,201,74). Sum of RGB (Red+Green+Blue) = 133+201+74=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #85C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C94A is #7A36B5. Grayscale: #A6A6A6. Windows color (decimal): -8009398 or 4901253. OLE color: 4901253.
HSL color Cylindrical-coordinate representation of color #85C94A: hue angle of 92.13º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85C94A is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 74 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.21 |
| HSL | 92.13º | 0.54% | 0.54% | - |
| HSV(B) | 92.13º | 0.63% | 0.79% | - |
| XYZ | 31.8 | 47.25 | 13.92 | - |
| YUV | 166.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 74 | 0.34 | 0 | 0.63 | 0.21 | 92.13 | 0.54 | 0.54 |
| Hex | 85 | C9 | 4A | 22 | 0 | 3F | 15 | 5C | 36 | 36 |
| Octal | 205 | 311 | 112 | 42 | 0 | 77 | 25 | 134 | 66 | 66 |
| Binary | 10000101 | 11001001 | 1001010 | 100010 | 0 | 111111 | 10101 | 1011100 | 110110 | 110110 |
Color Harmonies of #85C94A
Complementary color
Monochromatic Colors of #85C94A
Black with #85C94A
Text Example
Text Example
White with #85C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C94A; }
p { color: rgb(133,201,74); }
H1.HeaderClassName
{
color: #85C94A;
}
.AnyTagClassName
{
color: #85C94A;
}
</style>
background-color css
<style>
a { background-color: #85C94A; }
a { background-color: rgb(133,201,74); }
div.DivClassName
{
background-color: #85C94A;
}
.BgClassName
{
background-color: #85C94A;
}
</style>
border-color css
<style>
span { border-color: #85C94A; }
span { border-color: rgb(133,201,74); }
td.TdClassName
{
border-color: #85C94A;
}
.TagClassName
{
border-color: #85C94A;
}
</style>