Shades of Mantis #82E548
Tints of Mantis #82E548
RGB
CMYK
RGB Variations
Color information
#82E548 (or 0x82E548) is known color: Mantis. HEX triplet: 82, E5 and 48. RGB value is (130,229,72). Sum of RGB (Red+Green+Blue) = 130+229+72=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #82E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E548 is #7D1AB7. Grayscale: #B6B6B6. Windows color (decimal): -8198840 or 4777346. OLE color: 4777346.
HSL color Cylindrical-coordinate representation of color #82E548: hue angle of 97.83º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82E548 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 229 | 72 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.10 |
| HSL | 97.83º | 0.75% | 0.59% | - |
| HSV(B) | 97.83º | 0.69% | 0.9% | - |
| XYZ | 38.39 | 61.25 | 15.93 | - |
| YUV | 181.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 229 | 72 | 0.43 | 0 | 0.69 | 0.10 | 97.83 | 0.75 | 0.59 |
| Hex | 82 | E5 | 48 | 2B | 0 | 45 | A | 62 | 4B | 3B |
| Octal | 202 | 345 | 110 | 53 | 0 | 105 | 12 | 142 | 113 | 73 |
| Binary | 10000010 | 11100101 | 1001000 | 101011 | 0 | 1000101 | 1010 | 1100010 | 1001011 | 111011 |
Color Harmonies of #82E548
Complementary color
Monochromatic Colors of #82E548
Black with #82E548
Text Example
Text Example
White with #82E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E548; }
p { color: rgb(130,229,72); }
H1.HeaderClassName
{
color: #82E548;
}
.AnyTagClassName
{
color: #82E548;
}
</style>
background-color css
<style>
a { background-color: #82E548; }
a { background-color: rgb(130,229,72); }
div.DivClassName
{
background-color: #82E548;
}
.BgClassName
{
background-color: #82E548;
}
</style>
border-color css
<style>
span { border-color: #82E548; }
span { border-color: rgb(130,229,72); }
td.TdClassName
{
border-color: #82E548;
}
.TagClassName
{
border-color: #82E548;
}
</style>