Shades of Mantis #84CE56
Tints of Mantis #84CE56
RGB
CMYK
RGB Variations
Color information
#84CE56 (or 0x84CE56) is known color: Mantis. HEX triplet: 84, CE and 56. RGB value is (132,206,86). Sum of RGB (Red+Green+Blue) = 132+206+86=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE56 is #7B31A9. Grayscale: #AAAAAA. Windows color (decimal): -8073642 or 5688964. OLE color: 5688964.
HSL color Cylindrical-coordinate representation of color #84CE56: hue angle of 97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84CE56 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 86 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.19 |
| HSL | 97º | 0.55% | 0.57% | - |
| HSV(B) | 97º | 0.58% | 0.81% | - |
| XYZ | 33.27 | 49.72 | 16.65 | - |
| YUV | 170.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 86 | 0.36 | 0 | 0.58 | 0.19 | 97 | 0.55 | 0.57 |
| Hex | 84 | CE | 56 | 24 | 0 | 3A | 13 | 61 | 37 | 39 |
| Octal | 204 | 316 | 126 | 44 | 0 | 72 | 23 | 141 | 67 | 71 |
| Binary | 10000100 | 11001110 | 1010110 | 100100 | 0 | 111010 | 10011 | 1100001 | 110111 | 111001 |
Color Harmonies of #84CE56
Complementary color
Monochromatic Colors of #84CE56
Black with #84CE56
Text Example
Text Example
White with #84CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE56; }
p { color: rgb(132,206,86); }
H1.HeaderClassName
{
color: #84CE56;
}
.AnyTagClassName
{
color: #84CE56;
}
</style>
background-color css
<style>
a { background-color: #84CE56; }
a { background-color: rgb(132,206,86); }
div.DivClassName
{
background-color: #84CE56;
}
.BgClassName
{
background-color: #84CE56;
}
</style>
border-color css
<style>
span { border-color: #84CE56; }
span { border-color: rgb(132,206,86); }
td.TdClassName
{
border-color: #84CE56;
}
.TagClassName
{
border-color: #84CE56;
}
</style>