Shades of Mantis #84DB55
Tints of Mantis #84DB55
RGB
CMYK
RGB Variations
Color information
#84DB55 (or 0x84DB55) is known color: Mantis. HEX triplet: 84, DB and 55. RGB value is (132,219,85). Sum of RGB (Red+Green+Blue) = 132+219+85=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB55 is #7B24AA. Grayscale: #B2B2B2. Windows color (decimal): -8070315 or 5626756. OLE color: 5626756.
HSL color Cylindrical-coordinate representation of color #84DB55: hue angle of 98.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84DB55 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 85 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.14 |
| HSL | 98.96º | 0.65% | 0.6% | - |
| HSV(B) | 98.96º | 0.61% | 0.86% | - |
| XYZ | 36.49 | 56.22 | 17.52 | - |
| YUV | 177.71 | 75.68 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 85 | 0.40 | 0 | 0.61 | 0.14 | 98.96 | 0.65 | 0.6 |
| Hex | 84 | DB | 55 | 28 | 0 | 3D | E | 63 | 41 | 3C |
| Octal | 204 | 333 | 125 | 50 | 0 | 75 | 16 | 143 | 101 | 74 |
| Binary | 10000100 | 11011011 | 1010101 | 101000 | 0 | 111101 | 1110 | 1100011 | 1000001 | 111100 |
Color Harmonies of #84DB55
Complementary color
Monochromatic Colors of #84DB55
Black with #84DB55
Text Example
Text Example
White with #84DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB55; }
p { color: rgb(132,219,85); }
H1.HeaderClassName
{
color: #84DB55;
}
.AnyTagClassName
{
color: #84DB55;
}
</style>
background-color css
<style>
a { background-color: #84DB55; }
a { background-color: rgb(132,219,85); }
div.DivClassName
{
background-color: #84DB55;
}
.BgClassName
{
background-color: #84DB55;
}
</style>
border-color css
<style>
span { border-color: #84DB55; }
span { border-color: rgb(132,219,85); }
td.TdClassName
{
border-color: #84DB55;
}
.TagClassName
{
border-color: #84DB55;
}
</style>