Shades of Mantis #83EC50
Tints of Mantis #83EC50
RGB
CMYK
RGB Variations
Color information
#83EC50 (or 0x83EC50) is known color: Mantis. HEX triplet: 83, EC and 50. RGB value is (131,236,80). Sum of RGB (Red+Green+Blue) = 131+236+80=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #83EC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83EC50 is #7C13AF. Grayscale: #BBBBBB. Windows color (decimal): -8131504 or 5303427. OLE color: 5303427.
HSL color Cylindrical-coordinate representation of color #83EC50: hue angle of 100.38º degrees, saturation: 0.8, 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 #83EC50 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 80 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.07 |
| HSL | 100.38º | 0.8% | 0.62% | - |
| HSV(B) | 100.38º | 0.66% | 0.93% | - |
| XYZ | 40.8 | 65.4 | 18.06 | - |
| YUV | 186.82 | 67.71 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 80 | 0.44 | 0 | 0.66 | 0.07 | 100.38 | 0.8 | 0.62 |
| Hex | 83 | EC | 50 | 2C | 0 | 42 | 7 | 64 | 50 | 3E |
| Octal | 203 | 354 | 120 | 54 | 0 | 102 | 7 | 144 | 120 | 76 |
| Binary | 10000011 | 11101100 | 1010000 | 101100 | 0 | 1000010 | 111 | 1100100 | 1010000 | 111110 |
Color Harmonies of #83EC50
Complementary color
Monochromatic Colors of #83EC50
Black with #83EC50
Text Example
Text Example
White with #83EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EC50; }
p { color: rgb(131,236,80); }
H1.HeaderClassName
{
color: #83EC50;
}
.AnyTagClassName
{
color: #83EC50;
}
</style>
background-color css
<style>
a { background-color: #83EC50; }
a { background-color: rgb(131,236,80); }
div.DivClassName
{
background-color: #83EC50;
}
.BgClassName
{
background-color: #83EC50;
}
</style>
border-color css
<style>
span { border-color: #83EC50; }
span { border-color: rgb(131,236,80); }
td.TdClassName
{
border-color: #83EC50;
}
.TagClassName
{
border-color: #83EC50;
}
</style>