Shades of Mantis #83BF55
Tints of Mantis #83BF55
RGB
CMYK
RGB Variations
Color information
#83BF55 (or 0x83BF55) is known color: Mantis. HEX triplet: 83, BF and 55. RGB value is (131,191,85). Sum of RGB (Red+Green+Blue) = 131+191+85=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF55 is #7C40AA. Grayscale: #A1A1A1. Windows color (decimal): -8143019 or 5619587. OLE color: 5619587.
HSL color Cylindrical-coordinate representation of color #83BF55: hue angle of 93.96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83BF55 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 85 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.25 |
| HSL | 93.96º | 0.45% | 0.54% | - |
| HSV(B) | 93.96º | 0.55% | 0.75% | - |
| XYZ | 29.63 | 42.74 | 15.28 | - |
| YUV | 160.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 85 | 0.31 | 0 | 0.55 | 0.25 | 93.96 | 0.45 | 0.54 |
| Hex | 83 | BF | 55 | 1F | 0 | 37 | 19 | 5E | 2D | 36 |
| Octal | 203 | 277 | 125 | 37 | 0 | 67 | 31 | 136 | 55 | 66 |
| Binary | 10000011 | 10111111 | 1010101 | 11111 | 0 | 110111 | 11001 | 1011110 | 101101 | 110110 |
Color Harmonies of #83BF55
Complementary color
Monochromatic Colors of #83BF55
Black with #83BF55
Text Example
Text Example
White with #83BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF55; }
p { color: rgb(131,191,85); }
H1.HeaderClassName
{
color: #83BF55;
}
.AnyTagClassName
{
color: #83BF55;
}
</style>
background-color css
<style>
a { background-color: #83BF55; }
a { background-color: rgb(131,191,85); }
div.DivClassName
{
background-color: #83BF55;
}
.BgClassName
{
background-color: #83BF55;
}
</style>
border-color css
<style>
span { border-color: #83BF55; }
span { border-color: rgb(131,191,85); }
td.TdClassName
{
border-color: #83BF55;
}
.TagClassName
{
border-color: #83BF55;
}
</style>