Shades of Mantis #83E550
Tints of Mantis #83E550
RGB
CMYK
RGB Variations
Color information
#83E550 (or 0x83E550) is known color: Mantis. HEX triplet: 83, E5 and 50. RGB value is (131,229,80). Sum of RGB (Red+Green+Blue) = 131+229+80=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #83E550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E550 is #7C1AAF. Grayscale: #B7B7B7. Windows color (decimal): -8133296 or 5301635. OLE color: 5301635.
HSL color Cylindrical-coordinate representation of color #83E550: hue angle of 99.46º 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 #83E550 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 229 | 80 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.10 |
| HSL | 99.46º | 0.74% | 0.61% | - |
| HSV(B) | 99.46º | 0.65% | 0.9% | - |
| XYZ | 38.83 | 61.44 | 17.4 | - |
| YUV | 182.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 229 | 80 | 0.43 | 0 | 0.65 | 0.10 | 99.46 | 0.74 | 0.61 |
| Hex | 83 | E5 | 50 | 2B | 0 | 41 | A | 63 | 4A | 3D |
| Octal | 203 | 345 | 120 | 53 | 0 | 101 | 12 | 143 | 112 | 75 |
| Binary | 10000011 | 11100101 | 1010000 | 101011 | 0 | 1000001 | 1010 | 1100011 | 1001010 | 111101 |
Color Harmonies of #83E550
Complementary color
Monochromatic Colors of #83E550
Black with #83E550
Text Example
Text Example
White with #83E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E550; }
p { color: rgb(131,229,80); }
H1.HeaderClassName
{
color: #83E550;
}
.AnyTagClassName
{
color: #83E550;
}
</style>
background-color css
<style>
a { background-color: #83E550; }
a { background-color: rgb(131,229,80); }
div.DivClassName
{
background-color: #83E550;
}
.BgClassName
{
background-color: #83E550;
}
</style>
border-color css
<style>
span { border-color: #83E550; }
span { border-color: rgb(131,229,80); }
td.TdClassName
{
border-color: #83E550;
}
.TagClassName
{
border-color: #83E550;
}
</style>