Shades of Mantis #83BC51
Tints of Mantis #83BC51
RGB
CMYK
RGB Variations
Color information
#83BC51 (or 0x83BC51) is known color: Mantis. HEX triplet: 83, BC and 51. RGB value is (131,188,81). Sum of RGB (Red+Green+Blue) = 131+188+81=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC51 is #7C43AE. Grayscale: #9F9F9F. Windows color (decimal): -8143791 or 5356675. OLE color: 5356675.
HSL color Cylindrical-coordinate representation of color #83BC51: hue angle of 91.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83BC51 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 81 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.26 |
| HSL | 91.96º | 0.44% | 0.53% | - |
| HSV(B) | 91.96º | 0.57% | 0.74% | - |
| XYZ | 28.83 | 41.39 | 14.25 | - |
| YUV | 158.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 81 | 0.30 | 0 | 0.57 | 0.26 | 91.96 | 0.44 | 0.53 |
| Hex | 83 | BC | 51 | 1E | 0 | 39 | 1A | 5C | 2C | 35 |
| Octal | 203 | 274 | 121 | 36 | 0 | 71 | 32 | 134 | 54 | 65 |
| Binary | 10000011 | 10111100 | 1010001 | 11110 | 0 | 111001 | 11010 | 1011100 | 101100 | 110101 |
Color Harmonies of #83BC51
Complementary color
Monochromatic Colors of #83BC51
Black with #83BC51
Text Example
Text Example
White with #83BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC51; }
p { color: rgb(131,188,81); }
H1.HeaderClassName
{
color: #83BC51;
}
.AnyTagClassName
{
color: #83BC51;
}
</style>
background-color css
<style>
a { background-color: #83BC51; }
a { background-color: rgb(131,188,81); }
div.DivClassName
{
background-color: #83BC51;
}
.BgClassName
{
background-color: #83BC51;
}
</style>
border-color css
<style>
span { border-color: #83BC51; }
span { border-color: rgb(131,188,81); }
td.TdClassName
{
border-color: #83BC51;
}
.TagClassName
{
border-color: #83BC51;
}
</style>