Shades of Mantis #84E550
Tints of Mantis #84E550
RGB
CMYK
RGB Variations
Color information
#84E550 (or 0x84E550) is known color: Mantis. HEX triplet: 84, E5 and 50. RGB value is (132,229,80). Sum of RGB (Red+Green+Blue) = 132+229+80=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #84E550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E550 is #7B1AAF. Grayscale: #B7B7B7. Windows color (decimal): -8067760 or 5301636. OLE color: 5301636.
HSL color Cylindrical-coordinate representation of color #84E550: hue angle of 99.06º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84E550 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 80 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.10 |
| HSL | 99.06º | 0.74% | 0.61% | - |
| HSV(B) | 99.06º | 0.65% | 0.9% | - |
| XYZ | 38.98 | 61.52 | 17.41 | - |
| YUV | 183.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 80 | 0.42 | 0 | 0.65 | 0.10 | 99.06 | 0.74 | 0.61 |
| Hex | 84 | E5 | 50 | 2A | 0 | 41 | A | 63 | 4A | 3D |
| Octal | 204 | 345 | 120 | 52 | 0 | 101 | 12 | 143 | 112 | 75 |
| Binary | 10000100 | 11100101 | 1010000 | 101010 | 0 | 1000001 | 1010 | 1100011 | 1001010 | 111101 |
Color Harmonies of #84E550
Complementary color
Monochromatic Colors of #84E550
Black with #84E550
Text Example
Text Example
White with #84E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E550; }
p { color: rgb(132,229,80); }
H1.HeaderClassName
{
color: #84E550;
}
.AnyTagClassName
{
color: #84E550;
}
</style>
background-color css
<style>
a { background-color: #84E550; }
a { background-color: rgb(132,229,80); }
div.DivClassName
{
background-color: #84E550;
}
.BgClassName
{
background-color: #84E550;
}
</style>
border-color css
<style>
span { border-color: #84E550; }
span { border-color: rgb(132,229,80); }
td.TdClassName
{
border-color: #84E550;
}
.TagClassName
{
border-color: #84E550;
}
</style>