Shades of Mantis #83B759
Tints of Mantis #83B759
RGB
CMYK
RGB Variations
Color information
#83B759 (or 0x83B759) is known color: Mantis. HEX triplet: 83, B7 and 59. RGB value is (131,183,89). Sum of RGB (Red+Green+Blue) = 131+183+89=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #83B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B759 is #7C48A6. Grayscale: #9D9D9D. Windows color (decimal): -8145063 or 5879683. OLE color: 5879683.
HSL color Cylindrical-coordinate representation of color #83B759: hue angle of 93.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83B759 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 89 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.28 |
| HSL | 93.19º | 0.39% | 0.53% | - |
| HSV(B) | 93.19º | 0.51% | 0.72% | - |
| XYZ | 28.1 | 39.41 | 15.58 | - |
| YUV | 156.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 89 | 0.28 | 0 | 0.51 | 0.28 | 93.19 | 0.39 | 0.53 |
| Hex | 83 | B7 | 59 | 1C | 0 | 33 | 1C | 5D | 27 | 35 |
| Octal | 203 | 267 | 131 | 34 | 0 | 63 | 34 | 135 | 47 | 65 |
| Binary | 10000011 | 10110111 | 1011001 | 11100 | 0 | 110011 | 11100 | 1011101 | 100111 | 110101 |
Color Harmonies of #83B759
Complementary color
Monochromatic Colors of #83B759
Black with #83B759
Text Example
Text Example
White with #83B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B759; }
p { color: rgb(131,183,89); }
H1.HeaderClassName
{
color: #83B759;
}
.AnyTagClassName
{
color: #83B759;
}
</style>
background-color css
<style>
a { background-color: #83B759; }
a { background-color: rgb(131,183,89); }
div.DivClassName
{
background-color: #83B759;
}
.BgClassName
{
background-color: #83B759;
}
</style>
border-color css
<style>
span { border-color: #83B759; }
span { border-color: rgb(131,183,89); }
td.TdClassName
{
border-color: #83B759;
}
.TagClassName
{
border-color: #83B759;
}
</style>