Shades of Mantis #83B772
Tints of Mantis #83B772
RGB
CMYK
RGB Variations
Color information
#83B772 (or 0x83B772) is known color: Mantis. HEX triplet: 83, B7 and 72. RGB value is (131,183,114). Sum of RGB (Red+Green+Blue) = 131+183+114=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #83B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B772 is #7C488D. Grayscale: #9F9F9F. Windows color (decimal): -8145038 or 7518083. OLE color: 7518083.
HSL color Cylindrical-coordinate representation of color #83B772: hue angle of 105.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83B772 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 114 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.28 |
| HSL | 105.22º | 0.32% | 0.58% | - |
| HSV(B) | 105.22º | 0.38% | 0.72% | - |
| XYZ | 29.33 | 39.91 | 22.08 | - |
| YUV | 159.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 114 | 0.28 | 0 | 0.38 | 0.28 | 105.22 | 0.32 | 0.58 |
| Hex | 83 | B7 | 72 | 1C | 0 | 26 | 1C | 69 | 20 | 3A |
| Octal | 203 | 267 | 162 | 34 | 0 | 46 | 34 | 151 | 40 | 72 |
| Binary | 10000011 | 10110111 | 1110010 | 11100 | 0 | 100110 | 11100 | 1101001 | 100000 | 111010 |
Color Harmonies of #83B772
Complementary color
Monochromatic Colors of #83B772
Black with #83B772
Text Example
Text Example
White with #83B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B772; }
p { color: rgb(131,183,114); }
H1.HeaderClassName
{
color: #83B772;
}
.AnyTagClassName
{
color: #83B772;
}
</style>
background-color css
<style>
a { background-color: #83B772; }
a { background-color: rgb(131,183,114); }
div.DivClassName
{
background-color: #83B772;
}
.BgClassName
{
background-color: #83B772;
}
</style>
border-color css
<style>
span { border-color: #83B772; }
span { border-color: rgb(131,183,114); }
td.TdClassName
{
border-color: #83B772;
}
.TagClassName
{
border-color: #83B772;
}
</style>