Shades of Mantis #83B872
Tints of Mantis #83B872
RGB
CMYK
RGB Variations
Color information
#83B872 (or 0x83B872) is known color: Mantis. HEX triplet: 83, B8 and 72. RGB value is (131,184,114). Sum of RGB (Red+Green+Blue) = 131+184+114=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #83B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B872 is #7C478D. Grayscale: #A0A0A0. Windows color (decimal): -8144782 or 7518339. OLE color: 7518339.
HSL color Cylindrical-coordinate representation of color #83B872: hue angle of 105.43º degrees, saturation: 0.33, 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 #83B872 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 114 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.28 |
| HSL | 105.43º | 0.33% | 0.58% | - |
| HSV(B) | 105.43º | 0.38% | 0.72% | - |
| XYZ | 29.54 | 40.32 | 22.15 | - |
| YUV | 160.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 114 | 0.29 | 0 | 0.38 | 0.28 | 105.43 | 0.33 | 0.58 |
| Hex | 83 | B8 | 72 | 1D | 0 | 26 | 1C | 69 | 21 | 3A |
| Octal | 203 | 270 | 162 | 35 | 0 | 46 | 34 | 151 | 41 | 72 |
| Binary | 10000011 | 10111000 | 1110010 | 11101 | 0 | 100110 | 11100 | 1101001 | 100001 | 111010 |
Color Harmonies of #83B872
Complementary color
Monochromatic Colors of #83B872
Black with #83B872
Text Example
Text Example
White with #83B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B872; }
p { color: rgb(131,184,114); }
H1.HeaderClassName
{
color: #83B872;
}
.AnyTagClassName
{
color: #83B872;
}
</style>
background-color css
<style>
a { background-color: #83B872; }
a { background-color: rgb(131,184,114); }
div.DivClassName
{
background-color: #83B872;
}
.BgClassName
{
background-color: #83B872;
}
</style>
border-color css
<style>
span { border-color: #83B872; }
span { border-color: rgb(131,184,114); }
td.TdClassName
{
border-color: #83B872;
}
.TagClassName
{
border-color: #83B872;
}
</style>