Shades of Mantis #83BF73
Tints of Mantis #83BF73
RGB
CMYK
RGB Variations
Color information
#83BF73 (or 0x83BF73) is known color: Mantis. HEX triplet: 83, BF and 73. RGB value is (131,191,115). Sum of RGB (Red+Green+Blue) = 131+191+115=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF73 is #7C408C. Grayscale: #A4A4A4. Windows color (decimal): -8142989 or 7585667. OLE color: 7585667.
HSL color Cylindrical-coordinate representation of color #83BF73: hue angle of 107.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BF73 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 115 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.25 |
| HSL | 107.37º | 0.37% | 0.6% | - |
| HSV(B) | 107.37º | 0.4% | 0.75% | - |
| XYZ | 31.09 | 43.32 | 22.94 | - |
| YUV | 164.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 115 | 0.31 | 0 | 0.40 | 0.25 | 107.37 | 0.37 | 0.6 |
| Hex | 83 | BF | 73 | 1F | 0 | 28 | 19 | 6B | 25 | 3C |
| Octal | 203 | 277 | 163 | 37 | 0 | 50 | 31 | 153 | 45 | 74 |
| Binary | 10000011 | 10111111 | 1110011 | 11111 | 0 | 101000 | 11001 | 1101011 | 100101 | 111100 |
Color Harmonies of #83BF73
Complementary color
Monochromatic Colors of #83BF73
Black with #83BF73
Text Example
Text Example
White with #83BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF73; }
p { color: rgb(131,191,115); }
H1.HeaderClassName
{
color: #83BF73;
}
.AnyTagClassName
{
color: #83BF73;
}
</style>
background-color css
<style>
a { background-color: #83BF73; }
a { background-color: rgb(131,191,115); }
div.DivClassName
{
background-color: #83BF73;
}
.BgClassName
{
background-color: #83BF73;
}
</style>
border-color css
<style>
span { border-color: #83BF73; }
span { border-color: rgb(131,191,115); }
td.TdClassName
{
border-color: #83BF73;
}
.TagClassName
{
border-color: #83BF73;
}
</style>