Shades of Mantis #84D655
Tints of Mantis #84D655
RGB
CMYK
RGB Variations
Color information
#84D655 (or 0x84D655) is known color: Mantis. HEX triplet: 84, D6 and 55. RGB value is (132,214,85). Sum of RGB (Red+Green+Blue) = 132+214+85=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #84D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D655 is #7B29AA. Grayscale: #AFAFAF. Windows color (decimal): -8071595 or 5625476. OLE color: 5625476.
HSL color Cylindrical-coordinate representation of color #84D655: hue angle of 98.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84D655 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 85 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.16 |
| HSL | 98.14º | 0.61% | 0.59% | - |
| HSV(B) | 98.14º | 0.6% | 0.84% | - |
| XYZ | 35.2 | 53.65 | 17.1 | - |
| YUV | 174.78 | 77.33 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 85 | 0.38 | 0 | 0.60 | 0.16 | 98.14 | 0.61 | 0.59 |
| Hex | 84 | D6 | 55 | 26 | 0 | 3C | 10 | 62 | 3D | 3B |
| Octal | 204 | 326 | 125 | 46 | 0 | 74 | 20 | 142 | 75 | 73 |
| Binary | 10000100 | 11010110 | 1010101 | 100110 | 0 | 111100 | 10000 | 1100010 | 111101 | 111011 |
Color Harmonies of #84D655
Complementary color
Monochromatic Colors of #84D655
Black with #84D655
Text Example
Text Example
White with #84D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D655; }
p { color: rgb(132,214,85); }
H1.HeaderClassName
{
color: #84D655;
}
.AnyTagClassName
{
color: #84D655;
}
</style>
background-color css
<style>
a { background-color: #84D655; }
a { background-color: rgb(132,214,85); }
div.DivClassName
{
background-color: #84D655;
}
.BgClassName
{
background-color: #84D655;
}
</style>
border-color css
<style>
span { border-color: #84D655; }
span { border-color: rgb(132,214,85); }
td.TdClassName
{
border-color: #84D655;
}
.TagClassName
{
border-color: #84D655;
}
</style>