Shades of Mantis #84C55A
Tints of Mantis #84C55A
RGB
CMYK
RGB Variations
Color information
#84C55A (or 0x84C55A) is known color: Mantis. HEX triplet: 84, C5 and 5A. RGB value is (132,197,90). Sum of RGB (Red+Green+Blue) = 132+197+90=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #84C55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C55A is #7B3AA5. Grayscale: #A5A5A5. Windows color (decimal): -8075942 or 5948804. OLE color: 5948804.
HSL color Cylindrical-coordinate representation of color #84C55A: hue angle of 96.45º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84C55A is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 90 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.23 |
| HSL | 96.45º | 0.48% | 0.56% | - |
| HSV(B) | 96.45º | 0.54% | 0.77% | - |
| XYZ | 31.33 | 45.58 | 16.82 | - |
| YUV | 165.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 90 | 0.33 | 0 | 0.54 | 0.23 | 96.45 | 0.48 | 0.56 |
| Hex | 84 | C5 | 5A | 21 | 0 | 36 | 17 | 60 | 30 | 38 |
| Octal | 204 | 305 | 132 | 41 | 0 | 66 | 27 | 140 | 60 | 70 |
| Binary | 10000100 | 11000101 | 1011010 | 100001 | 0 | 110110 | 10111 | 1100000 | 110000 | 111000 |
Color Harmonies of #84C55A
Complementary color
Monochromatic Colors of #84C55A
Black with #84C55A
Text Example
Text Example
White with #84C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C55A; }
p { color: rgb(132,197,90); }
H1.HeaderClassName
{
color: #84C55A;
}
.AnyTagClassName
{
color: #84C55A;
}
</style>
background-color css
<style>
a { background-color: #84C55A; }
a { background-color: rgb(132,197,90); }
div.DivClassName
{
background-color: #84C55A;
}
.BgClassName
{
background-color: #84C55A;
}
</style>
border-color css
<style>
span { border-color: #84C55A; }
span { border-color: rgb(132,197,90); }
td.TdClassName
{
border-color: #84C55A;
}
.TagClassName
{
border-color: #84C55A;
}
</style>