Shades of Mantis #84C963
Tints of Mantis #84C963
RGB
CMYK
RGB Variations
Color information
#84C963 (or 0x84C963) is known color: Mantis. HEX triplet: 84, C9 and 63. RGB value is (132,201,99). Sum of RGB (Red+Green+Blue) = 132+201+99=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #84C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C963 is #7B369C. Grayscale: #A9A9A9. Windows color (decimal): -8074909 or 6539652. OLE color: 6539652.
HSL color Cylindrical-coordinate representation of color #84C963: hue angle of 100.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84C963 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 99 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.21 |
| HSL | 100.59º | 0.49% | 0.59% | - |
| HSV(B) | 100.59º | 0.51% | 0.79% | - |
| XYZ | 32.65 | 47.58 | 19.27 | - |
| YUV | 168.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 99 | 0.34 | 0 | 0.51 | 0.21 | 100.59 | 0.49 | 0.59 |
| Hex | 84 | C9 | 63 | 22 | 0 | 33 | 15 | 65 | 31 | 3B |
| Octal | 204 | 311 | 143 | 42 | 0 | 63 | 25 | 145 | 61 | 73 |
| Binary | 10000100 | 11001001 | 1100011 | 100010 | 0 | 110011 | 10101 | 1100101 | 110001 | 111011 |
Color Harmonies of #84C963
Complementary color
Monochromatic Colors of #84C963
Black with #84C963
Text Example
Text Example
White with #84C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C963; }
p { color: rgb(132,201,99); }
H1.HeaderClassName
{
color: #84C963;
}
.AnyTagClassName
{
color: #84C963;
}
</style>
background-color css
<style>
a { background-color: #84C963; }
a { background-color: rgb(132,201,99); }
div.DivClassName
{
background-color: #84C963;
}
.BgClassName
{
background-color: #84C963;
}
</style>
border-color css
<style>
span { border-color: #84C963; }
span { border-color: rgb(132,201,99); }
td.TdClassName
{
border-color: #84C963;
}
.TagClassName
{
border-color: #84C963;
}
</style>