Shades of Mantis #82C663
Tints of Mantis #82C663
RGB
CMYK
RGB Variations
Color information
#82C663 (or 0x82C663) is known color: Mantis. HEX triplet: 82, C6 and 63. RGB value is (130,198,99). Sum of RGB (Red+Green+Blue) = 130+198+99=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #82C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C663 is #7D399C. Grayscale: #A6A6A6. Windows color (decimal): -8206749 or 6538882. OLE color: 6538882.
HSL color Cylindrical-coordinate representation of color #82C663: hue angle of 101.21º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82C663 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 99 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.22 |
| HSL | 101.21º | 0.46% | 0.58% | - |
| HSV(B) | 101.21º | 0.5% | 0.78% | - |
| XYZ | 31.65 | 46.03 | 19.02 | - |
| YUV | 166.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 99 | 0.34 | 0 | 0.50 | 0.22 | 101.21 | 0.46 | 0.58 |
| Hex | 82 | C6 | 63 | 22 | 0 | 32 | 16 | 65 | 2E | 3A |
| Octal | 202 | 306 | 143 | 42 | 0 | 62 | 26 | 145 | 56 | 72 |
| Binary | 10000010 | 11000110 | 1100011 | 100010 | 0 | 110010 | 10110 | 1100101 | 101110 | 111010 |
Color Harmonies of #82C663
Complementary color
Monochromatic Colors of #82C663
Black with #82C663
Text Example
Text Example
White with #82C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C663; }
p { color: rgb(130,198,99); }
H1.HeaderClassName
{
color: #82C663;
}
.AnyTagClassName
{
color: #82C663;
}
</style>
background-color css
<style>
a { background-color: #82C663; }
a { background-color: rgb(130,198,99); }
div.DivClassName
{
background-color: #82C663;
}
.BgClassName
{
background-color: #82C663;
}
</style>
border-color css
<style>
span { border-color: #82C663; }
span { border-color: rgb(130,198,99); }
td.TdClassName
{
border-color: #82C663;
}
.TagClassName
{
border-color: #82C663;
}
</style>