Shades of Mantis #84ED50
Tints of Mantis #84ED50
RGB
CMYK
RGB Variations
Color information
#84ED50 (or 0x84ED50) is known color: Mantis. HEX triplet: 84, ED and 50. RGB value is (132,237,80). Sum of RGB (Red+Green+Blue) = 132+237+80=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED50 is #7B12AF. Grayscale: #BCBCBC. Windows color (decimal): -8065712 or 5303684. OLE color: 5303684.
HSL color Cylindrical-coordinate representation of color #84ED50: hue angle of 100.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84ED50 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 80 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.07 |
| HSL | 100.13º | 0.81% | 0.62% | - |
| HSV(B) | 100.13º | 0.66% | 0.93% | - |
| XYZ | 41.25 | 66.05 | 18.16 | - |
| YUV | 187.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 80 | 0.44 | 0 | 0.66 | 0.07 | 100.13 | 0.81 | 0.62 |
| Hex | 84 | ED | 50 | 2C | 0 | 42 | 7 | 64 | 51 | 3E |
| Octal | 204 | 355 | 120 | 54 | 0 | 102 | 7 | 144 | 121 | 76 |
| Binary | 10000100 | 11101101 | 1010000 | 101100 | 0 | 1000010 | 111 | 1100100 | 1010001 | 111110 |
Color Harmonies of #84ED50
Complementary color
Monochromatic Colors of #84ED50
Black with #84ED50
Text Example
Text Example
White with #84ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED50; }
p { color: rgb(132,237,80); }
H1.HeaderClassName
{
color: #84ED50;
}
.AnyTagClassName
{
color: #84ED50;
}
</style>
background-color css
<style>
a { background-color: #84ED50; }
a { background-color: rgb(132,237,80); }
div.DivClassName
{
background-color: #84ED50;
}
.BgClassName
{
background-color: #84ED50;
}
</style>
border-color css
<style>
span { border-color: #84ED50; }
span { border-color: rgb(132,237,80); }
td.TdClassName
{
border-color: #84ED50;
}
.TagClassName
{
border-color: #84ED50;
}
</style>