Shades of Mantis #83B973
Tints of Mantis #83B973
RGB
CMYK
RGB Variations
Color information
#83B973 (or 0x83B973) is known color: Mantis. HEX triplet: 83, B9 and 73. RGB value is (131,185,115). Sum of RGB (Red+Green+Blue) = 131+185+115=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #83B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B973 is #7C468C. Grayscale: #A1A1A1. Windows color (decimal): -8144525 or 7584131. OLE color: 7584131.
HSL color Cylindrical-coordinate representation of color #83B973: hue angle of 106.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83B973 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 115 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.27 |
| HSL | 106.29º | 0.33% | 0.59% | - |
| HSV(B) | 106.29º | 0.38% | 0.73% | - |
| XYZ | 29.8 | 40.76 | 22.52 | - |
| YUV | 160.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 115 | 0.29 | 0 | 0.38 | 0.27 | 106.29 | 0.33 | 0.59 |
| Hex | 83 | B9 | 73 | 1D | 0 | 26 | 1B | 6A | 21 | 3B |
| Octal | 203 | 271 | 163 | 35 | 0 | 46 | 33 | 152 | 41 | 73 |
| Binary | 10000011 | 10111001 | 1110011 | 11101 | 0 | 100110 | 11011 | 1101010 | 100001 | 111011 |
Color Harmonies of #83B973
Complementary color
Monochromatic Colors of #83B973
Black with #83B973
Text Example
Text Example
White with #83B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B973; }
p { color: rgb(131,185,115); }
H1.HeaderClassName
{
color: #83B973;
}
.AnyTagClassName
{
color: #83B973;
}
</style>
background-color css
<style>
a { background-color: #83B973; }
a { background-color: rgb(131,185,115); }
div.DivClassName
{
background-color: #83B973;
}
.BgClassName
{
background-color: #83B973;
}
</style>
border-color css
<style>
span { border-color: #83B973; }
span { border-color: rgb(131,185,115); }
td.TdClassName
{
border-color: #83B973;
}
.TagClassName
{
border-color: #83B973;
}
</style>