Shades of Mantis #83BD53
Tints of Mantis #83BD53
RGB
CMYK
RGB Variations
Color information
#83BD53 (or 0x83BD53) is known color: Mantis. HEX triplet: 83, BD and 53. RGB value is (131,189,83). Sum of RGB (Red+Green+Blue) = 131+189+83=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BD53 is #7C42AC. Grayscale: #9F9F9F. Windows color (decimal): -8143533 or 5488003. OLE color: 5488003.
HSL color Cylindrical-coordinate representation of color #83BD53: hue angle of 92.83º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83BD53 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 83 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.26 |
| HSL | 92.83º | 0.45% | 0.53% | - |
| HSV(B) | 92.83º | 0.56% | 0.74% | - |
| XYZ | 29.12 | 41.85 | 14.73 | - |
| YUV | 159.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 83 | 0.31 | 0 | 0.56 | 0.26 | 92.83 | 0.45 | 0.53 |
| Hex | 83 | BD | 53 | 1F | 0 | 38 | 1A | 5D | 2D | 35 |
| Octal | 203 | 275 | 123 | 37 | 0 | 70 | 32 | 135 | 55 | 65 |
| Binary | 10000011 | 10111101 | 1010011 | 11111 | 0 | 111000 | 11010 | 1011101 | 101101 | 110101 |
Color Harmonies of #83BD53
Complementary color
Monochromatic Colors of #83BD53
Black with #83BD53
Text Example
Text Example
White with #83BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD53; }
p { color: rgb(131,189,83); }
H1.HeaderClassName
{
color: #83BD53;
}
.AnyTagClassName
{
color: #83BD53;
}
</style>
background-color css
<style>
a { background-color: #83BD53; }
a { background-color: rgb(131,189,83); }
div.DivClassName
{
background-color: #83BD53;
}
.BgClassName
{
background-color: #83BD53;
}
</style>
border-color css
<style>
span { border-color: #83BD53; }
span { border-color: rgb(131,189,83); }
td.TdClassName
{
border-color: #83BD53;
}
.TagClassName
{
border-color: #83BD53;
}
</style>