Shades of Mantis #84BC71
Tints of Mantis #84BC71
RGB
CMYK
RGB Variations
Color information
#84BC71 (or 0x84BC71) is known color: Mantis. HEX triplet: 84, BC and 71. RGB value is (132,188,113). Sum of RGB (Red+Green+Blue) = 132+188+113=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC71 is #7B438E. Grayscale: #A2A2A2. Windows color (decimal): -8078223 or 7453828. OLE color: 7453828.
HSL color Cylindrical-coordinate representation of color #84BC71: hue angle of 104.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BC71 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 113 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.26 |
| HSL | 104.8º | 0.36% | 0.59% | - |
| HSV(B) | 104.8º | 0.4% | 0.74% | - |
| XYZ | 30.48 | 42.06 | 22.14 | - |
| YUV | 162.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 113 | 0.30 | 0 | 0.40 | 0.26 | 104.8 | 0.36 | 0.59 |
| Hex | 84 | BC | 71 | 1E | 0 | 28 | 1A | 69 | 24 | 3B |
| Octal | 204 | 274 | 161 | 36 | 0 | 50 | 32 | 151 | 44 | 73 |
| Binary | 10000100 | 10111100 | 1110001 | 11110 | 0 | 101000 | 11010 | 1101001 | 100100 | 111011 |
Color Harmonies of #84BC71
Complementary color
Monochromatic Colors of #84BC71
Black with #84BC71
Text Example
Text Example
White with #84BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC71; }
p { color: rgb(132,188,113); }
H1.HeaderClassName
{
color: #84BC71;
}
.AnyTagClassName
{
color: #84BC71;
}
</style>
background-color css
<style>
a { background-color: #84BC71; }
a { background-color: rgb(132,188,113); }
div.DivClassName
{
background-color: #84BC71;
}
.BgClassName
{
background-color: #84BC71;
}
</style>
border-color css
<style>
span { border-color: #84BC71; }
span { border-color: rgb(132,188,113); }
td.TdClassName
{
border-color: #84BC71;
}
.TagClassName
{
border-color: #84BC71;
}
</style>