Shades of Mantis #84C555
Tints of Mantis #84C555
RGB
CMYK
RGB Variations
Color information
#84C555 (or 0x84C555) is known color: Mantis. HEX triplet: 84, C5 and 55. RGB value is (132,197,85). Sum of RGB (Red+Green+Blue) = 132+197+85=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #84C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C555 is #7B3AAA. Grayscale: #A5A5A5. Windows color (decimal): -8075947 or 5621124. OLE color: 5621124.
HSL color Cylindrical-coordinate representation of color #84C555: hue angle of 94.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84C555 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 85 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.23 |
| HSL | 94.82º | 0.49% | 0.55% | - |
| HSV(B) | 94.82º | 0.57% | 0.77% | - |
| XYZ | 31.12 | 45.49 | 15.74 | - |
| YUV | 164.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 85 | 0.33 | 0 | 0.57 | 0.23 | 94.82 | 0.49 | 0.55 |
| Hex | 84 | C5 | 55 | 21 | 0 | 39 | 17 | 5F | 31 | 37 |
| Octal | 204 | 305 | 125 | 41 | 0 | 71 | 27 | 137 | 61 | 67 |
| Binary | 10000100 | 11000101 | 1010101 | 100001 | 0 | 111001 | 10111 | 1011111 | 110001 | 110111 |
Color Harmonies of #84C555
Complementary color
Monochromatic Colors of #84C555
Black with #84C555
Text Example
Text Example
White with #84C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C555; }
p { color: rgb(132,197,85); }
H1.HeaderClassName
{
color: #84C555;
}
.AnyTagClassName
{
color: #84C555;
}
</style>
background-color css
<style>
a { background-color: #84C555; }
a { background-color: rgb(132,197,85); }
div.DivClassName
{
background-color: #84C555;
}
.BgClassName
{
background-color: #84C555;
}
</style>
border-color css
<style>
span { border-color: #84C555; }
span { border-color: rgb(132,197,85); }
td.TdClassName
{
border-color: #84C555;
}
.TagClassName
{
border-color: #84C555;
}
</style>