Shades of Mantis #84C04D
Tints of Mantis #84C04D
RGB
CMYK
RGB Variations
Color information
#84C04D (or 0x84C04D) is known color: Mantis. HEX triplet: 84, C0 and 4D. RGB value is (132,192,77). Sum of RGB (Red+Green+Blue) = 132+192+77=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #84C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C04D is #7B3FB2. Grayscale: #A1A1A1. Windows color (decimal): -8077235 or 5095556. OLE color: 5095556.
HSL color Cylindrical-coordinate representation of color #84C04D: hue angle of 91.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84C04D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 77 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.25 |
| HSL | 91.3º | 0.48% | 0.53% | - |
| HSV(B) | 91.3º | 0.6% | 0.75% | - |
| XYZ | 29.7 | 43.14 | 13.78 | - |
| YUV | 160.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 77 | 0.31 | 0 | 0.60 | 0.25 | 91.3 | 0.48 | 0.53 |
| Hex | 84 | C0 | 4D | 1F | 0 | 3C | 19 | 5B | 30 | 35 |
| Octal | 204 | 300 | 115 | 37 | 0 | 74 | 31 | 133 | 60 | 65 |
| Binary | 10000100 | 11000000 | 1001101 | 11111 | 0 | 111100 | 11001 | 1011011 | 110000 | 110101 |
Color Harmonies of #84C04D
Complementary color
Monochromatic Colors of #84C04D
Black with #84C04D
Text Example
Text Example
White with #84C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C04D; }
p { color: rgb(132,192,77); }
H1.HeaderClassName
{
color: #84C04D;
}
.AnyTagClassName
{
color: #84C04D;
}
</style>
background-color css
<style>
a { background-color: #84C04D; }
a { background-color: rgb(132,192,77); }
div.DivClassName
{
background-color: #84C04D;
}
.BgClassName
{
background-color: #84C04D;
}
</style>
border-color css
<style>
span { border-color: #84C04D; }
span { border-color: rgb(132,192,77); }
td.TdClassName
{
border-color: #84C04D;
}
.TagClassName
{
border-color: #84C04D;
}
</style>