Shades of Mantis #83BD49
Tints of Mantis #83BD49
RGB
CMYK
RGB Variations
Color information
#83BD49 (or 0x83BD49) is known color: Mantis. HEX triplet: 83, BD and 49. RGB value is (131,189,73). Sum of RGB (Red+Green+Blue) = 131+189+73=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD49 is #7C42B6. Grayscale: #9E9E9E. Windows color (decimal): -8143543 or 4832643. OLE color: 4832643.
HSL color Cylindrical-coordinate representation of color #83BD49: hue angle of 90º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83BD49 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 73 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.26 |
| HSL | 90º | 0.47% | 0.51% | - |
| HSV(B) | 90º | 0.61% | 0.74% | - |
| XYZ | 28.76 | 41.7 | 12.84 | - |
| YUV | 158.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 73 | 0.31 | 0 | 0.61 | 0.26 | 90 | 0.47 | 0.51 |
| Hex | 83 | BD | 49 | 1F | 0 | 3D | 1A | 5A | 2F | 33 |
| Octal | 203 | 275 | 111 | 37 | 0 | 75 | 32 | 132 | 57 | 63 |
| Binary | 10000011 | 10111101 | 1001001 | 11111 | 0 | 111101 | 11010 | 1011010 | 101111 | 110011 |
Color Harmonies of #83BD49
Complementary color
Monochromatic Colors of #83BD49
Black with #83BD49
Text Example
Text Example
White with #83BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD49; }
p { color: rgb(131,189,73); }
H1.HeaderClassName
{
color: #83BD49;
}
.AnyTagClassName
{
color: #83BD49;
}
</style>
background-color css
<style>
a { background-color: #83BD49; }
a { background-color: rgb(131,189,73); }
div.DivClassName
{
background-color: #83BD49;
}
.BgClassName
{
background-color: #83BD49;
}
</style>
border-color css
<style>
span { border-color: #83BD49; }
span { border-color: rgb(131,189,73); }
td.TdClassName
{
border-color: #83BD49;
}
.TagClassName
{
border-color: #83BD49;
}
</style>