Shades of Mantis #83E650
Tints of Mantis #83E650
RGB
CMYK
RGB Variations
Color information
#83E650 (or 0x83E650) is known color: Mantis. HEX triplet: 83, E6 and 50. RGB value is (131,230,80). Sum of RGB (Red+Green+Blue) = 131+230+80=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #83E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83E650 is #7C19AF. Grayscale: #B7B7B7. Windows color (decimal): -8133040 or 5301891. OLE color: 5301891.
HSL color Cylindrical-coordinate representation of color #83E650: hue angle of 99.6º degrees, saturation: 0.75, 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 #83E650 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 80 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.10 |
| HSL | 99.6º | 0.75% | 0.61% | - |
| HSV(B) | 99.6º | 0.65% | 0.9% | - |
| XYZ | 39.1 | 62 | 17.5 | - |
| YUV | 183.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 80 | 0.43 | 0 | 0.65 | 0.10 | 99.6 | 0.75 | 0.61 |
| Hex | 83 | E6 | 50 | 2B | 0 | 41 | A | 64 | 4B | 3D |
| Octal | 203 | 346 | 120 | 53 | 0 | 101 | 12 | 144 | 113 | 75 |
| Binary | 10000011 | 11100110 | 1010000 | 101011 | 0 | 1000001 | 1010 | 1100100 | 1001011 | 111101 |
Color Harmonies of #83E650
Complementary color
Monochromatic Colors of #83E650
Black with #83E650
Text Example
Text Example
White with #83E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E650; }
p { color: rgb(131,230,80); }
H1.HeaderClassName
{
color: #83E650;
}
.AnyTagClassName
{
color: #83E650;
}
</style>
background-color css
<style>
a { background-color: #83E650; }
a { background-color: rgb(131,230,80); }
div.DivClassName
{
background-color: #83E650;
}
.BgClassName
{
background-color: #83E650;
}
</style>
border-color css
<style>
span { border-color: #83E650; }
span { border-color: rgb(131,230,80); }
td.TdClassName
{
border-color: #83E650;
}
.TagClassName
{
border-color: #83E650;
}
</style>