Shades of Mantis #83BB73
Tints of Mantis #83BB73
RGB
CMYK
RGB Variations
Color information
#83BB73 (or 0x83BB73) is known color: Mantis. HEX triplet: 83, BB and 73. RGB value is (131,187,115). Sum of RGB (Red+Green+Blue) = 131+187+115=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB73 is #7C448C. Grayscale: #A2A2A2. Windows color (decimal): -8144013 or 7584643. OLE color: 7584643.
HSL color Cylindrical-coordinate representation of color #83BB73: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83BB73 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 115 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.27 |
| HSL | 106.67º | 0.35% | 0.59% | - |
| HSV(B) | 106.67º | 0.39% | 0.73% | - |
| XYZ | 30.22 | 41.6 | 22.66 | - |
| YUV | 162.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 115 | 0.30 | 0 | 0.39 | 0.27 | 106.67 | 0.35 | 0.59 |
| Hex | 83 | BB | 73 | 1E | 0 | 27 | 1B | 6B | 23 | 3B |
| Octal | 203 | 273 | 163 | 36 | 0 | 47 | 33 | 153 | 43 | 73 |
| Binary | 10000011 | 10111011 | 1110011 | 11110 | 0 | 100111 | 11011 | 1101011 | 100011 | 111011 |
Color Harmonies of #83BB73
Complementary color
Monochromatic Colors of #83BB73
Black with #83BB73
Text Example
Text Example
White with #83BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB73; }
p { color: rgb(131,187,115); }
H1.HeaderClassName
{
color: #83BB73;
}
.AnyTagClassName
{
color: #83BB73;
}
</style>
background-color css
<style>
a { background-color: #83BB73; }
a { background-color: rgb(131,187,115); }
div.DivClassName
{
background-color: #83BB73;
}
.BgClassName
{
background-color: #83BB73;
}
</style>
border-color css
<style>
span { border-color: #83BB73; }
span { border-color: rgb(131,187,115); }
td.TdClassName
{
border-color: #83BB73;
}
.TagClassName
{
border-color: #83BB73;
}
</style>