Shades of Mantis #82C342
Tints of Mantis #82C342
RGB
CMYK
RGB Variations
Color information
#82C342 (or 0x82C342) is known color: Mantis. HEX triplet: 82, C3 and 42. RGB value is (130,195,66). Sum of RGB (Red+Green+Blue) = 130+195+66=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #82C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C342 is #7D3CBD. Grayscale: #A1A1A1. Windows color (decimal): -8207550 or 4375426. OLE color: 4375426.
HSL color Cylindrical-coordinate representation of color #82C342: hue angle of 90.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82C342 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 66 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.24 |
| HSL | 90.23º | 0.52% | 0.51% | - |
| HSV(B) | 90.23º | 0.66% | 0.76% | - |
| XYZ | 29.7 | 44.17 | 12.11 | - |
| YUV | 160.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 66 | 0.33 | 0 | 0.66 | 0.24 | 90.23 | 0.52 | 0.51 |
| Hex | 82 | C3 | 42 | 21 | 0 | 42 | 18 | 5A | 34 | 33 |
| Octal | 202 | 303 | 102 | 41 | 0 | 102 | 30 | 132 | 64 | 63 |
| Binary | 10000010 | 11000011 | 1000010 | 100001 | 0 | 1000010 | 11000 | 1011010 | 110100 | 110011 |
Color Harmonies of #82C342
Complementary color
Monochromatic Colors of #82C342
Black with #82C342
Text Example
Text Example
White with #82C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C342; }
p { color: rgb(130,195,66); }
H1.HeaderClassName
{
color: #82C342;
}
.AnyTagClassName
{
color: #82C342;
}
</style>
background-color css
<style>
a { background-color: #82C342; }
a { background-color: rgb(130,195,66); }
div.DivClassName
{
background-color: #82C342;
}
.BgClassName
{
background-color: #82C342;
}
</style>
border-color css
<style>
span { border-color: #82C342; }
span { border-color: rgb(130,195,66); }
td.TdClassName
{
border-color: #82C342;
}
.TagClassName
{
border-color: #82C342;
}
</style>