Shades of Mantis #83D849
Tints of Mantis #83D849
RGB
CMYK
RGB Variations
Color information
#83D849 (or 0x83D849) is known color: Mantis. HEX triplet: 83, D8 and 49. RGB value is (131,216,73). Sum of RGB (Red+Green+Blue) = 131+216+73=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #83D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D849 is #7C27B6. Grayscale: #AEAEAE. Windows color (decimal): -8136631 or 4839555. OLE color: 4839555.
HSL color Cylindrical-coordinate representation of color #83D849: hue angle of 95.66º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83D849 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 73 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.15 |
| HSL | 95.66º | 0.65% | 0.57% | - |
| HSV(B) | 95.66º | 0.66% | 0.85% | - |
| XYZ | 35.12 | 54.42 | 14.96 | - |
| YUV | 174.28 | 70.84 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 73 | 0.39 | 0 | 0.66 | 0.15 | 95.66 | 0.65 | 0.57 |
| Hex | 83 | D8 | 49 | 27 | 0 | 42 | F | 60 | 41 | 39 |
| Octal | 203 | 330 | 111 | 47 | 0 | 102 | 17 | 140 | 101 | 71 |
| Binary | 10000011 | 11011000 | 1001001 | 100111 | 0 | 1000010 | 1111 | 1100000 | 1000001 | 111001 |
Color Harmonies of #83D849
Complementary color
Monochromatic Colors of #83D849
Black with #83D849
Text Example
Text Example
White with #83D849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D849; }
p { color: rgb(131,216,73); }
H1.HeaderClassName
{
color: #83D849;
}
.AnyTagClassName
{
color: #83D849;
}
</style>
background-color css
<style>
a { background-color: #83D849; }
a { background-color: rgb(131,216,73); }
div.DivClassName
{
background-color: #83D849;
}
.BgClassName
{
background-color: #83D849;
}
</style>
border-color css
<style>
span { border-color: #83D849; }
span { border-color: rgb(131,216,73); }
td.TdClassName
{
border-color: #83D849;
}
.TagClassName
{
border-color: #83D849;
}
</style>