Shades of Mantis #83D956
Tints of Mantis #83D956
RGB
CMYK
RGB Variations
Color information
#83D956 (or 0x83D956) is known color: Mantis. HEX triplet: 83, D9 and 56. RGB value is (131,217,86). Sum of RGB (Red+Green+Blue) = 131+217+86=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #83D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D956 is #7C26A9. Grayscale: #B0B0B0. Windows color (decimal): -8136362 or 5691779. OLE color: 5691779.
HSL color Cylindrical-coordinate representation of color #83D956: hue angle of 99.39º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83D956 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 86 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.15 |
| HSL | 99.39º | 0.63% | 0.59% | - |
| HSV(B) | 99.39º | 0.6% | 0.85% | - |
| XYZ | 35.85 | 55.12 | 17.55 | - |
| YUV | 176.35 | 77.01 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 86 | 0.40 | 0 | 0.60 | 0.15 | 99.39 | 0.63 | 0.59 |
| Hex | 83 | D9 | 56 | 28 | 0 | 3C | F | 63 | 3F | 3B |
| Octal | 203 | 331 | 126 | 50 | 0 | 74 | 17 | 143 | 77 | 73 |
| Binary | 10000011 | 11011001 | 1010110 | 101000 | 0 | 111100 | 1111 | 1100011 | 111111 | 111011 |
Color Harmonies of #83D956
Complementary color
Monochromatic Colors of #83D956
Black with #83D956
Text Example
Text Example
White with #83D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D956; }
p { color: rgb(131,217,86); }
H1.HeaderClassName
{
color: #83D956;
}
.AnyTagClassName
{
color: #83D956;
}
</style>
background-color css
<style>
a { background-color: #83D956; }
a { background-color: rgb(131,217,86); }
div.DivClassName
{
background-color: #83D956;
}
.BgClassName
{
background-color: #83D956;
}
</style>
border-color css
<style>
span { border-color: #83D956; }
span { border-color: rgb(131,217,86); }
td.TdClassName
{
border-color: #83D956;
}
.TagClassName
{
border-color: #83D956;
}
</style>