Shades of Mantis #82C055
Tints of Mantis #82C055
RGB
CMYK
RGB Variations
Color information
#82C055 (or 0x82C055) is known color: Mantis. HEX triplet: 82, C0 and 55. RGB value is (130,192,85). Sum of RGB (Red+Green+Blue) = 130+192+85=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #82C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C055 is #7D3FAA. Grayscale: #A1A1A1. Windows color (decimal): -8208299 or 5619842. OLE color: 5619842.
HSL color Cylindrical-coordinate representation of color #82C055: hue angle of 94.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82C055 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 85 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.25 |
| HSL | 94.77º | 0.46% | 0.54% | - |
| HSV(B) | 94.77º | 0.56% | 0.75% | - |
| XYZ | 29.7 | 43.1 | 15.35 | - |
| YUV | 161.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 85 | 0.32 | 0 | 0.56 | 0.25 | 94.77 | 0.46 | 0.54 |
| Hex | 82 | C0 | 55 | 20 | 0 | 38 | 19 | 5F | 2E | 36 |
| Octal | 202 | 300 | 125 | 40 | 0 | 70 | 31 | 137 | 56 | 66 |
| Binary | 10000010 | 11000000 | 1010101 | 100000 | 0 | 111000 | 11001 | 1011111 | 101110 | 110110 |
Color Harmonies of #82C055
Complementary color
Monochromatic Colors of #82C055
Black with #82C055
Text Example
Text Example
White with #82C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C055; }
p { color: rgb(130,192,85); }
H1.HeaderClassName
{
color: #82C055;
}
.AnyTagClassName
{
color: #82C055;
}
</style>
background-color css
<style>
a { background-color: #82C055; }
a { background-color: rgb(130,192,85); }
div.DivClassName
{
background-color: #82C055;
}
.BgClassName
{
background-color: #82C055;
}
</style>
border-color css
<style>
span { border-color: #82C055; }
span { border-color: rgb(130,192,85); }
td.TdClassName
{
border-color: #82C055;
}
.TagClassName
{
border-color: #82C055;
}
</style>