Shades of Mantis #84D24C
Tints of Mantis #84D24C
RGB
CMYK
RGB Variations
Color information
#84D24C (or 0x84D24C) is known color: Mantis. HEX triplet: 84, D2 and 4C. RGB value is (132,210,76). Sum of RGB (Red+Green+Blue) = 132+210+76=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #84D24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D24C is #7B2DB3. Grayscale: #ABABAB. Windows color (decimal): -8072628 or 5034628. OLE color: 5034628.
HSL color Cylindrical-coordinate representation of color #84D24C: hue angle of 94.93º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84D24C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 76 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.18 |
| HSL | 94.93º | 0.6% | 0.56% | - |
| HSV(B) | 94.93º | 0.64% | 0.82% | - |
| XYZ | 33.87 | 51.52 | 15 | - |
| YUV | 171.4 | 74.16 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 76 | 0.37 | 0 | 0.64 | 0.18 | 94.93 | 0.6 | 0.56 |
| Hex | 84 | D2 | 4C | 25 | 0 | 40 | 12 | 5F | 3C | 38 |
| Octal | 204 | 322 | 114 | 45 | 0 | 100 | 22 | 137 | 74 | 70 |
| Binary | 10000100 | 11010010 | 1001100 | 100101 | 0 | 1000000 | 10010 | 1011111 | 111100 | 111000 |
Color Harmonies of #84D24C
Complementary color
Monochromatic Colors of #84D24C
Black with #84D24C
Text Example
Text Example
White with #84D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D24C; }
p { color: rgb(132,210,76); }
H1.HeaderClassName
{
color: #84D24C;
}
.AnyTagClassName
{
color: #84D24C;
}
</style>
background-color css
<style>
a { background-color: #84D24C; }
a { background-color: rgb(132,210,76); }
div.DivClassName
{
background-color: #84D24C;
}
.BgClassName
{
background-color: #84D24C;
}
</style>
border-color css
<style>
span { border-color: #84D24C; }
span { border-color: rgb(132,210,76); }
td.TdClassName
{
border-color: #84D24C;
}
.TagClassName
{
border-color: #84D24C;
}
</style>