Shades of Mantis #83DD49
Tints of Mantis #83DD49
RGB
CMYK
RGB Variations
Color information
#83DD49 (or 0x83DD49) is known color: Mantis. HEX triplet: 83, DD and 49. RGB value is (131,221,73). Sum of RGB (Red+Green+Blue) = 131+221+73=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DD49 is #7C22B6. Grayscale: #B1B1B1. Windows color (decimal): -8135351 or 4840835. OLE color: 4840835.
HSL color Cylindrical-coordinate representation of color #83DD49: hue angle of 96.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83DD49 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 73 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.13 |
| HSL | 96.49º | 0.69% | 0.58% | - |
| HSV(B) | 96.49º | 0.67% | 0.87% | - |
| XYZ | 36.42 | 57.02 | 15.39 | - |
| YUV | 177.22 | 69.18 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 73 | 0.41 | 0 | 0.67 | 0.13 | 96.49 | 0.69 | 0.58 |
| Hex | 83 | DD | 49 | 29 | 0 | 43 | D | 60 | 45 | 3A |
| Octal | 203 | 335 | 111 | 51 | 0 | 103 | 15 | 140 | 105 | 72 |
| Binary | 10000011 | 11011101 | 1001001 | 101001 | 0 | 1000011 | 1101 | 1100000 | 1000101 | 111010 |
Color Harmonies of #83DD49
Complementary color
Monochromatic Colors of #83DD49
Black with #83DD49
Text Example
Text Example
White with #83DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD49; }
p { color: rgb(131,221,73); }
H1.HeaderClassName
{
color: #83DD49;
}
.AnyTagClassName
{
color: #83DD49;
}
</style>
background-color css
<style>
a { background-color: #83DD49; }
a { background-color: rgb(131,221,73); }
div.DivClassName
{
background-color: #83DD49;
}
.BgClassName
{
background-color: #83DD49;
}
</style>
border-color css
<style>
span { border-color: #83DD49; }
span { border-color: rgb(131,221,73); }
td.TdClassName
{
border-color: #83DD49;
}
.TagClassName
{
border-color: #83DD49;
}
</style>