Shades of Mantis #84CA6D
Tints of Mantis #84CA6D
RGB
CMYK
RGB Variations
Color information
#84CA6D (or 0x84CA6D) is known color: Mantis. HEX triplet: 84, CA and 6D. RGB value is (132,202,109). Sum of RGB (Red+Green+Blue) = 132+202+109=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA6D is #7B3592. Grayscale: #AAAAAA. Windows color (decimal): -8074643 or 7195268. OLE color: 7195268.
HSL color Cylindrical-coordinate representation of color #84CA6D: hue angle of 105.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84CA6D is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 109 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.21 |
| HSL | 105.16º | 0.47% | 0.61% | - |
| HSV(B) | 105.16º | 0.46% | 0.79% | - |
| XYZ | 33.4 | 48.25 | 22.02 | - |
| YUV | 170.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 109 | 0.35 | 0 | 0.46 | 0.21 | 105.16 | 0.47 | 0.61 |
| Hex | 84 | CA | 6D | 23 | 0 | 2E | 15 | 69 | 2F | 3D |
| Octal | 204 | 312 | 155 | 43 | 0 | 56 | 25 | 151 | 57 | 75 |
| Binary | 10000100 | 11001010 | 1101101 | 100011 | 0 | 101110 | 10101 | 1101001 | 101111 | 111101 |
Color Harmonies of #84CA6D
Complementary color
Monochromatic Colors of #84CA6D
Black with #84CA6D
Text Example
Text Example
White with #84CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA6D; }
p { color: rgb(132,202,109); }
H1.HeaderClassName
{
color: #84CA6D;
}
.AnyTagClassName
{
color: #84CA6D;
}
</style>
background-color css
<style>
a { background-color: #84CA6D; }
a { background-color: rgb(132,202,109); }
div.DivClassName
{
background-color: #84CA6D;
}
.BgClassName
{
background-color: #84CA6D;
}
</style>
border-color css
<style>
span { border-color: #84CA6D; }
span { border-color: rgb(132,202,109); }
td.TdClassName
{
border-color: #84CA6D;
}
.TagClassName
{
border-color: #84CA6D;
}
</style>