Shades of Mantis #85C24A
Tints of Mantis #85C24A
RGB
CMYK
RGB Variations
Color information
#85C24A (or 0x85C24A) is known color: Mantis. HEX triplet: 85, C2 and 4A. RGB value is (133,194,74). Sum of RGB (Red+Green+Blue) = 133+194+74=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #85C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C24A is #7A3DB5. Grayscale: #A2A2A2. Windows color (decimal): -8011190 or 4899461. OLE color: 4899461.
HSL color Cylindrical-coordinate representation of color #85C24A: hue angle of 90.5º 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 #85C24A is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 74 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.24 |
| HSL | 90.5º | 0.5% | 0.53% | - |
| HSV(B) | 90.5º | 0.62% | 0.76% | - |
| XYZ | 30.2 | 44.06 | 13.39 | - |
| YUV | 162.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 74 | 0.31 | 0 | 0.62 | 0.24 | 90.5 | 0.5 | 0.53 |
| Hex | 85 | C2 | 4A | 1F | 0 | 3E | 18 | 5A | 32 | 35 |
| Octal | 205 | 302 | 112 | 37 | 0 | 76 | 30 | 132 | 62 | 65 |
| Binary | 10000101 | 11000010 | 1001010 | 11111 | 0 | 111110 | 11000 | 1011010 | 110010 | 110101 |
Color Harmonies of #85C24A
Complementary color
Monochromatic Colors of #85C24A
Black with #85C24A
Text Example
Text Example
White with #85C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C24A; }
p { color: rgb(133,194,74); }
H1.HeaderClassName
{
color: #85C24A;
}
.AnyTagClassName
{
color: #85C24A;
}
</style>
background-color css
<style>
a { background-color: #85C24A; }
a { background-color: rgb(133,194,74); }
div.DivClassName
{
background-color: #85C24A;
}
.BgClassName
{
background-color: #85C24A;
}
</style>
border-color css
<style>
span { border-color: #85C24A; }
span { border-color: rgb(133,194,74); }
td.TdClassName
{
border-color: #85C24A;
}
.TagClassName
{
border-color: #85C24A;
}
</style>