Shades of Mantis #82C640
Tints of Mantis #82C640
RGB
CMYK
RGB Variations
Color information
#82C640 (or 0x82C640) is known color: Mantis. HEX triplet: 82, C6 and 40. RGB value is (130,198,64). Sum of RGB (Red+Green+Blue) = 130+198+64=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #82C640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C640 is #7D39BF. Grayscale: #A2A2A2. Windows color (decimal): -8206784 or 4245122. OLE color: 4245122.
HSL color Cylindrical-coordinate representation of color #82C640: hue angle of 90.45º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82C640 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 64 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.22 |
| HSL | 90.45º | 0.54% | 0.51% | - |
| HSV(B) | 90.45º | 0.68% | 0.78% | - |
| XYZ | 30.33 | 45.5 | 12.04 | - |
| YUV | 162.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 64 | 0.34 | 0 | 0.68 | 0.22 | 90.45 | 0.54 | 0.51 |
| Hex | 82 | C6 | 40 | 22 | 0 | 44 | 16 | 5A | 36 | 33 |
| Octal | 202 | 306 | 100 | 42 | 0 | 104 | 26 | 132 | 66 | 63 |
| Binary | 10000010 | 11000110 | 1000000 | 100010 | 0 | 1000100 | 10110 | 1011010 | 110110 | 110011 |
Color Harmonies of #82C640
Complementary color
Monochromatic Colors of #82C640
Black with #82C640
Text Example
Text Example
White with #82C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C640; }
p { color: rgb(130,198,64); }
H1.HeaderClassName
{
color: #82C640;
}
.AnyTagClassName
{
color: #82C640;
}
</style>
background-color css
<style>
a { background-color: #82C640; }
a { background-color: rgb(130,198,64); }
div.DivClassName
{
background-color: #82C640;
}
.BgClassName
{
background-color: #82C640;
}
</style>
border-color css
<style>
span { border-color: #82C640; }
span { border-color: rgb(130,198,64); }
td.TdClassName
{
border-color: #82C640;
}
.TagClassName
{
border-color: #82C640;
}
</style>