Shades of Mantis #83B873
Tints of Mantis #83B873
RGB
CMYK
RGB Variations
Color information
#83B873 (or 0x83B873) is known color: Mantis. HEX triplet: 83, B8 and 73. RGB value is (131,184,115). Sum of RGB (Red+Green+Blue) = 131+184+115=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #83B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B873 is #7C478C. Grayscale: #A0A0A0. Windows color (decimal): -8144781 or 7583875. OLE color: 7583875.
HSL color Cylindrical-coordinate representation of color #83B873: hue angle of 106.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83B873 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 115 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.28 |
| HSL | 106.09º | 0.33% | 0.59% | - |
| HSV(B) | 106.09º | 0.38% | 0.72% | - |
| XYZ | 29.6 | 40.34 | 22.45 | - |
| YUV | 160.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 115 | 0.29 | 0 | 0.38 | 0.28 | 106.09 | 0.33 | 0.59 |
| Hex | 83 | B8 | 73 | 1D | 0 | 26 | 1C | 6A | 21 | 3B |
| Octal | 203 | 270 | 163 | 35 | 0 | 46 | 34 | 152 | 41 | 73 |
| Binary | 10000011 | 10111000 | 1110011 | 11101 | 0 | 100110 | 11100 | 1101010 | 100001 | 111011 |
Color Harmonies of #83B873
Complementary color
Monochromatic Colors of #83B873
Black with #83B873
Text Example
Text Example
White with #83B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B873; }
p { color: rgb(131,184,115); }
H1.HeaderClassName
{
color: #83B873;
}
.AnyTagClassName
{
color: #83B873;
}
</style>
background-color css
<style>
a { background-color: #83B873; }
a { background-color: rgb(131,184,115); }
div.DivClassName
{
background-color: #83B873;
}
.BgClassName
{
background-color: #83B873;
}
</style>
border-color css
<style>
span { border-color: #83B873; }
span { border-color: rgb(131,184,115); }
td.TdClassName
{
border-color: #83B873;
}
.TagClassName
{
border-color: #83B873;
}
</style>