Shades of Mantis #84C66E
Tints of Mantis #84C66E
RGB
CMYK
RGB Variations
Color information
#84C66E (or 0x84C66E) is known color: Mantis. HEX triplet: 84, C6 and 6E. RGB value is (132,198,110). Sum of RGB (Red+Green+Blue) = 132+198+110=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #84C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C66E is #7B3991. Grayscale: #A8A8A8. Windows color (decimal): -8075666 or 7259780. OLE color: 7259780.
HSL color Cylindrical-coordinate representation of color #84C66E: hue angle of 105º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C66E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 110 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.22 |
| HSL | 105º | 0.44% | 0.6% | - |
| HSV(B) | 105º | 0.44% | 0.78% | - |
| XYZ | 32.52 | 46.42 | 22 | - |
| YUV | 168.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 110 | 0.33 | 0 | 0.44 | 0.22 | 105 | 0.44 | 0.6 |
| Hex | 84 | C6 | 6E | 21 | 0 | 2C | 16 | 69 | 2C | 3C |
| Octal | 204 | 306 | 156 | 41 | 0 | 54 | 26 | 151 | 54 | 74 |
| Binary | 10000100 | 11000110 | 1101110 | 100001 | 0 | 101100 | 10110 | 1101001 | 101100 | 111100 |
Color Harmonies of #84C66E
Complementary color
Monochromatic Colors of #84C66E
Black with #84C66E
Text Example
Text Example
White with #84C66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C66E; }
p { color: rgb(132,198,110); }
H1.HeaderClassName
{
color: #84C66E;
}
.AnyTagClassName
{
color: #84C66E;
}
</style>
background-color css
<style>
a { background-color: #84C66E; }
a { background-color: rgb(132,198,110); }
div.DivClassName
{
background-color: #84C66E;
}
.BgClassName
{
background-color: #84C66E;
}
</style>
border-color css
<style>
span { border-color: #84C66E; }
span { border-color: rgb(132,198,110); }
td.TdClassName
{
border-color: #84C66E;
}
.TagClassName
{
border-color: #84C66E;
}
</style>