Shades of Mantis #82C348
Tints of Mantis #82C348
RGB
CMYK
RGB Variations
Color information
#82C348 (or 0x82C348) is known color: Mantis. HEX triplet: 82, C3 and 48. RGB value is (130,195,72). Sum of RGB (Red+Green+Blue) = 130+195+72=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #82C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C348 is #7D3CB7. Grayscale: #A1A1A1. Windows color (decimal): -8207544 or 4768642. OLE color: 4768642.
HSL color Cylindrical-coordinate representation of color #82C348: hue angle of 91.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82C348 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 72 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.24 |
| HSL | 91.71º | 0.51% | 0.52% | - |
| HSV(B) | 91.71º | 0.63% | 0.76% | - |
| XYZ | 29.89 | 44.24 | 13.1 | - |
| YUV | 161.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 72 | 0.33 | 0 | 0.63 | 0.24 | 91.71 | 0.51 | 0.52 |
| Hex | 82 | C3 | 48 | 21 | 0 | 3F | 18 | 5C | 33 | 34 |
| Octal | 202 | 303 | 110 | 41 | 0 | 77 | 30 | 134 | 63 | 64 |
| Binary | 10000010 | 11000011 | 1001000 | 100001 | 0 | 111111 | 11000 | 1011100 | 110011 | 110100 |
Color Harmonies of #82C348
Complementary color
Monochromatic Colors of #82C348
Black with #82C348
Text Example
Text Example
White with #82C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C348; }
p { color: rgb(130,195,72); }
H1.HeaderClassName
{
color: #82C348;
}
.AnyTagClassName
{
color: #82C348;
}
</style>
background-color css
<style>
a { background-color: #82C348; }
a { background-color: rgb(130,195,72); }
div.DivClassName
{
background-color: #82C348;
}
.BgClassName
{
background-color: #82C348;
}
</style>
border-color css
<style>
span { border-color: #82C348; }
span { border-color: rgb(130,195,72); }
td.TdClassName
{
border-color: #82C348;
}
.TagClassName
{
border-color: #82C348;
}
</style>