Shades of Mantis #85C34A
Tints of Mantis #85C34A
RGB
CMYK
RGB Variations
Color information
#85C34A (or 0x85C34A) is known color: Mantis. HEX triplet: 85, C3 and 4A. RGB value is (133,195,74). Sum of RGB (Red+Green+Blue) = 133+195+74=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #85C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C34A is #7A3CB5. Grayscale: #A3A3A3. Windows color (decimal): -8010934 or 4899717. OLE color: 4899717.
HSL color Cylindrical-coordinate representation of color #85C34A: hue angle of 90.74º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85C34A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 74 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.24 |
| HSL | 90.74º | 0.5% | 0.53% | - |
| HSV(B) | 90.74º | 0.62% | 0.76% | - |
| XYZ | 30.42 | 44.51 | 13.47 | - |
| YUV | 162.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 74 | 0.32 | 0 | 0.62 | 0.24 | 90.74 | 0.5 | 0.53 |
| Hex | 85 | C3 | 4A | 20 | 0 | 3E | 18 | 5B | 32 | 35 |
| Octal | 205 | 303 | 112 | 40 | 0 | 76 | 30 | 133 | 62 | 65 |
| Binary | 10000101 | 11000011 | 1001010 | 100000 | 0 | 111110 | 11000 | 1011011 | 110010 | 110101 |
Color Harmonies of #85C34A
Complementary color
Monochromatic Colors of #85C34A
Black with #85C34A
Text Example
Text Example
White with #85C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C34A; }
p { color: rgb(133,195,74); }
H1.HeaderClassName
{
color: #85C34A;
}
.AnyTagClassName
{
color: #85C34A;
}
</style>
background-color css
<style>
a { background-color: #85C34A; }
a { background-color: rgb(133,195,74); }
div.DivClassName
{
background-color: #85C34A;
}
.BgClassName
{
background-color: #85C34A;
}
</style>
border-color css
<style>
span { border-color: #85C34A; }
span { border-color: rgb(133,195,74); }
td.TdClassName
{
border-color: #85C34A;
}
.TagClassName
{
border-color: #85C34A;
}
</style>