Shades of Mantis #84CA71
Tints of Mantis #84CA71
RGB
CMYK
RGB Variations
Color information
#84CA71 (or 0x84CA71) is known color: Mantis. HEX triplet: 84, CA and 71. RGB value is (132,202,113). Sum of RGB (Red+Green+Blue) = 132+202+113=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA71 is #7B358E. Grayscale: #ABABAB. Windows color (decimal): -8074639 or 7457412. OLE color: 7457412.
HSL color Cylindrical-coordinate representation of color #84CA71: hue angle of 107.19º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84CA71 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 113 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.21 |
| HSL | 107.19º | 0.46% | 0.62% | - |
| HSV(B) | 107.19º | 0.44% | 0.79% | - |
| XYZ | 33.62 | 48.34 | 23.18 | - |
| YUV | 170.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 113 | 0.35 | 0 | 0.44 | 0.21 | 107.19 | 0.46 | 0.62 |
| Hex | 84 | CA | 71 | 23 | 0 | 2C | 15 | 6B | 2E | 3E |
| Octal | 204 | 312 | 161 | 43 | 0 | 54 | 25 | 153 | 56 | 76 |
| Binary | 10000100 | 11001010 | 1110001 | 100011 | 0 | 101100 | 10101 | 1101011 | 101110 | 111110 |
Color Harmonies of #84CA71
Complementary color
Monochromatic Colors of #84CA71
Black with #84CA71
Text Example
Text Example
White with #84CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA71; }
p { color: rgb(132,202,113); }
H1.HeaderClassName
{
color: #84CA71;
}
.AnyTagClassName
{
color: #84CA71;
}
</style>
background-color css
<style>
a { background-color: #84CA71; }
a { background-color: rgb(132,202,113); }
div.DivClassName
{
background-color: #84CA71;
}
.BgClassName
{
background-color: #84CA71;
}
</style>
border-color css
<style>
span { border-color: #84CA71; }
span { border-color: rgb(132,202,113); }
td.TdClassName
{
border-color: #84CA71;
}
.TagClassName
{
border-color: #84CA71;
}
</style>