Shades of Mantis #84D551
Tints of Mantis #84D551
RGB
CMYK
RGB Variations
Color information
#84D551 (or 0x84D551) is known color: Mantis. HEX triplet: 84, D5 and 51. RGB value is (132,213,81). Sum of RGB (Red+Green+Blue) = 132+213+81=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #84D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D551 is #7B2AAE. Grayscale: #AEAEAE. Windows color (decimal): -8071855 or 5363076. OLE color: 5363076.
HSL color Cylindrical-coordinate representation of color #84D551: hue angle of 96.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84D551 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 81 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.16 |
| HSL | 96.82º | 0.61% | 0.58% | - |
| HSV(B) | 96.82º | 0.62% | 0.84% | - |
| XYZ | 34.8 | 53.09 | 16.2 | - |
| YUV | 173.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 81 | 0.38 | 0 | 0.62 | 0.16 | 96.82 | 0.61 | 0.58 |
| Hex | 84 | D5 | 51 | 26 | 0 | 3E | 10 | 61 | 3D | 3A |
| Octal | 204 | 325 | 121 | 46 | 0 | 76 | 20 | 141 | 75 | 72 |
| Binary | 10000100 | 11010101 | 1010001 | 100110 | 0 | 111110 | 10000 | 1100001 | 111101 | 111010 |
Color Harmonies of #84D551
Complementary color
Monochromatic Colors of #84D551
Black with #84D551
Text Example
Text Example
White with #84D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D551; }
p { color: rgb(132,213,81); }
H1.HeaderClassName
{
color: #84D551;
}
.AnyTagClassName
{
color: #84D551;
}
</style>
background-color css
<style>
a { background-color: #84D551; }
a { background-color: rgb(132,213,81); }
div.DivClassName
{
background-color: #84D551;
}
.BgClassName
{
background-color: #84D551;
}
</style>
border-color css
<style>
span { border-color: #84D551; }
span { border-color: rgb(132,213,81); }
td.TdClassName
{
border-color: #84D551;
}
.TagClassName
{
border-color: #84D551;
}
</style>