Shades of Mantis #84C951
Tints of Mantis #84C951
RGB
CMYK
RGB Variations
Color information
#84C951 (or 0x84C951) is known color: Mantis. HEX triplet: 84, C9 and 51. RGB value is (132,201,81). Sum of RGB (Red+Green+Blue) = 132+201+81=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #84C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C951 is #7B36AE. Grayscale: #A7A7A7. Windows color (decimal): -8074927 or 5360004. OLE color: 5360004.
HSL color Cylindrical-coordinate representation of color #84C951: hue angle of 94.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84C951 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 81 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.21 |
| HSL | 94.5º | 0.53% | 0.55% | - |
| HSV(B) | 94.5º | 0.6% | 0.79% | - |
| XYZ | 31.89 | 47.27 | 15.23 | - |
| YUV | 166.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 81 | 0.34 | 0 | 0.60 | 0.21 | 94.5 | 0.53 | 0.55 |
| Hex | 84 | C9 | 51 | 22 | 0 | 3C | 15 | 5E | 35 | 37 |
| Octal | 204 | 311 | 121 | 42 | 0 | 74 | 25 | 136 | 65 | 67 |
| Binary | 10000100 | 11001001 | 1010001 | 100010 | 0 | 111100 | 10101 | 1011110 | 110101 | 110111 |
Color Harmonies of #84C951
Complementary color
Monochromatic Colors of #84C951
Black with #84C951
Text Example
Text Example
White with #84C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C951; }
p { color: rgb(132,201,81); }
H1.HeaderClassName
{
color: #84C951;
}
.AnyTagClassName
{
color: #84C951;
}
</style>
background-color css
<style>
a { background-color: #84C951; }
a { background-color: rgb(132,201,81); }
div.DivClassName
{
background-color: #84C951;
}
.BgClassName
{
background-color: #84C951;
}
</style>
border-color css
<style>
span { border-color: #84C951; }
span { border-color: rgb(132,201,81); }
td.TdClassName
{
border-color: #84C951;
}
.TagClassName
{
border-color: #84C951;
}
</style>