Shades of Mantis #83BD70
Tints of Mantis #83BD70
RGB
CMYK
RGB Variations
Color information
#83BD70 (or 0x83BD70) is known color: Mantis. HEX triplet: 83, BD and 70. RGB value is (131,189,112). Sum of RGB (Red+Green+Blue) = 131+189+112=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BD70 is #7C428F. Grayscale: #A3A3A3. Windows color (decimal): -8143504 or 7388547. OLE color: 7388547.
HSL color Cylindrical-coordinate representation of color #83BD70: hue angle of 105.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BD70 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 112 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.26 |
| HSL | 105.19º | 0.37% | 0.59% | - |
| HSV(B) | 105.19º | 0.41% | 0.74% | - |
| XYZ | 30.48 | 42.39 | 21.9 | - |
| YUV | 162.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 112 | 0.31 | 0 | 0.41 | 0.26 | 105.19 | 0.37 | 0.59 |
| Hex | 83 | BD | 70 | 1F | 0 | 29 | 1A | 69 | 25 | 3B |
| Octal | 203 | 275 | 160 | 37 | 0 | 51 | 32 | 151 | 45 | 73 |
| Binary | 10000011 | 10111101 | 1110000 | 11111 | 0 | 101001 | 11010 | 1101001 | 100101 | 111011 |
Color Harmonies of #83BD70
Complementary color
Monochromatic Colors of #83BD70
Black with #83BD70
Text Example
Text Example
White with #83BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD70; }
p { color: rgb(131,189,112); }
H1.HeaderClassName
{
color: #83BD70;
}
.AnyTagClassName
{
color: #83BD70;
}
</style>
background-color css
<style>
a { background-color: #83BD70; }
a { background-color: rgb(131,189,112); }
div.DivClassName
{
background-color: #83BD70;
}
.BgClassName
{
background-color: #83BD70;
}
</style>
border-color css
<style>
span { border-color: #83BD70; }
span { border-color: rgb(131,189,112); }
td.TdClassName
{
border-color: #83BD70;
}
.TagClassName
{
border-color: #83BD70;
}
</style>