Shades of Mantis #82CE56
Tints of Mantis #82CE56
RGB
CMYK
RGB Variations
Color information
#82CE56 (or 0x82CE56) is known color: Mantis. HEX triplet: 82, CE and 56. RGB value is (130,206,86). Sum of RGB (Red+Green+Blue) = 130+206+86=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE56 is #7D31A9. Grayscale: #AAAAAA. Windows color (decimal): -8204714 or 5688962. OLE color: 5688962.
HSL color Cylindrical-coordinate representation of color #82CE56: hue angle of 98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82CE56 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 86 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.19 |
| HSL | 98º | 0.55% | 0.57% | - |
| HSV(B) | 98º | 0.58% | 0.81% | - |
| XYZ | 32.96 | 49.56 | 16.63 | - |
| YUV | 169.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 86 | 0.37 | 0 | 0.58 | 0.19 | 98 | 0.55 | 0.57 |
| Hex | 82 | CE | 56 | 25 | 0 | 3A | 13 | 62 | 37 | 39 |
| Octal | 202 | 316 | 126 | 45 | 0 | 72 | 23 | 142 | 67 | 71 |
| Binary | 10000010 | 11001110 | 1010110 | 100101 | 0 | 111010 | 10011 | 1100010 | 110111 | 111001 |
Color Harmonies of #82CE56
Complementary color
Monochromatic Colors of #82CE56
Black with #82CE56
Text Example
Text Example
White with #82CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE56; }
p { color: rgb(130,206,86); }
H1.HeaderClassName
{
color: #82CE56;
}
.AnyTagClassName
{
color: #82CE56;
}
</style>
background-color css
<style>
a { background-color: #82CE56; }
a { background-color: rgb(130,206,86); }
div.DivClassName
{
background-color: #82CE56;
}
.BgClassName
{
background-color: #82CE56;
}
</style>
border-color css
<style>
span { border-color: #82CE56; }
span { border-color: rgb(130,206,86); }
td.TdClassName
{
border-color: #82CE56;
}
.TagClassName
{
border-color: #82CE56;
}
</style>