Shades of Mantis #82C96A
Tints of Mantis #82C96A
RGB
CMYK
RGB Variations
Color information
#82C96A (or 0x82C96A) is known color: Mantis. HEX triplet: 82, C9 and 6A. RGB value is (130,201,106). Sum of RGB (Red+Green+Blue) = 130+201+106=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #82C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C96A is #7D3695. Grayscale: #A9A9A9. Windows color (decimal): -8205974 or 6998402. OLE color: 6998402.
HSL color Cylindrical-coordinate representation of color #82C96A: hue angle of 104.84º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82C96A is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 106 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.21 |
| HSL | 104.84º | 0.47% | 0.6% | - |
| HSV(B) | 104.84º | 0.47% | 0.79% | - |
| XYZ | 32.69 | 47.56 | 21.09 | - |
| YUV | 168.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 106 | 0.35 | 0 | 0.47 | 0.21 | 104.84 | 0.47 | 0.6 |
| Hex | 82 | C9 | 6A | 23 | 0 | 2F | 15 | 69 | 2F | 3C |
| Octal | 202 | 311 | 152 | 43 | 0 | 57 | 25 | 151 | 57 | 74 |
| Binary | 10000010 | 11001001 | 1101010 | 100011 | 0 | 101111 | 10101 | 1101001 | 101111 | 111100 |
Color Harmonies of #82C96A
Complementary color
Monochromatic Colors of #82C96A
Black with #82C96A
Text Example
Text Example
White with #82C96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C96A; }
p { color: rgb(130,201,106); }
H1.HeaderClassName
{
color: #82C96A;
}
.AnyTagClassName
{
color: #82C96A;
}
</style>
background-color css
<style>
a { background-color: #82C96A; }
a { background-color: rgb(130,201,106); }
div.DivClassName
{
background-color: #82C96A;
}
.BgClassName
{
background-color: #82C96A;
}
</style>
border-color css
<style>
span { border-color: #82C96A; }
span { border-color: rgb(130,201,106); }
td.TdClassName
{
border-color: #82C96A;
}
.TagClassName
{
border-color: #82C96A;
}
</style>