Shades of Mantis #83BC59
Tints of Mantis #83BC59
RGB
CMYK
RGB Variations
Color information
#83BC59 (or 0x83BC59) is known color: Mantis. HEX triplet: 83, BC and 59. RGB value is (131,188,89). Sum of RGB (Red+Green+Blue) = 131+188+89=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC59 is #7C43A6. Grayscale: #A0A0A0. Windows color (decimal): -8143783 or 5880963. OLE color: 5880963.
HSL color Cylindrical-coordinate representation of color #83BC59: hue angle of 94.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83BC59 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 89 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.26 |
| HSL | 94.55º | 0.42% | 0.54% | - |
| HSV(B) | 94.55º | 0.53% | 0.74% | - |
| XYZ | 29.15 | 41.51 | 15.93 | - |
| YUV | 159.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 89 | 0.30 | 0 | 0.53 | 0.26 | 94.55 | 0.42 | 0.54 |
| Hex | 83 | BC | 59 | 1E | 0 | 35 | 1A | 5F | 2A | 36 |
| Octal | 203 | 274 | 131 | 36 | 0 | 65 | 32 | 137 | 52 | 66 |
| Binary | 10000011 | 10111100 | 1011001 | 11110 | 0 | 110101 | 11010 | 1011111 | 101010 | 110110 |
Color Harmonies of #83BC59
Complementary color
Monochromatic Colors of #83BC59
Black with #83BC59
Text Example
Text Example
White with #83BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC59; }
p { color: rgb(131,188,89); }
H1.HeaderClassName
{
color: #83BC59;
}
.AnyTagClassName
{
color: #83BC59;
}
</style>
background-color css
<style>
a { background-color: #83BC59; }
a { background-color: rgb(131,188,89); }
div.DivClassName
{
background-color: #83BC59;
}
.BgClassName
{
background-color: #83BC59;
}
</style>
border-color css
<style>
span { border-color: #83BC59; }
span { border-color: rgb(131,188,89); }
td.TdClassName
{
border-color: #83BC59;
}
.TagClassName
{
border-color: #83BC59;
}
</style>