Shades of Mantis #84DB50
Tints of Mantis #84DB50
RGB
CMYK
RGB Variations
Color information
#84DB50 (or 0x84DB50) is known color: Mantis. HEX triplet: 84, DB and 50. RGB value is (132,219,80). Sum of RGB (Red+Green+Blue) = 132+219+80=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB50 is #7B24AF. Grayscale: #B1B1B1. Windows color (decimal): -8070320 or 5299076. OLE color: 5299076.
HSL color Cylindrical-coordinate representation of color #84DB50: hue angle of 97.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84DB50 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 80 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.14 |
| HSL | 97.55º | 0.66% | 0.59% | - |
| HSV(B) | 97.55º | 0.63% | 0.86% | - |
| XYZ | 36.3 | 56.15 | 16.51 | - |
| YUV | 177.14 | 73.18 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 80 | 0.40 | 0 | 0.63 | 0.14 | 97.55 | 0.66 | 0.59 |
| Hex | 84 | DB | 50 | 28 | 0 | 3F | E | 62 | 42 | 3B |
| Octal | 204 | 333 | 120 | 50 | 0 | 77 | 16 | 142 | 102 | 73 |
| Binary | 10000100 | 11011011 | 1010000 | 101000 | 0 | 111111 | 1110 | 1100010 | 1000010 | 111011 |
Color Harmonies of #84DB50
Complementary color
Monochromatic Colors of #84DB50
Black with #84DB50
Text Example
Text Example
White with #84DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB50; }
p { color: rgb(132,219,80); }
H1.HeaderClassName
{
color: #84DB50;
}
.AnyTagClassName
{
color: #84DB50;
}
</style>
background-color css
<style>
a { background-color: #84DB50; }
a { background-color: rgb(132,219,80); }
div.DivClassName
{
background-color: #84DB50;
}
.BgClassName
{
background-color: #84DB50;
}
</style>
border-color css
<style>
span { border-color: #84DB50; }
span { border-color: rgb(132,219,80); }
td.TdClassName
{
border-color: #84DB50;
}
.TagClassName
{
border-color: #84DB50;
}
</style>