Shades of Mantis #84CA4E
Tints of Mantis #84CA4E
RGB
CMYK
RGB Variations
Color information
#84CA4E (or 0x84CA4E) is known color: Mantis. HEX triplet: 84, CA and 4E. RGB value is (132,202,78). Sum of RGB (Red+Green+Blue) = 132+202+78=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA4E is #7B35B1. Grayscale: #A7A7A7. Windows color (decimal): -8074674 or 5163652. OLE color: 5163652.
HSL color Cylindrical-coordinate representation of color #84CA4E: hue angle of 93.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84CA4E is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 78 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.21 |
| HSL | 93.87º | 0.54% | 0.55% | - |
| HSV(B) | 93.87º | 0.61% | 0.79% | - |
| XYZ | 32.01 | 47.7 | 14.73 | - |
| YUV | 166.93 | 77.81 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 78 | 0.35 | 0 | 0.61 | 0.21 | 93.87 | 0.54 | 0.55 |
| Hex | 84 | CA | 4E | 23 | 0 | 3D | 15 | 5E | 36 | 37 |
| Octal | 204 | 312 | 116 | 43 | 0 | 75 | 25 | 136 | 66 | 67 |
| Binary | 10000100 | 11001010 | 1001110 | 100011 | 0 | 111101 | 10101 | 1011110 | 110110 | 110111 |
Color Harmonies of #84CA4E
Complementary color
Monochromatic Colors of #84CA4E
Black with #84CA4E
Text Example
Text Example
White with #84CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA4E; }
p { color: rgb(132,202,78); }
H1.HeaderClassName
{
color: #84CA4E;
}
.AnyTagClassName
{
color: #84CA4E;
}
</style>
background-color css
<style>
a { background-color: #84CA4E; }
a { background-color: rgb(132,202,78); }
div.DivClassName
{
background-color: #84CA4E;
}
.BgClassName
{
background-color: #84CA4E;
}
</style>
border-color css
<style>
span { border-color: #84CA4E; }
span { border-color: rgb(132,202,78); }
td.TdClassName
{
border-color: #84CA4E;
}
.TagClassName
{
border-color: #84CA4E;
}
</style>