Shades of Mantis #84EF50
Tints of Mantis #84EF50
RGB
CMYK
RGB Variations
Color information
#84EF50 (or 0x84EF50) is known color: Mantis. HEX triplet: 84, EF and 50. RGB value is (132,239,80). Sum of RGB (Red+Green+Blue) = 132+239+80=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EF50 is #7B10AF. Grayscale: #BDBDBD. Windows color (decimal): -8065200 or 5304196. OLE color: 5304196.
HSL color Cylindrical-coordinate representation of color #84EF50: hue angle of 100.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84EF50 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 80 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.06 |
| HSL | 100.38º | 0.83% | 0.63% | - |
| HSV(B) | 100.38º | 0.67% | 0.94% | - |
| XYZ | 41.83 | 67.22 | 18.36 | - |
| YUV | 188.88 | 66.55 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 80 | 0.45 | 0 | 0.67 | 0.06 | 100.38 | 0.83 | 0.63 |
| Hex | 84 | EF | 50 | 2D | 0 | 43 | 6 | 64 | 53 | 3F |
| Octal | 204 | 357 | 120 | 55 | 0 | 103 | 6 | 144 | 123 | 77 |
| Binary | 10000100 | 11101111 | 1010000 | 101101 | 0 | 1000011 | 110 | 1100100 | 1010011 | 111111 |
Color Harmonies of #84EF50
Complementary color
Monochromatic Colors of #84EF50
Black with #84EF50
Text Example
Text Example
White with #84EF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF50; }
p { color: rgb(132,239,80); }
H1.HeaderClassName
{
color: #84EF50;
}
.AnyTagClassName
{
color: #84EF50;
}
</style>
background-color css
<style>
a { background-color: #84EF50; }
a { background-color: rgb(132,239,80); }
div.DivClassName
{
background-color: #84EF50;
}
.BgClassName
{
background-color: #84EF50;
}
</style>
border-color css
<style>
span { border-color: #84EF50; }
span { border-color: rgb(132,239,80); }
td.TdClassName
{
border-color: #84EF50;
}
.TagClassName
{
border-color: #84EF50;
}
</style>