Shades of Mantis #83E358
Tints of Mantis #83E358
RGB
CMYK
RGB Variations
Color information
#83E358 (or 0x83E358) is known color: Mantis. HEX triplet: 83, E3 and 58. RGB value is (131,227,88). Sum of RGB (Red+Green+Blue) = 131+227+88=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #83E358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E358 is #7C1CA7. Grayscale: #B6B6B6. Windows color (decimal): -8133800 or 5825411. OLE color: 5825411.
HSL color Cylindrical-coordinate representation of color #83E358: hue angle of 101.44º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83E358 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 88 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.11 |
| HSL | 101.44º | 0.71% | 0.62% | - |
| HSV(B) | 101.44º | 0.61% | 0.89% | - |
| XYZ | 38.59 | 60.47 | 18.87 | - |
| YUV | 182.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 88 | 0.42 | 0 | 0.61 | 0.11 | 101.44 | 0.71 | 0.62 |
| Hex | 83 | E3 | 58 | 2A | 0 | 3D | B | 65 | 47 | 3E |
| Octal | 203 | 343 | 130 | 52 | 0 | 75 | 13 | 145 | 107 | 76 |
| Binary | 10000011 | 11100011 | 1011000 | 101010 | 0 | 111101 | 1011 | 1100101 | 1000111 | 111110 |
Color Harmonies of #83E358
Complementary color
Monochromatic Colors of #83E358
Black with #83E358
Text Example
Text Example
White with #83E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E358; }
p { color: rgb(131,227,88); }
H1.HeaderClassName
{
color: #83E358;
}
.AnyTagClassName
{
color: #83E358;
}
</style>
background-color css
<style>
a { background-color: #83E358; }
a { background-color: rgb(131,227,88); }
div.DivClassName
{
background-color: #83E358;
}
.BgClassName
{
background-color: #83E358;
}
</style>
border-color css
<style>
span { border-color: #83E358; }
span { border-color: rgb(131,227,88); }
td.TdClassName
{
border-color: #83E358;
}
.TagClassName
{
border-color: #83E358;
}
</style>