Shades of Mantis #82C470
Tints of Mantis #82C470
RGB
CMYK
RGB Variations
Color information
#82C470 (or 0x82C470) is known color: Mantis. HEX triplet: 82, C4 and 70. RGB value is (130,196,112). Sum of RGB (Red+Green+Blue) = 130+196+112=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #82C470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C470 is #7D3B8F. Grayscale: #A6A6A6. Windows color (decimal): -8207248 or 7390338. OLE color: 7390338.
HSL color Cylindrical-coordinate representation of color #82C470: hue angle of 107.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82C470 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 112 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.23 |
| HSL | 107.14º | 0.42% | 0.6% | - |
| HSV(B) | 107.14º | 0.43% | 0.77% | - |
| XYZ | 31.87 | 45.4 | 22.41 | - |
| YUV | 166.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 112 | 0.34 | 0 | 0.43 | 0.23 | 107.14 | 0.42 | 0.6 |
| Hex | 82 | C4 | 70 | 22 | 0 | 2B | 17 | 6B | 2A | 3C |
| Octal | 202 | 304 | 160 | 42 | 0 | 53 | 27 | 153 | 52 | 74 |
| Binary | 10000010 | 11000100 | 1110000 | 100010 | 0 | 101011 | 10111 | 1101011 | 101010 | 111100 |
Color Harmonies of #82C470
Complementary color
Monochromatic Colors of #82C470
Black with #82C470
Text Example
Text Example
White with #82C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C470; }
p { color: rgb(130,196,112); }
H1.HeaderClassName
{
color: #82C470;
}
.AnyTagClassName
{
color: #82C470;
}
</style>
background-color css
<style>
a { background-color: #82C470; }
a { background-color: rgb(130,196,112); }
div.DivClassName
{
background-color: #82C470;
}
.BgClassName
{
background-color: #82C470;
}
</style>
border-color css
<style>
span { border-color: #82C470; }
span { border-color: rgb(130,196,112); }
td.TdClassName
{
border-color: #82C470;
}
.TagClassName
{
border-color: #82C470;
}
</style>