Shades of Mantis #84C152
Tints of Mantis #84C152
RGB
CMYK
RGB Variations
Color information
#84C152 (or 0x84C152) is known color: Mantis. HEX triplet: 84, C1 and 52. RGB value is (132,193,82). Sum of RGB (Red+Green+Blue) = 132+193+82=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #84C152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C152 is #7B3EAD. Grayscale: #A2A2A2. Windows color (decimal): -8076974 or 5423492. OLE color: 5423492.
HSL color Cylindrical-coordinate representation of color #84C152: hue angle of 92.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84C152 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 82 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.24 |
| HSL | 92.97º | 0.47% | 0.54% | - |
| HSV(B) | 92.97º | 0.58% | 0.76% | - |
| XYZ | 30.11 | 43.65 | 14.82 | - |
| YUV | 162.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 82 | 0.32 | 0 | 0.58 | 0.24 | 92.97 | 0.47 | 0.54 |
| Hex | 84 | C1 | 52 | 20 | 0 | 3A | 18 | 5D | 2F | 36 |
| Octal | 204 | 301 | 122 | 40 | 0 | 72 | 30 | 135 | 57 | 66 |
| Binary | 10000100 | 11000001 | 1010010 | 100000 | 0 | 111010 | 11000 | 1011101 | 101111 | 110110 |
Color Harmonies of #84C152
Complementary color
Monochromatic Colors of #84C152
Black with #84C152
Text Example
Text Example
White with #84C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C152; }
p { color: rgb(132,193,82); }
H1.HeaderClassName
{
color: #84C152;
}
.AnyTagClassName
{
color: #84C152;
}
</style>
background-color css
<style>
a { background-color: #84C152; }
a { background-color: rgb(132,193,82); }
div.DivClassName
{
background-color: #84C152;
}
.BgClassName
{
background-color: #84C152;
}
</style>
border-color css
<style>
span { border-color: #84C152; }
span { border-color: rgb(132,193,82); }
td.TdClassName
{
border-color: #84C152;
}
.TagClassName
{
border-color: #84C152;
}
</style>