Shades of Mantis #83BD71
Tints of Mantis #83BD71
RGB
CMYK
RGB Variations
Color information
#83BD71 (or 0x83BD71) is known color: Mantis. HEX triplet: 83, BD and 71. RGB value is (131,189,113). Sum of RGB (Red+Green+Blue) = 131+189+113=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BD71 is #7C428E. Grayscale: #A3A3A3. Windows color (decimal): -8143503 or 7454083. OLE color: 7454083.
HSL color Cylindrical-coordinate representation of color #83BD71: hue angle of 105.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BD71 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 113 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.26 |
| HSL | 105.79º | 0.37% | 0.59% | - |
| HSV(B) | 105.79º | 0.4% | 0.74% | - |
| XYZ | 30.54 | 42.41 | 22.2 | - |
| YUV | 162.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 113 | 0.31 | 0 | 0.40 | 0.26 | 105.79 | 0.37 | 0.59 |
| Hex | 83 | BD | 71 | 1F | 0 | 28 | 1A | 6A | 25 | 3B |
| Octal | 203 | 275 | 161 | 37 | 0 | 50 | 32 | 152 | 45 | 73 |
| Binary | 10000011 | 10111101 | 1110001 | 11111 | 0 | 101000 | 11010 | 1101010 | 100101 | 111011 |
Color Harmonies of #83BD71
Complementary color
Monochromatic Colors of #83BD71
Black with #83BD71
Text Example
Text Example
White with #83BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD71; }
p { color: rgb(131,189,113); }
H1.HeaderClassName
{
color: #83BD71;
}
.AnyTagClassName
{
color: #83BD71;
}
</style>
background-color css
<style>
a { background-color: #83BD71; }
a { background-color: rgb(131,189,113); }
div.DivClassName
{
background-color: #83BD71;
}
.BgClassName
{
background-color: #83BD71;
}
</style>
border-color css
<style>
span { border-color: #83BD71; }
span { border-color: rgb(131,189,113); }
td.TdClassName
{
border-color: #83BD71;
}
.TagClassName
{
border-color: #83BD71;
}
</style>