Shades of Mantis #82C962
Tints of Mantis #82C962
RGB
CMYK
RGB Variations
Color information
#82C962 (or 0x82C962) is known color: Mantis. HEX triplet: 82, C9 and 62. RGB value is (130,201,98). Sum of RGB (Red+Green+Blue) = 130+201+98=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #82C962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C962 is #7D369D. Grayscale: #A8A8A8. Windows color (decimal): -8205982 or 6474114. OLE color: 6474114.
HSL color Cylindrical-coordinate representation of color #82C962: hue angle of 101.36º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82C962 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 98 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.21 |
| HSL | 101.36º | 0.49% | 0.59% | - |
| HSV(B) | 101.36º | 0.51% | 0.79% | - |
| XYZ | 32.3 | 47.4 | 19 | - |
| YUV | 168.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 98 | 0.35 | 0 | 0.51 | 0.21 | 101.36 | 0.49 | 0.59 |
| Hex | 82 | C9 | 62 | 23 | 0 | 33 | 15 | 65 | 31 | 3B |
| Octal | 202 | 311 | 142 | 43 | 0 | 63 | 25 | 145 | 61 | 73 |
| Binary | 10000010 | 11001001 | 1100010 | 100011 | 0 | 110011 | 10101 | 1100101 | 110001 | 111011 |
Color Harmonies of #82C962
Complementary color
Monochromatic Colors of #82C962
Black with #82C962
Text Example
Text Example
White with #82C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C962; }
p { color: rgb(130,201,98); }
H1.HeaderClassName
{
color: #82C962;
}
.AnyTagClassName
{
color: #82C962;
}
</style>
background-color css
<style>
a { background-color: #82C962; }
a { background-color: rgb(130,201,98); }
div.DivClassName
{
background-color: #82C962;
}
.BgClassName
{
background-color: #82C962;
}
</style>
border-color css
<style>
span { border-color: #82C962; }
span { border-color: rgb(130,201,98); }
td.TdClassName
{
border-color: #82C962;
}
.TagClassName
{
border-color: #82C962;
}
</style>