Shades of Mantis #84D951
Tints of Mantis #84D951
RGB
CMYK
RGB Variations
Color information
#84D951 (or 0x84D951) is known color: Mantis. HEX triplet: 84, D9 and 51. RGB value is (132,217,81). Sum of RGB (Red+Green+Blue) = 132+217+81=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #84D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D951 is #7B26AE. Grayscale: #B0B0B0. Windows color (decimal): -8070831 or 5364100. OLE color: 5364100.
HSL color Cylindrical-coordinate representation of color #84D951: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84D951 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 81 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.15 |
| HSL | 97.5º | 0.64% | 0.58% | - |
| HSV(B) | 97.5º | 0.63% | 0.85% | - |
| XYZ | 35.81 | 55.13 | 16.54 | - |
| YUV | 176.08 | 74.34 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 81 | 0.39 | 0 | 0.63 | 0.15 | 97.5 | 0.64 | 0.58 |
| Hex | 84 | D9 | 51 | 27 | 0 | 3F | F | 62 | 40 | 3A |
| Octal | 204 | 331 | 121 | 47 | 0 | 77 | 17 | 142 | 100 | 72 |
| Binary | 10000100 | 11011001 | 1010001 | 100111 | 0 | 111111 | 1111 | 1100010 | 1000000 | 111010 |
Color Harmonies of #84D951
Complementary color
Monochromatic Colors of #84D951
Black with #84D951
Text Example
Text Example
White with #84D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D951; }
p { color: rgb(132,217,81); }
H1.HeaderClassName
{
color: #84D951;
}
.AnyTagClassName
{
color: #84D951;
}
</style>
background-color css
<style>
a { background-color: #84D951; }
a { background-color: rgb(132,217,81); }
div.DivClassName
{
background-color: #84D951;
}
.BgClassName
{
background-color: #84D951;
}
</style>
border-color css
<style>
span { border-color: #84D951; }
span { border-color: rgb(132,217,81); }
td.TdClassName
{
border-color: #84D951;
}
.TagClassName
{
border-color: #84D951;
}
</style>