Shades of Mantis #83DD46
Tints of Mantis #83DD46
RGB
CMYK
RGB Variations
Color information
#83DD46 (or 0x83DD46) is known color: Mantis. HEX triplet: 83, DD and 46. RGB value is (131,221,70). Sum of RGB (Red+Green+Blue) = 131+221+70=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DD46 is #7C22B9. Grayscale: #B1B1B1. Windows color (decimal): -8135354 or 4644227. OLE color: 4644227.
HSL color Cylindrical-coordinate representation of color #83DD46: hue angle of 95.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83DD46 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 70 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.13 |
| HSL | 95.76º | 0.69% | 0.57% | - |
| HSV(B) | 95.76º | 0.68% | 0.87% | - |
| XYZ | 36.32 | 56.98 | 14.88 | - |
| YUV | 176.88 | 67.68 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 70 | 0.41 | 0 | 0.68 | 0.13 | 95.76 | 0.69 | 0.57 |
| Hex | 83 | DD | 46 | 29 | 0 | 44 | D | 60 | 45 | 39 |
| Octal | 203 | 335 | 106 | 51 | 0 | 104 | 15 | 140 | 105 | 71 |
| Binary | 10000011 | 11011101 | 1000110 | 101001 | 0 | 1000100 | 1101 | 1100000 | 1000101 | 111001 |
Color Harmonies of #83DD46
Complementary color
Monochromatic Colors of #83DD46
Black with #83DD46
Text Example
Text Example
White with #83DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD46; }
p { color: rgb(131,221,70); }
H1.HeaderClassName
{
color: #83DD46;
}
.AnyTagClassName
{
color: #83DD46;
}
</style>
background-color css
<style>
a { background-color: #83DD46; }
a { background-color: rgb(131,221,70); }
div.DivClassName
{
background-color: #83DD46;
}
.BgClassName
{
background-color: #83DD46;
}
</style>
border-color css
<style>
span { border-color: #83DD46; }
span { border-color: rgb(131,221,70); }
td.TdClassName
{
border-color: #83DD46;
}
.TagClassName
{
border-color: #83DD46;
}
</style>