Shades of Mantis #82E656
Tints of Mantis #82E656
RGB
CMYK
RGB Variations
Color information
#82E656 (or 0x82E656) is known color: Mantis. HEX triplet: 82, E6 and 56. RGB value is (130,230,86). Sum of RGB (Red+Green+Blue) = 130+230+86=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #82E656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E656 is #7D19A9. Grayscale: #B8B8B8. Windows color (decimal): -8198570 or 5695106. OLE color: 5695106.
HSL color Cylindrical-coordinate representation of color #82E656: hue angle of 101.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82E656 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 86 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.10 |
| HSL | 101.67º | 0.74% | 0.62% | - |
| HSV(B) | 101.67º | 0.63% | 0.9% | - |
| XYZ | 39.18 | 62.01 | 18.71 | - |
| YUV | 183.68 | 72.87 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 86 | 0.43 | 0 | 0.63 | 0.10 | 101.67 | 0.74 | 0.62 |
| Hex | 82 | E6 | 56 | 2B | 0 | 3F | A | 66 | 4A | 3E |
| Octal | 202 | 346 | 126 | 53 | 0 | 77 | 12 | 146 | 112 | 76 |
| Binary | 10000010 | 11100110 | 1010110 | 101011 | 0 | 111111 | 1010 | 1100110 | 1001010 | 111110 |
Color Harmonies of #82E656
Complementary color
Monochromatic Colors of #82E656
Black with #82E656
Text Example
Text Example
White with #82E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E656; }
p { color: rgb(130,230,86); }
H1.HeaderClassName
{
color: #82E656;
}
.AnyTagClassName
{
color: #82E656;
}
</style>
background-color css
<style>
a { background-color: #82E656; }
a { background-color: rgb(130,230,86); }
div.DivClassName
{
background-color: #82E656;
}
.BgClassName
{
background-color: #82E656;
}
</style>
border-color css
<style>
span { border-color: #82E656; }
span { border-color: rgb(130,230,86); }
td.TdClassName
{
border-color: #82E656;
}
.TagClassName
{
border-color: #82E656;
}
</style>