Shades of Mantis #82C659
Tints of Mantis #82C659
RGB
CMYK
RGB Variations
Color information
#82C659 (or 0x82C659) is known color: Mantis. HEX triplet: 82, C6 and 59. RGB value is (130,198,89). Sum of RGB (Red+Green+Blue) = 130+198+89=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #82C659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C659 is #7D39A6. Grayscale: #A5A5A5. Windows color (decimal): -8206759 or 5883522. OLE color: 5883522.
HSL color Cylindrical-coordinate representation of color #82C659: hue angle of 97.43º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82C659 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 89 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.22 |
| HSL | 97.43º | 0.49% | 0.56% | - |
| HSV(B) | 97.43º | 0.55% | 0.78% | - |
| XYZ | 31.2 | 45.86 | 16.66 | - |
| YUV | 165.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 89 | 0.34 | 0 | 0.55 | 0.22 | 97.43 | 0.49 | 0.56 |
| Hex | 82 | C6 | 59 | 22 | 0 | 37 | 16 | 61 | 31 | 38 |
| Octal | 202 | 306 | 131 | 42 | 0 | 67 | 26 | 141 | 61 | 70 |
| Binary | 10000010 | 11000110 | 1011001 | 100010 | 0 | 110111 | 10110 | 1100001 | 110001 | 111000 |
Color Harmonies of #82C659
Complementary color
Monochromatic Colors of #82C659
Black with #82C659
Text Example
Text Example
White with #82C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C659; }
p { color: rgb(130,198,89); }
H1.HeaderClassName
{
color: #82C659;
}
.AnyTagClassName
{
color: #82C659;
}
</style>
background-color css
<style>
a { background-color: #82C659; }
a { background-color: rgb(130,198,89); }
div.DivClassName
{
background-color: #82C659;
}
.BgClassName
{
background-color: #82C659;
}
</style>
border-color css
<style>
span { border-color: #82C659; }
span { border-color: rgb(130,198,89); }
td.TdClassName
{
border-color: #82C659;
}
.TagClassName
{
border-color: #82C659;
}
</style>