Shades of Mantis #84C84A
Tints of Mantis #84C84A
RGB
CMYK
RGB Variations
Color information
#84C84A (or 0x84C84A) is known color: Mantis. HEX triplet: 84, C8 and 4A. RGB value is (132,200,74). Sum of RGB (Red+Green+Blue) = 132+200+74=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #84C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C84A is #7B37B5. Grayscale: #A5A5A5. Windows color (decimal): -8075190 or 4900996. OLE color: 4900996.
HSL color Cylindrical-coordinate representation of color #84C84A: hue angle of 92.38º 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 #84C84A is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 74 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.22 |
| HSL | 92.38º | 0.53% | 0.54% | - |
| HSV(B) | 92.38º | 0.63% | 0.78% | - |
| XYZ | 31.41 | 46.71 | 13.84 | - |
| YUV | 165.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 74 | 0.34 | 0 | 0.63 | 0.22 | 92.38 | 0.53 | 0.54 |
| Hex | 84 | C8 | 4A | 22 | 0 | 3F | 16 | 5C | 35 | 36 |
| Octal | 204 | 310 | 112 | 42 | 0 | 77 | 26 | 134 | 65 | 66 |
| Binary | 10000100 | 11001000 | 1001010 | 100010 | 0 | 111111 | 10110 | 1011100 | 110101 | 110110 |
Color Harmonies of #84C84A
Complementary color
Monochromatic Colors of #84C84A
Black with #84C84A
Text Example
Text Example
White with #84C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C84A; }
p { color: rgb(132,200,74); }
H1.HeaderClassName
{
color: #84C84A;
}
.AnyTagClassName
{
color: #84C84A;
}
</style>
background-color css
<style>
a { background-color: #84C84A; }
a { background-color: rgb(132,200,74); }
div.DivClassName
{
background-color: #84C84A;
}
.BgClassName
{
background-color: #84C84A;
}
</style>
border-color css
<style>
span { border-color: #84C84A; }
span { border-color: rgb(132,200,74); }
td.TdClassName
{
border-color: #84C84A;
}
.TagClassName
{
border-color: #84C84A;
}
</style>