Shades of Mantis #85C74A
Tints of Mantis #85C74A
RGB
CMYK
RGB Variations
Color information
#85C74A (or 0x85C74A) is known color: Mantis. HEX triplet: 85, C7 and 4A. RGB value is (133,199,74). Sum of RGB (Red+Green+Blue) = 133+199+74=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #85C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C74A is #7A38B5. Grayscale: #A5A5A5. Windows color (decimal): -8009910 or 4900741. OLE color: 4900741.
HSL color Cylindrical-coordinate representation of color #85C74A: hue angle of 91.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85C74A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 74 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.22 |
| HSL | 91.68º | 0.53% | 0.54% | - |
| HSV(B) | 91.68º | 0.63% | 0.78% | - |
| XYZ | 31.33 | 46.33 | 13.77 | - |
| YUV | 165.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 74 | 0.33 | 0 | 0.63 | 0.22 | 91.68 | 0.53 | 0.54 |
| Hex | 85 | C7 | 4A | 21 | 0 | 3F | 16 | 5C | 35 | 36 |
| Octal | 205 | 307 | 112 | 41 | 0 | 77 | 26 | 134 | 65 | 66 |
| Binary | 10000101 | 11000111 | 1001010 | 100001 | 0 | 111111 | 10110 | 1011100 | 110101 | 110110 |
Color Harmonies of #85C74A
Complementary color
Monochromatic Colors of #85C74A
Black with #85C74A
Text Example
Text Example
White with #85C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C74A; }
p { color: rgb(133,199,74); }
H1.HeaderClassName
{
color: #85C74A;
}
.AnyTagClassName
{
color: #85C74A;
}
</style>
background-color css
<style>
a { background-color: #85C74A; }
a { background-color: rgb(133,199,74); }
div.DivClassName
{
background-color: #85C74A;
}
.BgClassName
{
background-color: #85C74A;
}
</style>
border-color css
<style>
span { border-color: #85C74A; }
span { border-color: rgb(133,199,74); }
td.TdClassName
{
border-color: #85C74A;
}
.TagClassName
{
border-color: #85C74A;
}
</style>