Shades of Mantis #84D751
Tints of Mantis #84D751
RGB
CMYK
RGB Variations
Color information
#84D751 (or 0x84D751) is known color: Mantis. HEX triplet: 84, D7 and 51. RGB value is (132,215,81). Sum of RGB (Red+Green+Blue) = 132+215+81=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #84D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D751 is #7B28AE. Grayscale: #AFAFAF. Windows color (decimal): -8071343 or 5363588. OLE color: 5363588.
HSL color Cylindrical-coordinate representation of color #84D751: hue angle of 97.16º degrees, saturation: 0.63, 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 #84D751 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 81 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.16 |
| HSL | 97.16º | 0.63% | 0.58% | - |
| HSV(B) | 97.16º | 0.62% | 0.84% | - |
| XYZ | 35.3 | 54.1 | 16.37 | - |
| YUV | 174.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 81 | 0.39 | 0 | 0.62 | 0.16 | 97.16 | 0.63 | 0.58 |
| Hex | 84 | D7 | 51 | 27 | 0 | 3E | 10 | 61 | 3F | 3A |
| Octal | 204 | 327 | 121 | 47 | 0 | 76 | 20 | 141 | 77 | 72 |
| Binary | 10000100 | 11010111 | 1010001 | 100111 | 0 | 111110 | 10000 | 1100001 | 111111 | 111010 |
Color Harmonies of #84D751
Complementary color
Monochromatic Colors of #84D751
Black with #84D751
Text Example
Text Example
White with #84D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D751; }
p { color: rgb(132,215,81); }
H1.HeaderClassName
{
color: #84D751;
}
.AnyTagClassName
{
color: #84D751;
}
</style>
background-color css
<style>
a { background-color: #84D751; }
a { background-color: rgb(132,215,81); }
div.DivClassName
{
background-color: #84D751;
}
.BgClassName
{
background-color: #84D751;
}
</style>
border-color css
<style>
span { border-color: #84D751; }
span { border-color: rgb(132,215,81); }
td.TdClassName
{
border-color: #84D751;
}
.TagClassName
{
border-color: #84D751;
}
</style>