Shades of Mantis #84C551
Tints of Mantis #84C551
RGB
CMYK
RGB Variations
Color information
#84C551 (or 0x84C551) is known color: Mantis. HEX triplet: 84, C5 and 51. RGB value is (132,197,81). Sum of RGB (Red+Green+Blue) = 132+197+81=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #84C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C551 is #7B3AAE. Grayscale: #A4A4A4. Windows color (decimal): -8075951 or 5358980. OLE color: 5358980.
HSL color Cylindrical-coordinate representation of color #84C551: hue angle of 93.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C551 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 81 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.23 |
| HSL | 93.62º | 0.5% | 0.55% | - |
| HSV(B) | 93.62º | 0.59% | 0.77% | - |
| XYZ | 30.97 | 45.43 | 14.92 | - |
| YUV | 164.34 | 80.97 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 81 | 0.33 | 0 | 0.59 | 0.23 | 93.62 | 0.5 | 0.55 |
| Hex | 84 | C5 | 51 | 21 | 0 | 3B | 17 | 5E | 32 | 37 |
| Octal | 204 | 305 | 121 | 41 | 0 | 73 | 27 | 136 | 62 | 67 |
| Binary | 10000100 | 11000101 | 1010001 | 100001 | 0 | 111011 | 10111 | 1011110 | 110010 | 110111 |
Color Harmonies of #84C551
Complementary color
Monochromatic Colors of #84C551
Black with #84C551
Text Example
Text Example
White with #84C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C551; }
p { color: rgb(132,197,81); }
H1.HeaderClassName
{
color: #84C551;
}
.AnyTagClassName
{
color: #84C551;
}
</style>
background-color css
<style>
a { background-color: #84C551; }
a { background-color: rgb(132,197,81); }
div.DivClassName
{
background-color: #84C551;
}
.BgClassName
{
background-color: #84C551;
}
</style>
border-color css
<style>
span { border-color: #84C551; }
span { border-color: rgb(132,197,81); }
td.TdClassName
{
border-color: #84C551;
}
.TagClassName
{
border-color: #84C551;
}
</style>