Shades of Mantis #83BB47
Tints of Mantis #83BB47
RGB
CMYK
RGB Variations
Color information
#83BB47 (or 0x83BB47) is known color: Mantis. HEX triplet: 83, BB and 47. RGB value is (131,187,71). Sum of RGB (Red+Green+Blue) = 131+187+71=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB47 is #7C44B8. Grayscale: #9D9D9D. Windows color (decimal): -8144057 or 4701059. OLE color: 4701059.
HSL color Cylindrical-coordinate representation of color #83BB47: hue angle of 88.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83BB47 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 71 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.27 |
| HSL | 88.97º | 0.46% | 0.51% | - |
| HSV(B) | 88.97º | 0.62% | 0.73% | - |
| XYZ | 28.27 | 40.82 | 12.35 | - |
| YUV | 157.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 71 | 0.30 | 0 | 0.62 | 0.27 | 88.97 | 0.46 | 0.51 |
| Hex | 83 | BB | 47 | 1E | 0 | 3E | 1B | 59 | 2E | 33 |
| Octal | 203 | 273 | 107 | 36 | 0 | 76 | 33 | 131 | 56 | 63 |
| Binary | 10000011 | 10111011 | 1000111 | 11110 | 0 | 111110 | 11011 | 1011001 | 101110 | 110011 |
Color Harmonies of #83BB47
Complementary color
Monochromatic Colors of #83BB47
Black with #83BB47
Text Example
Text Example
White with #83BB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB47; }
p { color: rgb(131,187,71); }
H1.HeaderClassName
{
color: #83BB47;
}
.AnyTagClassName
{
color: #83BB47;
}
</style>
background-color css
<style>
a { background-color: #83BB47; }
a { background-color: rgb(131,187,71); }
div.DivClassName
{
background-color: #83BB47;
}
.BgClassName
{
background-color: #83BB47;
}
</style>
border-color css
<style>
span { border-color: #83BB47; }
span { border-color: rgb(131,187,71); }
td.TdClassName
{
border-color: #83BB47;
}
.TagClassName
{
border-color: #83BB47;
}
</style>