Shades of Mantis #82C041
Tints of Mantis #82C041
RGB
CMYK
RGB Variations
Color information
#82C041 (or 0x82C041) is known color: Mantis. HEX triplet: 82, C0 and 41. RGB value is (130,192,65). Sum of RGB (Red+Green+Blue) = 130+192+65=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #82C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C041 is #7D3FBE. Grayscale: #9F9F9F. Windows color (decimal): -8208319 or 4309122. OLE color: 4309122.
HSL color Cylindrical-coordinate representation of color #82C041: hue angle of 89.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82C041 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 65 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.25 |
| HSL | 89.29º | 0.5% | 0.5% | - |
| HSV(B) | 89.29º | 0.66% | 0.75% | - |
| XYZ | 29.01 | 42.83 | 11.74 | - |
| YUV | 158.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 65 | 0.32 | 0 | 0.66 | 0.25 | 89.29 | 0.5 | 0.5 |
| Hex | 82 | C0 | 41 | 20 | 0 | 42 | 19 | 59 | 32 | 32 |
| Octal | 202 | 300 | 101 | 40 | 0 | 102 | 31 | 131 | 62 | 62 |
| Binary | 10000010 | 11000000 | 1000001 | 100000 | 0 | 1000010 | 11001 | 1011001 | 110010 | 110010 |
Color Harmonies of #82C041
Complementary color
Monochromatic Colors of #82C041
Black with #82C041
Text Example
Text Example
White with #82C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C041; }
p { color: rgb(130,192,65); }
H1.HeaderClassName
{
color: #82C041;
}
.AnyTagClassName
{
color: #82C041;
}
</style>
background-color css
<style>
a { background-color: #82C041; }
a { background-color: rgb(130,192,65); }
div.DivClassName
{
background-color: #82C041;
}
.BgClassName
{
background-color: #82C041;
}
</style>
border-color css
<style>
span { border-color: #82C041; }
span { border-color: rgb(130,192,65); }
td.TdClassName
{
border-color: #82C041;
}
.TagClassName
{
border-color: #82C041;
}
</style>