Shades of Mantis #83BB55
Tints of Mantis #83BB55
RGB
CMYK
RGB Variations
Color information
#83BB55 (or 0x83BB55) is known color: Mantis. HEX triplet: 83, BB and 55. RGB value is (131,187,85). Sum of RGB (Red+Green+Blue) = 131+187+85=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB55 is #7C44AA. Grayscale: #9E9E9E. Windows color (decimal): -8144043 or 5618563. OLE color: 5618563.
HSL color Cylindrical-coordinate representation of color #83BB55: hue angle of 92.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83BB55 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 85 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.27 |
| HSL | 92.94º | 0.43% | 0.53% | - |
| HSV(B) | 92.94º | 0.55% | 0.73% | - |
| XYZ | 28.77 | 41.02 | 15 | - |
| YUV | 158.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 85 | 0.30 | 0 | 0.55 | 0.27 | 92.94 | 0.43 | 0.53 |
| Hex | 83 | BB | 55 | 1E | 0 | 37 | 1B | 5D | 2B | 35 |
| Octal | 203 | 273 | 125 | 36 | 0 | 67 | 33 | 135 | 53 | 65 |
| Binary | 10000011 | 10111011 | 1010101 | 11110 | 0 | 110111 | 11011 | 1011101 | 101011 | 110101 |
Color Harmonies of #83BB55
Complementary color
Monochromatic Colors of #83BB55
Black with #83BB55
Text Example
Text Example
White with #83BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB55; }
p { color: rgb(131,187,85); }
H1.HeaderClassName
{
color: #83BB55;
}
.AnyTagClassName
{
color: #83BB55;
}
</style>
background-color css
<style>
a { background-color: #83BB55; }
a { background-color: rgb(131,187,85); }
div.DivClassName
{
background-color: #83BB55;
}
.BgClassName
{
background-color: #83BB55;
}
</style>
border-color css
<style>
span { border-color: #83BB55; }
span { border-color: rgb(131,187,85); }
td.TdClassName
{
border-color: #83BB55;
}
.TagClassName
{
border-color: #83BB55;
}
</style>