Shades of Mantis #82C050
Tints of Mantis #82C050
RGB
CMYK
RGB Variations
Color information
#82C050 (or 0x82C050) is known color: Mantis. HEX triplet: 82, C0 and 50. RGB value is (130,192,80). Sum of RGB (Red+Green+Blue) = 130+192+80=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #82C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C050 is #7D3FAF. Grayscale: #A1A1A1. Windows color (decimal): -8208304 or 5292162. OLE color: 5292162.
HSL color Cylindrical-coordinate representation of color #82C050: hue angle of 93.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82C050 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 80 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.25 |
| HSL | 93.21º | 0.47% | 0.53% | - |
| HSV(B) | 93.21º | 0.58% | 0.75% | - |
| XYZ | 29.5 | 43.02 | 14.34 | - |
| YUV | 160.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 80 | 0.32 | 0 | 0.58 | 0.25 | 93.21 | 0.47 | 0.53 |
| Hex | 82 | C0 | 50 | 20 | 0 | 3A | 19 | 5D | 2F | 35 |
| Octal | 202 | 300 | 120 | 40 | 0 | 72 | 31 | 135 | 57 | 65 |
| Binary | 10000010 | 11000000 | 1010000 | 100000 | 0 | 111010 | 11001 | 1011101 | 101111 | 110101 |
Color Harmonies of #82C050
Complementary color
Monochromatic Colors of #82C050
Black with #82C050
Text Example
Text Example
White with #82C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C050; }
p { color: rgb(130,192,80); }
H1.HeaderClassName
{
color: #82C050;
}
.AnyTagClassName
{
color: #82C050;
}
</style>
background-color css
<style>
a { background-color: #82C050; }
a { background-color: rgb(130,192,80); }
div.DivClassName
{
background-color: #82C050;
}
.BgClassName
{
background-color: #82C050;
}
</style>
border-color css
<style>
span { border-color: #82C050; }
span { border-color: rgb(130,192,80); }
td.TdClassName
{
border-color: #82C050;
}
.TagClassName
{
border-color: #82C050;
}
</style>