Shades of Mantis #83E150
Tints of Mantis #83E150
RGB
CMYK
RGB Variations
Color information
#83E150 (or 0x83E150) is known color: Mantis. HEX triplet: 83, E1 and 50. RGB value is (131,225,80). Sum of RGB (Red+Green+Blue) = 131+225+80=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #83E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E150 is #7C1EAF. Grayscale: #B4B4B4. Windows color (decimal): -8134320 or 5300611. OLE color: 5300611.
HSL color Cylindrical-coordinate representation of color #83E150: hue angle of 98.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83E150 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 225 | 80 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.12 |
| HSL | 98.9º | 0.71% | 0.6% | - |
| HSV(B) | 98.9º | 0.64% | 0.88% | - |
| XYZ | 37.73 | 59.25 | 17.04 | - |
| YUV | 180.36 | 71.36 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 225 | 80 | 0.42 | 0 | 0.64 | 0.12 | 98.9 | 0.71 | 0.6 |
| Hex | 83 | E1 | 50 | 2A | 0 | 40 | C | 63 | 47 | 3C |
| Octal | 203 | 341 | 120 | 52 | 0 | 100 | 14 | 143 | 107 | 74 |
| Binary | 10000011 | 11100001 | 1010000 | 101010 | 0 | 1000000 | 1100 | 1100011 | 1000111 | 111100 |
Color Harmonies of #83E150
Complementary color
Monochromatic Colors of #83E150
Black with #83E150
Text Example
Text Example
White with #83E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E150; }
p { color: rgb(131,225,80); }
H1.HeaderClassName
{
color: #83E150;
}
.AnyTagClassName
{
color: #83E150;
}
</style>
background-color css
<style>
a { background-color: #83E150; }
a { background-color: rgb(131,225,80); }
div.DivClassName
{
background-color: #83E150;
}
.BgClassName
{
background-color: #83E150;
}
</style>
border-color css
<style>
span { border-color: #83E150; }
span { border-color: rgb(131,225,80); }
td.TdClassName
{
border-color: #83E150;
}
.TagClassName
{
border-color: #83E150;
}
</style>