Shades of Mantis #83BA5D
Tints of Mantis #83BA5D
RGB
CMYK
RGB Variations
Color information
#83BA5D (or 0x83BA5D) is known color: Mantis. HEX triplet: 83, BA and 5D. RGB value is (131,186,93). Sum of RGB (Red+Green+Blue) = 131+186+93=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BA5D is #7C45A2. Grayscale: #9F9F9F. Windows color (decimal): -8144291 or 6142595. OLE color: 6142595.
HSL color Cylindrical-coordinate representation of color #83BA5D: hue angle of 95.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83BA5D is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 93 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.27 |
| HSL | 95.48º | 0.4% | 0.55% | - |
| HSV(B) | 95.48º | 0.5% | 0.73% | - |
| XYZ | 28.89 | 40.73 | 16.7 | - |
| YUV | 158.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 93 | 0.30 | 0 | 0.5 | 0.27 | 95.48 | 0.4 | 0.55 |
| Hex | 83 | BA | 5D | 1E | 0 | 32 | 1B | 5F | 28 | 37 |
| Octal | 203 | 272 | 135 | 36 | 0 | 62 | 33 | 137 | 50 | 67 |
| Binary | 10000011 | 10111010 | 1011101 | 11110 | 0 | 110010 | 11011 | 1011111 | 101000 | 110111 |
Color Harmonies of #83BA5D
Complementary color
Monochromatic Colors of #83BA5D
Black with #83BA5D
Text Example
Text Example
White with #83BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA5D; }
p { color: rgb(131,186,93); }
H1.HeaderClassName
{
color: #83BA5D;
}
.AnyTagClassName
{
color: #83BA5D;
}
</style>
background-color css
<style>
a { background-color: #83BA5D; }
a { background-color: rgb(131,186,93); }
div.DivClassName
{
background-color: #83BA5D;
}
.BgClassName
{
background-color: #83BA5D;
}
</style>
border-color css
<style>
span { border-color: #83BA5D; }
span { border-color: rgb(131,186,93); }
td.TdClassName
{
border-color: #83BA5D;
}
.TagClassName
{
border-color: #83BA5D;
}
</style>