Shades of Mantis #82C858
Tints of Mantis #82C858
RGB
CMYK
RGB Variations
Color information
#82C858 (or 0x82C858) is known color: Mantis. HEX triplet: 82, C8 and 58. RGB value is (130,200,88). Sum of RGB (Red+Green+Blue) = 130+200+88=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #82C858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C858 is #7D37A7. Grayscale: #A6A6A6. Windows color (decimal): -8206248 or 5818498. OLE color: 5818498.
HSL color Cylindrical-coordinate representation of color #82C858: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82C858 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 88 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.22 |
| HSL | 97.5º | 0.5% | 0.56% | - |
| HSV(B) | 97.5º | 0.56% | 0.78% | - |
| XYZ | 31.62 | 46.76 | 16.59 | - |
| YUV | 166.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 88 | 0.35 | 0 | 0.56 | 0.22 | 97.5 | 0.5 | 0.56 |
| Hex | 82 | C8 | 58 | 23 | 0 | 38 | 16 | 62 | 32 | 38 |
| Octal | 202 | 310 | 130 | 43 | 0 | 70 | 26 | 142 | 62 | 70 |
| Binary | 10000010 | 11001000 | 1011000 | 100011 | 0 | 111000 | 10110 | 1100010 | 110010 | 111000 |
Color Harmonies of #82C858
Complementary color
Monochromatic Colors of #82C858
Black with #82C858
Text Example
Text Example
White with #82C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C858; }
p { color: rgb(130,200,88); }
H1.HeaderClassName
{
color: #82C858;
}
.AnyTagClassName
{
color: #82C858;
}
</style>
background-color css
<style>
a { background-color: #82C858; }
a { background-color: rgb(130,200,88); }
div.DivClassName
{
background-color: #82C858;
}
.BgClassName
{
background-color: #82C858;
}
</style>
border-color css
<style>
span { border-color: #82C858; }
span { border-color: rgb(130,200,88); }
td.TdClassName
{
border-color: #82C858;
}
.TagClassName
{
border-color: #82C858;
}
</style>