Shades of Mantis #83BA4C
Tints of Mantis #83BA4C
RGB
CMYK
RGB Variations
Color information
#83BA4C (or 0x83BA4C) is known color: Mantis. HEX triplet: 83, BA and 4C. RGB value is (131,186,76). Sum of RGB (Red+Green+Blue) = 131+186+76=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA4C is #7C45B3. Grayscale: #9D9D9D. Windows color (decimal): -8144308 or 5028483. OLE color: 5028483.
HSL color Cylindrical-coordinate representation of color #83BA4C: hue angle of 90º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83BA4C is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 76 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.27 |
| HSL | 90º | 0.44% | 0.51% | - |
| HSV(B) | 90º | 0.59% | 0.73% | - |
| XYZ | 28.22 | 40.46 | 13.16 | - |
| YUV | 157.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 76 | 0.30 | 0 | 0.59 | 0.27 | 90 | 0.44 | 0.51 |
| Hex | 83 | BA | 4C | 1E | 0 | 3B | 1B | 5A | 2C | 33 |
| Octal | 203 | 272 | 114 | 36 | 0 | 73 | 33 | 132 | 54 | 63 |
| Binary | 10000011 | 10111010 | 1001100 | 11110 | 0 | 111011 | 11011 | 1011010 | 101100 | 110011 |
Color Harmonies of #83BA4C
Complementary color
Monochromatic Colors of #83BA4C
Black with #83BA4C
Text Example
Text Example
White with #83BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA4C; }
p { color: rgb(131,186,76); }
H1.HeaderClassName
{
color: #83BA4C;
}
.AnyTagClassName
{
color: #83BA4C;
}
</style>
background-color css
<style>
a { background-color: #83BA4C; }
a { background-color: rgb(131,186,76); }
div.DivClassName
{
background-color: #83BA4C;
}
.BgClassName
{
background-color: #83BA4C;
}
</style>
border-color css
<style>
span { border-color: #83BA4C; }
span { border-color: rgb(131,186,76); }
td.TdClassName
{
border-color: #83BA4C;
}
.TagClassName
{
border-color: #83BA4C;
}
</style>