Shades of Mantis #84E150
Tints of Mantis #84E150
RGB
CMYK
RGB Variations
Color information
#84E150 (or 0x84E150) is known color: Mantis. HEX triplet: 84, E1 and 50. RGB value is (132,225,80). Sum of RGB (Red+Green+Blue) = 132+225+80=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #84E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E150 is #7B1EAF. Grayscale: #B5B5B5. Windows color (decimal): -8068784 or 5300612. OLE color: 5300612.
HSL color Cylindrical-coordinate representation of color #84E150: hue angle of 98.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84E150 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 80 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.12 |
| HSL | 98.48º | 0.71% | 0.6% | - |
| HSV(B) | 98.48º | 0.64% | 0.88% | - |
| XYZ | 37.89 | 59.34 | 17.05 | - |
| YUV | 180.66 | 71.19 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 80 | 0.41 | 0 | 0.64 | 0.12 | 98.48 | 0.71 | 0.6 |
| Hex | 84 | E1 | 50 | 29 | 0 | 40 | C | 62 | 47 | 3C |
| Octal | 204 | 341 | 120 | 51 | 0 | 100 | 14 | 142 | 107 | 74 |
| Binary | 10000100 | 11100001 | 1010000 | 101001 | 0 | 1000000 | 1100 | 1100010 | 1000111 | 111100 |
Color Harmonies of #84E150
Complementary color
Monochromatic Colors of #84E150
Black with #84E150
Text Example
Text Example
White with #84E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E150; }
p { color: rgb(132,225,80); }
H1.HeaderClassName
{
color: #84E150;
}
.AnyTagClassName
{
color: #84E150;
}
</style>
background-color css
<style>
a { background-color: #84E150; }
a { background-color: rgb(132,225,80); }
div.DivClassName
{
background-color: #84E150;
}
.BgClassName
{
background-color: #84E150;
}
</style>
border-color css
<style>
span { border-color: #84E150; }
span { border-color: rgb(132,225,80); }
td.TdClassName
{
border-color: #84E150;
}
.TagClassName
{
border-color: #84E150;
}
</style>