Shades of Mantis #82C049
Tints of Mantis #82C049
RGB
CMYK
RGB Variations
Color information
#82C049 (or 0x82C049) is known color: Mantis. HEX triplet: 82, C0 and 49. RGB value is (130,192,73). Sum of RGB (Red+Green+Blue) = 130+192+73=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #82C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C049 is #7D3FB6. Grayscale: #A0A0A0. Windows color (decimal): -8208311 or 4833410. OLE color: 4833410.
HSL color Cylindrical-coordinate representation of color #82C049: hue angle of 91.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82C049 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 73 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.25 |
| HSL | 91.26º | 0.49% | 0.52% | - |
| HSV(B) | 91.26º | 0.62% | 0.75% | - |
| XYZ | 29.26 | 42.93 | 13.05 | - |
| YUV | 159.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 73 | 0.32 | 0 | 0.62 | 0.25 | 91.26 | 0.49 | 0.52 |
| Hex | 82 | C0 | 49 | 20 | 0 | 3E | 19 | 5B | 31 | 34 |
| Octal | 202 | 300 | 111 | 40 | 0 | 76 | 31 | 133 | 61 | 64 |
| Binary | 10000010 | 11000000 | 1001001 | 100000 | 0 | 111110 | 11001 | 1011011 | 110001 | 110100 |
Color Harmonies of #82C049
Complementary color
Monochromatic Colors of #82C049
Black with #82C049
Text Example
Text Example
White with #82C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C049; }
p { color: rgb(130,192,73); }
H1.HeaderClassName
{
color: #82C049;
}
.AnyTagClassName
{
color: #82C049;
}
</style>
background-color css
<style>
a { background-color: #82C049; }
a { background-color: rgb(130,192,73); }
div.DivClassName
{
background-color: #82C049;
}
.BgClassName
{
background-color: #82C049;
}
</style>
border-color css
<style>
span { border-color: #82C049; }
span { border-color: rgb(130,192,73); }
td.TdClassName
{
border-color: #82C049;
}
.TagClassName
{
border-color: #82C049;
}
</style>