Shades of Mantis #84DF52
Tints of Mantis #84DF52
RGB
CMYK
RGB Variations
Color information
#84DF52 (or 0x84DF52) is known color: Mantis. HEX triplet: 84, DF and 52. RGB value is (132,223,82). Sum of RGB (Red+Green+Blue) = 132+223+82=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DF52 is #7B20AD. Grayscale: #B4B4B4. Windows color (decimal): -8069294 or 5431172. OLE color: 5431172.
HSL color Cylindrical-coordinate representation of color #84DF52: hue angle of 98.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84DF52 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 82 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.13 |
| HSL | 98.72º | 0.69% | 0.6% | - |
| HSV(B) | 98.72º | 0.63% | 0.87% | - |
| XYZ | 37.43 | 58.29 | 17.26 | - |
| YUV | 179.72 | 72.85 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 82 | 0.41 | 0 | 0.63 | 0.13 | 98.72 | 0.69 | 0.6 |
| Hex | 84 | DF | 52 | 29 | 0 | 3F | D | 63 | 45 | 3C |
| Octal | 204 | 337 | 122 | 51 | 0 | 77 | 15 | 143 | 105 | 74 |
| Binary | 10000100 | 11011111 | 1010010 | 101001 | 0 | 111111 | 1101 | 1100011 | 1000101 | 111100 |
Color Harmonies of #84DF52
Complementary color
Monochromatic Colors of #84DF52
Black with #84DF52
Text Example
Text Example
White with #84DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF52; }
p { color: rgb(132,223,82); }
H1.HeaderClassName
{
color: #84DF52;
}
.AnyTagClassName
{
color: #84DF52;
}
</style>
background-color css
<style>
a { background-color: #84DF52; }
a { background-color: rgb(132,223,82); }
div.DivClassName
{
background-color: #84DF52;
}
.BgClassName
{
background-color: #84DF52;
}
</style>
border-color css
<style>
span { border-color: #84DF52; }
span { border-color: rgb(132,223,82); }
td.TdClassName
{
border-color: #84DF52;
}
.TagClassName
{
border-color: #84DF52;
}
</style>