Shades of Mantis #82C964
Tints of Mantis #82C964
RGB
CMYK
RGB Variations
Color information
#82C964 (or 0x82C964) is known color: Mantis. HEX triplet: 82, C9 and 64. RGB value is (130,201,100). Sum of RGB (Red+Green+Blue) = 130+201+100=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #82C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C964 is #7D369B. Grayscale: #A8A8A8. Windows color (decimal): -8205980 or 6605186. OLE color: 6605186.
HSL color Cylindrical-coordinate representation of color #82C964: hue angle of 102.18º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82C964 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 100 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.21 |
| HSL | 102.18º | 0.48% | 0.59% | - |
| HSV(B) | 102.18º | 0.5% | 0.79% | - |
| XYZ | 32.39 | 47.44 | 19.51 | - |
| YUV | 168.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 100 | 0.35 | 0 | 0.50 | 0.21 | 102.18 | 0.48 | 0.59 |
| Hex | 82 | C9 | 64 | 23 | 0 | 32 | 15 | 66 | 30 | 3B |
| Octal | 202 | 311 | 144 | 43 | 0 | 62 | 25 | 146 | 60 | 73 |
| Binary | 10000010 | 11001001 | 1100100 | 100011 | 0 | 110010 | 10101 | 1100110 | 110000 | 111011 |
Color Harmonies of #82C964
Complementary color
Monochromatic Colors of #82C964
Black with #82C964
Text Example
Text Example
White with #82C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C964; }
p { color: rgb(130,201,100); }
H1.HeaderClassName
{
color: #82C964;
}
.AnyTagClassName
{
color: #82C964;
}
</style>
background-color css
<style>
a { background-color: #82C964; }
a { background-color: rgb(130,201,100); }
div.DivClassName
{
background-color: #82C964;
}
.BgClassName
{
background-color: #82C964;
}
</style>
border-color css
<style>
span { border-color: #82C964; }
span { border-color: rgb(130,201,100); }
td.TdClassName
{
border-color: #82C964;
}
.TagClassName
{
border-color: #82C964;
}
</style>