Shades of Mantis #82C158
Tints of Mantis #82C158
RGB
CMYK
RGB Variations
Color information
#82C158 (or 0x82C158) is known color: Mantis. HEX triplet: 82, C1 and 58. RGB value is (130,193,88). Sum of RGB (Red+Green+Blue) = 130+193+88=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #82C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C158 is #7D3EA7. Grayscale: #A2A2A2. Windows color (decimal): -8208040 or 5816706. OLE color: 5816706.
HSL color Cylindrical-coordinate representation of color #82C158: hue angle of 96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82C158 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 88 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.24 |
| HSL | 96º | 0.46% | 0.55% | - |
| HSV(B) | 96º | 0.54% | 0.76% | - |
| XYZ | 30.04 | 43.59 | 16.06 | - |
| YUV | 162.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 88 | 0.33 | 0 | 0.54 | 0.24 | 96 | 0.46 | 0.55 |
| Hex | 82 | C1 | 58 | 21 | 0 | 36 | 18 | 60 | 2E | 37 |
| Octal | 202 | 301 | 130 | 41 | 0 | 66 | 30 | 140 | 56 | 67 |
| Binary | 10000010 | 11000001 | 1011000 | 100001 | 0 | 110110 | 11000 | 1100000 | 101110 | 110111 |
Color Harmonies of #82C158
Complementary color
Monochromatic Colors of #82C158
Black with #82C158
Text Example
Text Example
White with #82C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C158; }
p { color: rgb(130,193,88); }
H1.HeaderClassName
{
color: #82C158;
}
.AnyTagClassName
{
color: #82C158;
}
</style>
background-color css
<style>
a { background-color: #82C158; }
a { background-color: rgb(130,193,88); }
div.DivClassName
{
background-color: #82C158;
}
.BgClassName
{
background-color: #82C158;
}
</style>
border-color css
<style>
span { border-color: #82C158; }
span { border-color: rgb(130,193,88); }
td.TdClassName
{
border-color: #82C158;
}
.TagClassName
{
border-color: #82C158;
}
</style>