Shades of Mantis #83BC55
Tints of Mantis #83BC55
RGB
CMYK
RGB Variations
Color information
#83BC55 (or 0x83BC55) is known color: Mantis. HEX triplet: 83, BC and 55. RGB value is (131,188,85). Sum of RGB (Red+Green+Blue) = 131+188+85=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC55 is #7C43AA. Grayscale: #9F9F9F. Windows color (decimal): -8143787 or 5618819. OLE color: 5618819.
HSL color Cylindrical-coordinate representation of color #83BC55: hue angle of 93.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83BC55 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 85 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.26 |
| HSL | 93.2º | 0.43% | 0.54% | - |
| HSV(B) | 93.2º | 0.55% | 0.74% | - |
| XYZ | 28.98 | 41.45 | 15.07 | - |
| YUV | 159.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 85 | 0.30 | 0 | 0.55 | 0.26 | 93.2 | 0.43 | 0.54 |
| Hex | 83 | BC | 55 | 1E | 0 | 37 | 1A | 5D | 2B | 36 |
| Octal | 203 | 274 | 125 | 36 | 0 | 67 | 32 | 135 | 53 | 66 |
| Binary | 10000011 | 10111100 | 1010101 | 11110 | 0 | 110111 | 11010 | 1011101 | 101011 | 110110 |
Color Harmonies of #83BC55
Complementary color
Monochromatic Colors of #83BC55
Black with #83BC55
Text Example
Text Example
White with #83BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC55; }
p { color: rgb(131,188,85); }
H1.HeaderClassName
{
color: #83BC55;
}
.AnyTagClassName
{
color: #83BC55;
}
</style>
background-color css
<style>
a { background-color: #83BC55; }
a { background-color: rgb(131,188,85); }
div.DivClassName
{
background-color: #83BC55;
}
.BgClassName
{
background-color: #83BC55;
}
</style>
border-color css
<style>
span { border-color: #83BC55; }
span { border-color: rgb(131,188,85); }
td.TdClassName
{
border-color: #83BC55;
}
.TagClassName
{
border-color: #83BC55;
}
</style>