Shades of Mantis #84BF50
Tints of Mantis #84BF50
RGB
CMYK
RGB Variations
Color information
#84BF50 (or 0x84BF50) is known color: Mantis. HEX triplet: 84, BF and 50. RGB value is (132,191,80). Sum of RGB (Red+Green+Blue) = 132+191+80=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF50 is #7B40AF. Grayscale: #A1A1A1. Windows color (decimal): -8077488 or 5291908. OLE color: 5291908.
HSL color Cylindrical-coordinate representation of color #84BF50: hue angle of 91.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84BF50 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 80 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.25 |
| HSL | 91.89º | 0.46% | 0.53% | - |
| HSV(B) | 91.89º | 0.58% | 0.75% | - |
| XYZ | 29.59 | 42.75 | 14.28 | - |
| YUV | 160.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 80 | 0.31 | 0 | 0.58 | 0.25 | 91.89 | 0.46 | 0.53 |
| Hex | 84 | BF | 50 | 1F | 0 | 3A | 19 | 5C | 2E | 35 |
| Octal | 204 | 277 | 120 | 37 | 0 | 72 | 31 | 134 | 56 | 65 |
| Binary | 10000100 | 10111111 | 1010000 | 11111 | 0 | 111010 | 11001 | 1011100 | 101110 | 110101 |
Color Harmonies of #84BF50
Complementary color
Monochromatic Colors of #84BF50
Black with #84BF50
Text Example
Text Example
White with #84BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF50; }
p { color: rgb(132,191,80); }
H1.HeaderClassName
{
color: #84BF50;
}
.AnyTagClassName
{
color: #84BF50;
}
</style>
background-color css
<style>
a { background-color: #84BF50; }
a { background-color: rgb(132,191,80); }
div.DivClassName
{
background-color: #84BF50;
}
.BgClassName
{
background-color: #84BF50;
}
</style>
border-color css
<style>
span { border-color: #84BF50; }
span { border-color: rgb(132,191,80); }
td.TdClassName
{
border-color: #84BF50;
}
.TagClassName
{
border-color: #84BF50;
}
</style>