Shades of Mantis #84C66F
Tints of Mantis #84C66F
RGB
CMYK
RGB Variations
Color information
#84C66F (or 0x84C66F) is known color: Mantis. HEX triplet: 84, C6 and 6F. RGB value is (132,198,111). Sum of RGB (Red+Green+Blue) = 132+198+111=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #84C66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C66F is #7B3990. Grayscale: #A8A8A8. Windows color (decimal): -8075665 or 7325316. OLE color: 7325316.
HSL color Cylindrical-coordinate representation of color #84C66F: hue angle of 105.52º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C66F is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 111 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.22 |
| HSL | 105.52º | 0.43% | 0.61% | - |
| HSV(B) | 105.52º | 0.44% | 0.78% | - |
| XYZ | 32.58 | 46.44 | 22.29 | - |
| YUV | 168.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 111 | 0.33 | 0 | 0.44 | 0.22 | 105.52 | 0.43 | 0.61 |
| Hex | 84 | C6 | 6F | 21 | 0 | 2C | 16 | 6A | 2B | 3D |
| Octal | 204 | 306 | 157 | 41 | 0 | 54 | 26 | 152 | 53 | 75 |
| Binary | 10000100 | 11000110 | 1101111 | 100001 | 0 | 101100 | 10110 | 1101010 | 101011 | 111101 |
Color Harmonies of #84C66F
Complementary color
Monochromatic Colors of #84C66F
Black with #84C66F
Text Example
Text Example
White with #84C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C66F; }
p { color: rgb(132,198,111); }
H1.HeaderClassName
{
color: #84C66F;
}
.AnyTagClassName
{
color: #84C66F;
}
</style>
background-color css
<style>
a { background-color: #84C66F; }
a { background-color: rgb(132,198,111); }
div.DivClassName
{
background-color: #84C66F;
}
.BgClassName
{
background-color: #84C66F;
}
</style>
border-color css
<style>
span { border-color: #84C66F; }
span { border-color: rgb(132,198,111); }
td.TdClassName
{
border-color: #84C66F;
}
.TagClassName
{
border-color: #84C66F;
}
</style>