Shades of Mantis #84C055
Tints of Mantis #84C055
RGB
CMYK
RGB Variations
Color information
#84C055 (or 0x84C055) is known color: Mantis. HEX triplet: 84, C0 and 55. RGB value is (132,192,85). Sum of RGB (Red+Green+Blue) = 132+192+85=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #84C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C055 is #7B3FAA. Grayscale: #A2A2A2. Windows color (decimal): -8077227 or 5619844. OLE color: 5619844.
HSL color Cylindrical-coordinate representation of color #84C055: hue angle of 93.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84C055 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 85 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.25 |
| HSL | 93.64º | 0.46% | 0.54% | - |
| HSV(B) | 93.64º | 0.56% | 0.75% | - |
| XYZ | 30.01 | 43.26 | 15.36 | - |
| YUV | 161.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 85 | 0.31 | 0 | 0.56 | 0.25 | 93.64 | 0.46 | 0.54 |
| Hex | 84 | C0 | 55 | 1F | 0 | 38 | 19 | 5E | 2E | 36 |
| Octal | 204 | 300 | 125 | 37 | 0 | 70 | 31 | 136 | 56 | 66 |
| Binary | 10000100 | 11000000 | 1010101 | 11111 | 0 | 111000 | 11001 | 1011110 | 101110 | 110110 |
Color Harmonies of #84C055
Complementary color
Monochromatic Colors of #84C055
Black with #84C055
Text Example
Text Example
White with #84C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C055; }
p { color: rgb(132,192,85); }
H1.HeaderClassName
{
color: #84C055;
}
.AnyTagClassName
{
color: #84C055;
}
</style>
background-color css
<style>
a { background-color: #84C055; }
a { background-color: rgb(132,192,85); }
div.DivClassName
{
background-color: #84C055;
}
.BgClassName
{
background-color: #84C055;
}
</style>
border-color css
<style>
span { border-color: #84C055; }
span { border-color: rgb(132,192,85); }
td.TdClassName
{
border-color: #84C055;
}
.TagClassName
{
border-color: #84C055;
}
</style>