Shades of Mantis #84CA4D
Tints of Mantis #84CA4D
RGB
CMYK
RGB Variations
Color information
#84CA4D (or 0x84CA4D) is known color: Mantis. HEX triplet: 84, CA and 4D. RGB value is (132,202,77). Sum of RGB (Red+Green+Blue) = 132+202+77=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA4D is #7B35B2. Grayscale: #A7A7A7. Windows color (decimal): -8074675 or 5098116. OLE color: 5098116.
HSL color Cylindrical-coordinate representation of color #84CA4D: hue angle of 93.6º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84CA4D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 77 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.21 |
| HSL | 93.6º | 0.54% | 0.55% | - |
| HSV(B) | 93.6º | 0.62% | 0.79% | - |
| XYZ | 31.98 | 47.68 | 14.54 | - |
| YUV | 166.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 77 | 0.35 | 0 | 0.62 | 0.21 | 93.6 | 0.54 | 0.55 |
| Hex | 84 | CA | 4D | 23 | 0 | 3E | 15 | 5E | 36 | 37 |
| Octal | 204 | 312 | 115 | 43 | 0 | 76 | 25 | 136 | 66 | 67 |
| Binary | 10000100 | 11001010 | 1001101 | 100011 | 0 | 111110 | 10101 | 1011110 | 110110 | 110111 |
Color Harmonies of #84CA4D
Complementary color
Monochromatic Colors of #84CA4D
Black with #84CA4D
Text Example
Text Example
White with #84CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA4D; }
p { color: rgb(132,202,77); }
H1.HeaderClassName
{
color: #84CA4D;
}
.AnyTagClassName
{
color: #84CA4D;
}
</style>
background-color css
<style>
a { background-color: #84CA4D; }
a { background-color: rgb(132,202,77); }
div.DivClassName
{
background-color: #84CA4D;
}
.BgClassName
{
background-color: #84CA4D;
}
</style>
border-color css
<style>
span { border-color: #84CA4D; }
span { border-color: rgb(132,202,77); }
td.TdClassName
{
border-color: #84CA4D;
}
.TagClassName
{
border-color: #84CA4D;
}
</style>