Shades of Mantis #84D84F
Tints of Mantis #84D84F
RGB
CMYK
RGB Variations
Color information
#84D84F (or 0x84D84F) is known color: Mantis. HEX triplet: 84, D8 and 4F. RGB value is (132,216,79). Sum of RGB (Red+Green+Blue) = 132+216+79=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #84D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D84F is #7B27B0. Grayscale: #AFAFAF. Windows color (decimal): -8071089 or 5232772. OLE color: 5232772.
HSL color Cylindrical-coordinate representation of color #84D84F: hue angle of 96.79º 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 #84D84F is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 79 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.15 |
| HSL | 96.79º | 0.64% | 0.58% | - |
| HSV(B) | 96.79º | 0.63% | 0.85% | - |
| XYZ | 35.48 | 54.58 | 16.06 | - |
| YUV | 175.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 79 | 0.39 | 0 | 0.63 | 0.15 | 96.79 | 0.64 | 0.58 |
| Hex | 84 | D8 | 4F | 27 | 0 | 3F | F | 61 | 40 | 3A |
| Octal | 204 | 330 | 117 | 47 | 0 | 77 | 17 | 141 | 100 | 72 |
| Binary | 10000100 | 11011000 | 1001111 | 100111 | 0 | 111111 | 1111 | 1100001 | 1000000 | 111010 |
Color Harmonies of #84D84F
Complementary color
Monochromatic Colors of #84D84F
Black with #84D84F
Text Example
Text Example
White with #84D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D84F; }
p { color: rgb(132,216,79); }
H1.HeaderClassName
{
color: #84D84F;
}
.AnyTagClassName
{
color: #84D84F;
}
</style>
background-color css
<style>
a { background-color: #84D84F; }
a { background-color: rgb(132,216,79); }
div.DivClassName
{
background-color: #84D84F;
}
.BgClassName
{
background-color: #84D84F;
}
</style>
border-color css
<style>
span { border-color: #84D84F; }
span { border-color: rgb(132,216,79); }
td.TdClassName
{
border-color: #84D84F;
}
.TagClassName
{
border-color: #84D84F;
}
</style>