Shades of Mantis #83BB49
Tints of Mantis #83BB49
RGB
CMYK
RGB Variations
Color information
#83BB49 (or 0x83BB49) is known color: Mantis. HEX triplet: 83, BB and 49. RGB value is (131,187,73). Sum of RGB (Red+Green+Blue) = 131+187+73=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB49 is #7C44B6. Grayscale: #9D9D9D. Windows color (decimal): -8144055 or 4832131. OLE color: 4832131.
HSL color Cylindrical-coordinate representation of color #83BB49: hue angle of 89.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83BB49 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 73 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.27 |
| HSL | 89.47º | 0.46% | 0.51% | - |
| HSV(B) | 89.47º | 0.61% | 0.73% | - |
| XYZ | 28.33 | 40.85 | 12.69 | - |
| YUV | 157.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 73 | 0.30 | 0 | 0.61 | 0.27 | 89.47 | 0.46 | 0.51 |
| Hex | 83 | BB | 49 | 1E | 0 | 3D | 1B | 59 | 2E | 33 |
| Octal | 203 | 273 | 111 | 36 | 0 | 75 | 33 | 131 | 56 | 63 |
| Binary | 10000011 | 10111011 | 1001001 | 11110 | 0 | 111101 | 11011 | 1011001 | 101110 | 110011 |
Color Harmonies of #83BB49
Complementary color
Monochromatic Colors of #83BB49
Black with #83BB49
Text Example
Text Example
White with #83BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB49; }
p { color: rgb(131,187,73); }
H1.HeaderClassName
{
color: #83BB49;
}
.AnyTagClassName
{
color: #83BB49;
}
</style>
background-color css
<style>
a { background-color: #83BB49; }
a { background-color: rgb(131,187,73); }
div.DivClassName
{
background-color: #83BB49;
}
.BgClassName
{
background-color: #83BB49;
}
</style>
border-color css
<style>
span { border-color: #83BB49; }
span { border-color: rgb(131,187,73); }
td.TdClassName
{
border-color: #83BB49;
}
.TagClassName
{
border-color: #83BB49;
}
</style>