Shades of Mantis #83D048
Tints of Mantis #83D048
RGB
CMYK
RGB Variations
Color information
#83D048 (or 0x83D048) is known color: Mantis. HEX triplet: 83, D0 and 48. RGB value is (131,208,72). Sum of RGB (Red+Green+Blue) = 131+208+72=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #83D048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D048 is #7C2FB7. Grayscale: #A9A9A9. Windows color (decimal): -8138680 or 4771971. OLE color: 4771971.
HSL color Cylindrical-coordinate representation of color #83D048: hue angle of 93.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83D048 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 72 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.18 |
| HSL | 93.97º | 0.59% | 0.55% | - |
| HSV(B) | 93.97º | 0.65% | 0.82% | - |
| XYZ | 33.09 | 50.4 | 14.12 | - |
| YUV | 169.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 72 | 0.37 | 0 | 0.65 | 0.18 | 93.97 | 0.59 | 0.55 |
| Hex | 83 | D0 | 48 | 25 | 0 | 41 | 12 | 5E | 3B | 37 |
| Octal | 203 | 320 | 110 | 45 | 0 | 101 | 22 | 136 | 73 | 67 |
| Binary | 10000011 | 11010000 | 1001000 | 100101 | 0 | 1000001 | 10010 | 1011110 | 111011 | 110111 |
Color Harmonies of #83D048
Complementary color
Monochromatic Colors of #83D048
Black with #83D048
Text Example
Text Example
White with #83D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D048; }
p { color: rgb(131,208,72); }
H1.HeaderClassName
{
color: #83D048;
}
.AnyTagClassName
{
color: #83D048;
}
</style>
background-color css
<style>
a { background-color: #83D048; }
a { background-color: rgb(131,208,72); }
div.DivClassName
{
background-color: #83D048;
}
.BgClassName
{
background-color: #83D048;
}
</style>
border-color css
<style>
span { border-color: #83D048; }
span { border-color: rgb(131,208,72); }
td.TdClassName
{
border-color: #83D048;
}
.TagClassName
{
border-color: #83D048;
}
</style>