Shades of Mantis #83E351
Tints of Mantis #83E351
RGB
CMYK
RGB Variations
Color information
#83E351 (or 0x83E351) is known color: Mantis. HEX triplet: 83, E3 and 51. RGB value is (131,227,81). Sum of RGB (Red+Green+Blue) = 131+227+81=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #83E351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E351 is #7C1CAE. Grayscale: #B6B6B6. Windows color (decimal): -8133807 or 5366659. OLE color: 5366659.
HSL color Cylindrical-coordinate representation of color #83E351: hue angle of 99.45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83E351 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 81 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.11 |
| HSL | 99.45º | 0.72% | 0.6% | - |
| HSV(B) | 99.45º | 0.64% | 0.89% | - |
| XYZ | 38.31 | 60.36 | 17.42 | - |
| YUV | 181.65 | 71.2 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 81 | 0.42 | 0 | 0.64 | 0.11 | 99.45 | 0.72 | 0.6 |
| Hex | 83 | E3 | 51 | 2A | 0 | 40 | B | 63 | 48 | 3C |
| Octal | 203 | 343 | 121 | 52 | 0 | 100 | 13 | 143 | 110 | 74 |
| Binary | 10000011 | 11100011 | 1010001 | 101010 | 0 | 1000000 | 1011 | 1100011 | 1001000 | 111100 |
Color Harmonies of #83E351
Complementary color
Monochromatic Colors of #83E351
Black with #83E351
Text Example
Text Example
White with #83E351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E351; }
p { color: rgb(131,227,81); }
H1.HeaderClassName
{
color: #83E351;
}
.AnyTagClassName
{
color: #83E351;
}
</style>
background-color css
<style>
a { background-color: #83E351; }
a { background-color: rgb(131,227,81); }
div.DivClassName
{
background-color: #83E351;
}
.BgClassName
{
background-color: #83E351;
}
</style>
border-color css
<style>
span { border-color: #83E351; }
span { border-color: rgb(131,227,81); }
td.TdClassName
{
border-color: #83E351;
}
.TagClassName
{
border-color: #83E351;
}
</style>