Shades of Mantis #84C550
Tints of Mantis #84C550
RGB
CMYK
RGB Variations
Color information
#84C550 (or 0x84C550) is known color: Mantis. HEX triplet: 84, C5 and 50. RGB value is (132,197,80). Sum of RGB (Red+Green+Blue) = 132+197+80=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #84C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C550 is #7B3AAF. Grayscale: #A4A4A4. Windows color (decimal): -8075952 or 5293444. OLE color: 5293444.
HSL color Cylindrical-coordinate representation of color #84C550: hue angle of 93.33º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C550 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 80 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.23 |
| HSL | 93.33º | 0.5% | 0.54% | - |
| HSV(B) | 93.33º | 0.59% | 0.77% | - |
| XYZ | 30.93 | 45.42 | 14.73 | - |
| YUV | 164.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 80 | 0.33 | 0 | 0.59 | 0.23 | 93.33 | 0.5 | 0.54 |
| Hex | 84 | C5 | 50 | 21 | 0 | 3B | 17 | 5D | 32 | 36 |
| Octal | 204 | 305 | 120 | 41 | 0 | 73 | 27 | 135 | 62 | 66 |
| Binary | 10000100 | 11000101 | 1010000 | 100001 | 0 | 111011 | 10111 | 1011101 | 110010 | 110110 |
Color Harmonies of #84C550
Complementary color
Monochromatic Colors of #84C550
Black with #84C550
Text Example
Text Example
White with #84C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C550; }
p { color: rgb(132,197,80); }
H1.HeaderClassName
{
color: #84C550;
}
.AnyTagClassName
{
color: #84C550;
}
</style>
background-color css
<style>
a { background-color: #84C550; }
a { background-color: rgb(132,197,80); }
div.DivClassName
{
background-color: #84C550;
}
.BgClassName
{
background-color: #84C550;
}
</style>
border-color css
<style>
span { border-color: #84C550; }
span { border-color: rgb(132,197,80); }
td.TdClassName
{
border-color: #84C550;
}
.TagClassName
{
border-color: #84C550;
}
</style>