Shades of Mantis #82C043
Tints of Mantis #82C043
RGB
CMYK
RGB Variations
Color information
#82C043 (or 0x82C043) is known color: Mantis. HEX triplet: 82, C0 and 43. RGB value is (130,192,67). Sum of RGB (Red+Green+Blue) = 130+192+67=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #82C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C043 is #7D3FBC. Grayscale: #9F9F9F. Windows color (decimal): -8208317 or 4440194. OLE color: 4440194.
HSL color Cylindrical-coordinate representation of color #82C043: hue angle of 89.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82C043 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 67 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.25 |
| HSL | 89.76º | 0.5% | 0.51% | - |
| HSV(B) | 89.76º | 0.65% | 0.75% | - |
| XYZ | 29.07 | 42.85 | 12.05 | - |
| YUV | 159.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 67 | 0.32 | 0 | 0.65 | 0.25 | 89.76 | 0.5 | 0.51 |
| Hex | 82 | C0 | 43 | 20 | 0 | 41 | 19 | 5A | 32 | 33 |
| Octal | 202 | 300 | 103 | 40 | 0 | 101 | 31 | 132 | 62 | 63 |
| Binary | 10000010 | 11000000 | 1000011 | 100000 | 0 | 1000001 | 11001 | 1011010 | 110010 | 110011 |
Color Harmonies of #82C043
Complementary color
Monochromatic Colors of #82C043
Black with #82C043
Text Example
Text Example
White with #82C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C043; }
p { color: rgb(130,192,67); }
H1.HeaderClassName
{
color: #82C043;
}
.AnyTagClassName
{
color: #82C043;
}
</style>
background-color css
<style>
a { background-color: #82C043; }
a { background-color: rgb(130,192,67); }
div.DivClassName
{
background-color: #82C043;
}
.BgClassName
{
background-color: #82C043;
}
</style>
border-color css
<style>
span { border-color: #82C043; }
span { border-color: rgb(130,192,67); }
td.TdClassName
{
border-color: #82C043;
}
.TagClassName
{
border-color: #82C043;
}
</style>