Shades of Mantis #82E15E
Tints of Mantis #82E15E
RGB
CMYK
RGB Variations
Color information
#82E15E (or 0x82E15E) is known color: Mantis. HEX triplet: 82, E1 and 5E. RGB value is (130,225,94). Sum of RGB (Red+Green+Blue) = 130+225+94=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #82E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E15E is #7D1EA1. Grayscale: #B6B6B6. Windows color (decimal): -8199842 or 6218114. OLE color: 6218114.
HSL color Cylindrical-coordinate representation of color #82E15E: hue angle of 103.51º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82E15E is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 94 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.12 |
| HSL | 103.51º | 0.69% | 0.63% | - |
| HSV(B) | 103.51º | 0.58% | 0.88% | - |
| XYZ | 38.15 | 59.4 | 20.05 | - |
| YUV | 181.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 94 | 0.42 | 0 | 0.58 | 0.12 | 103.51 | 0.69 | 0.63 |
| Hex | 82 | E1 | 5E | 2A | 0 | 3A | C | 68 | 45 | 3F |
| Octal | 202 | 341 | 136 | 52 | 0 | 72 | 14 | 150 | 105 | 77 |
| Binary | 10000010 | 11100001 | 1011110 | 101010 | 0 | 111010 | 1100 | 1101000 | 1000101 | 111111 |
Color Harmonies of #82E15E
Complementary color
Monochromatic Colors of #82E15E
Black with #82E15E
Text Example
Text Example
White with #82E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E15E; }
p { color: rgb(130,225,94); }
H1.HeaderClassName
{
color: #82E15E;
}
.AnyTagClassName
{
color: #82E15E;
}
</style>
background-color css
<style>
a { background-color: #82E15E; }
a { background-color: rgb(130,225,94); }
div.DivClassName
{
background-color: #82E15E;
}
.BgClassName
{
background-color: #82E15E;
}
</style>
border-color css
<style>
span { border-color: #82E15E; }
span { border-color: rgb(130,225,94); }
td.TdClassName
{
border-color: #82E15E;
}
.TagClassName
{
border-color: #82E15E;
}
</style>