Shades of Mantis #82E351
Tints of Mantis #82E351
RGB
CMYK
RGB Variations
Color information
#82E351 (or 0x82E351) is known color: Mantis. HEX triplet: 82, E3 and 51. RGB value is (130,227,81). Sum of RGB (Red+Green+Blue) = 130+227+81=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #82E351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E351 is #7D1CAE. Grayscale: #B5B5B5. Windows color (decimal): -8199343 or 5366658. OLE color: 5366658.
HSL color Cylindrical-coordinate representation of color #82E351: hue angle of 99.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82E351 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 227 | 81 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.11 |
| HSL | 99.86º | 0.72% | 0.6% | - |
| HSV(B) | 99.86º | 0.64% | 0.89% | - |
| XYZ | 38.16 | 60.28 | 17.41 | - |
| YUV | 181.35 | 71.36 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 227 | 81 | 0.43 | 0 | 0.64 | 0.11 | 99.86 | 0.72 | 0.6 |
| Hex | 82 | E3 | 51 | 2B | 0 | 40 | B | 64 | 48 | 3C |
| Octal | 202 | 343 | 121 | 53 | 0 | 100 | 13 | 144 | 110 | 74 |
| Binary | 10000010 | 11100011 | 1010001 | 101011 | 0 | 1000000 | 1011 | 1100100 | 1001000 | 111100 |
Color Harmonies of #82E351
Complementary color
Monochromatic Colors of #82E351
Black with #82E351
Text Example
Text Example
White with #82E351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E351; }
p { color: rgb(130,227,81); }
H1.HeaderClassName
{
color: #82E351;
}
.AnyTagClassName
{
color: #82E351;
}
</style>
background-color css
<style>
a { background-color: #82E351; }
a { background-color: rgb(130,227,81); }
div.DivClassName
{
background-color: #82E351;
}
.BgClassName
{
background-color: #82E351;
}
</style>
border-color css
<style>
span { border-color: #82E351; }
span { border-color: rgb(130,227,81); }
td.TdClassName
{
border-color: #82E351;
}
.TagClassName
{
border-color: #82E351;
}
</style>