Shades of Mantis #84C84D
Tints of Mantis #84C84D
RGB
CMYK
RGB Variations
Color information
#84C84D (or 0x84C84D) is known color: Mantis. HEX triplet: 84, C8 and 4D. RGB value is (132,200,77). Sum of RGB (Red+Green+Blue) = 132+200+77=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #84C84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C84D is #7B37B2. Grayscale: #A6A6A6. Windows color (decimal): -8075187 or 5097604. OLE color: 5097604.
HSL color Cylindrical-coordinate representation of color #84C84D: hue angle of 93.17º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84C84D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 77 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.22 |
| HSL | 93.17º | 0.53% | 0.54% | - |
| HSV(B) | 93.17º | 0.62% | 0.78% | - |
| XYZ | 31.51 | 46.75 | 14.38 | - |
| YUV | 165.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 77 | 0.34 | 0 | 0.62 | 0.22 | 93.17 | 0.53 | 0.54 |
| Hex | 84 | C8 | 4D | 22 | 0 | 3E | 16 | 5D | 35 | 36 |
| Octal | 204 | 310 | 115 | 42 | 0 | 76 | 26 | 135 | 65 | 66 |
| Binary | 10000100 | 11001000 | 1001101 | 100010 | 0 | 111110 | 10110 | 1011101 | 110101 | 110110 |
Color Harmonies of #84C84D
Complementary color
Monochromatic Colors of #84C84D
Black with #84C84D
Text Example
Text Example
White with #84C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C84D; }
p { color: rgb(132,200,77); }
H1.HeaderClassName
{
color: #84C84D;
}
.AnyTagClassName
{
color: #84C84D;
}
</style>
background-color css
<style>
a { background-color: #84C84D; }
a { background-color: rgb(132,200,77); }
div.DivClassName
{
background-color: #84C84D;
}
.BgClassName
{
background-color: #84C84D;
}
</style>
border-color css
<style>
span { border-color: #84C84D; }
span { border-color: rgb(132,200,77); }
td.TdClassName
{
border-color: #84C84D;
}
.TagClassName
{
border-color: #84C84D;
}
</style>