Shades of Mantis #84C14D
Tints of Mantis #84C14D
RGB
CMYK
RGB Variations
Color information
#84C14D (or 0x84C14D) is known color: Mantis. HEX triplet: 84, C1 and 4D. RGB value is (132,193,77). Sum of RGB (Red+Green+Blue) = 132+193+77=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #84C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C14D is #7B3EB2. Grayscale: #A1A1A1. Windows color (decimal): -8076979 or 5095812. OLE color: 5095812.
HSL color Cylindrical-coordinate representation of color #84C14D: hue angle of 91.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84C14D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 77 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.24 |
| HSL | 91.55º | 0.48% | 0.53% | - |
| HSV(B) | 91.55º | 0.6% | 0.76% | - |
| XYZ | 29.93 | 43.58 | 13.86 | - |
| YUV | 161.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 77 | 0.32 | 0 | 0.60 | 0.24 | 91.55 | 0.48 | 0.53 |
| Hex | 84 | C1 | 4D | 20 | 0 | 3C | 18 | 5C | 30 | 35 |
| Octal | 204 | 301 | 115 | 40 | 0 | 74 | 30 | 134 | 60 | 65 |
| Binary | 10000100 | 11000001 | 1001101 | 100000 | 0 | 111100 | 11000 | 1011100 | 110000 | 110101 |
Color Harmonies of #84C14D
Complementary color
Monochromatic Colors of #84C14D
Black with #84C14D
Text Example
Text Example
White with #84C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C14D; }
p { color: rgb(132,193,77); }
H1.HeaderClassName
{
color: #84C14D;
}
.AnyTagClassName
{
color: #84C14D;
}
</style>
background-color css
<style>
a { background-color: #84C14D; }
a { background-color: rgb(132,193,77); }
div.DivClassName
{
background-color: #84C14D;
}
.BgClassName
{
background-color: #84C14D;
}
</style>
border-color css
<style>
span { border-color: #84C14D; }
span { border-color: rgb(132,193,77); }
td.TdClassName
{
border-color: #84C14D;
}
.TagClassName
{
border-color: #84C14D;
}
</style>