Shades of Mantis #83B56D
Tints of Mantis #83B56D
RGB
CMYK
RGB Variations
Color information
#83B56D (or 0x83B56D) is known color: Mantis. HEX triplet: 83, B5 and 6D. RGB value is (131,181,109). Sum of RGB (Red+Green+Blue) = 131+181+109=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #83B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B56D is #7C4A92. Grayscale: #9E9E9E. Windows color (decimal): -8145555 or 7189891. OLE color: 7189891.
HSL color Cylindrical-coordinate representation of color #83B56D: hue angle of 101.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B56D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 109 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.29 |
| HSL | 101.67º | 0.33% | 0.57% | - |
| HSV(B) | 101.67º | 0.4% | 0.71% | - |
| XYZ | 28.64 | 38.98 | 20.48 | - |
| YUV | 157.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 109 | 0.28 | 0 | 0.40 | 0.29 | 101.67 | 0.33 | 0.57 |
| Hex | 83 | B5 | 6D | 1C | 0 | 28 | 1D | 66 | 21 | 39 |
| Octal | 203 | 265 | 155 | 34 | 0 | 50 | 35 | 146 | 41 | 71 |
| Binary | 10000011 | 10110101 | 1101101 | 11100 | 0 | 101000 | 11101 | 1100110 | 100001 | 111001 |
Color Harmonies of #83B56D
Complementary color
Monochromatic Colors of #83B56D
Black with #83B56D
Text Example
Text Example
White with #83B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B56D; }
p { color: rgb(131,181,109); }
H1.HeaderClassName
{
color: #83B56D;
}
.AnyTagClassName
{
color: #83B56D;
}
</style>
background-color css
<style>
a { background-color: #83B56D; }
a { background-color: rgb(131,181,109); }
div.DivClassName
{
background-color: #83B56D;
}
.BgClassName
{
background-color: #83B56D;
}
</style>
border-color css
<style>
span { border-color: #83B56D; }
span { border-color: rgb(131,181,109); }
td.TdClassName
{
border-color: #83B56D;
}
.TagClassName
{
border-color: #83B56D;
}
</style>