Shades of Mantis #84DB61
Tints of Mantis #84DB61
RGB
CMYK
RGB Variations
Color information
#84DB61 (or 0x84DB61) is known color: Mantis. HEX triplet: 84, DB and 61. RGB value is (132,219,97). Sum of RGB (Red+Green+Blue) = 132+219+97=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB61 is #7B249E. Grayscale: #B3B3B3. Windows color (decimal): -8070303 or 6413188. OLE color: 6413188.
HSL color Cylindrical-coordinate representation of color #84DB61: hue angle of 102.79º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84DB61 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 97 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.14 |
| HSL | 102.79º | 0.63% | 0.62% | - |
| HSV(B) | 102.79º | 0.56% | 0.86% | - |
| XYZ | 37 | 56.43 | 20.25 | - |
| YUV | 179.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 97 | 0.40 | 0 | 0.56 | 0.14 | 102.79 | 0.63 | 0.62 |
| Hex | 84 | DB | 61 | 28 | 0 | 38 | E | 67 | 3F | 3E |
| Octal | 204 | 333 | 141 | 50 | 0 | 70 | 16 | 147 | 77 | 76 |
| Binary | 10000100 | 11011011 | 1100001 | 101000 | 0 | 111000 | 1110 | 1100111 | 111111 | 111110 |
Color Harmonies of #84DB61
Complementary color
Monochromatic Colors of #84DB61
Black with #84DB61
Text Example
Text Example
White with #84DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB61; }
p { color: rgb(132,219,97); }
H1.HeaderClassName
{
color: #84DB61;
}
.AnyTagClassName
{
color: #84DB61;
}
</style>
background-color css
<style>
a { background-color: #84DB61; }
a { background-color: rgb(132,219,97); }
div.DivClassName
{
background-color: #84DB61;
}
.BgClassName
{
background-color: #84DB61;
}
</style>
border-color css
<style>
span { border-color: #84DB61; }
span { border-color: rgb(132,219,97); }
td.TdClassName
{
border-color: #84DB61;
}
.TagClassName
{
border-color: #84DB61;
}
</style>