Shades of Mantis #83D966
Tints of Mantis #83D966
RGB
CMYK
RGB Variations
Color information
#83D966 (or 0x83D966) is known color: Mantis. HEX triplet: 83, D9 and 66. RGB value is (131,217,102). Sum of RGB (Red+Green+Blue) = 131+217+102=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #83D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D966 is #7C2699. Grayscale: #B2B2B2. Windows color (decimal): -8136346 or 6740355. OLE color: 6740355.
HSL color Cylindrical-coordinate representation of color #83D966: hue angle of 104.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83D966 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 102 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.15 |
| HSL | 104.87º | 0.6% | 0.63% | - |
| HSV(B) | 104.87º | 0.53% | 0.85% | - |
| XYZ | 36.57 | 55.41 | 21.34 | - |
| YUV | 178.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 102 | 0.40 | 0 | 0.53 | 0.15 | 104.87 | 0.6 | 0.63 |
| Hex | 83 | D9 | 66 | 28 | 0 | 35 | F | 69 | 3C | 3F |
| Octal | 203 | 331 | 146 | 50 | 0 | 65 | 17 | 151 | 74 | 77 |
| Binary | 10000011 | 11011001 | 1100110 | 101000 | 0 | 110101 | 1111 | 1101001 | 111100 | 111111 |
Color Harmonies of #83D966
Complementary color
Monochromatic Colors of #83D966
Black with #83D966
Text Example
Text Example
White with #83D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D966; }
p { color: rgb(131,217,102); }
H1.HeaderClassName
{
color: #83D966;
}
.AnyTagClassName
{
color: #83D966;
}
</style>
background-color css
<style>
a { background-color: #83D966; }
a { background-color: rgb(131,217,102); }
div.DivClassName
{
background-color: #83D966;
}
.BgClassName
{
background-color: #83D966;
}
</style>
border-color css
<style>
span { border-color: #83D966; }
span { border-color: rgb(131,217,102); }
td.TdClassName
{
border-color: #83D966;
}
.TagClassName
{
border-color: #83D966;
}
</style>