Shades of Mantis #82E458
Tints of Mantis #82E458
RGB
CMYK
RGB Variations
Color information
#82E458 (or 0x82E458) is known color: Mantis. HEX triplet: 82, E4 and 58. RGB value is (130,228,88). Sum of RGB (Red+Green+Blue) = 130+228+88=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #82E458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E458 is #7D1BA7. Grayscale: #B7B7B7. Windows color (decimal): -8199080 or 5825666. OLE color: 5825666.
HSL color Cylindrical-coordinate representation of color #82E458: hue angle of 102º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82E458 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 228 | 88 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.11 |
| HSL | 102º | 0.72% | 0.62% | - |
| HSV(B) | 102º | 0.61% | 0.89% | - |
| XYZ | 38.71 | 60.94 | 18.95 | - |
| YUV | 182.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 228 | 88 | 0.43 | 0 | 0.61 | 0.11 | 102 | 0.72 | 0.62 |
| Hex | 82 | E4 | 58 | 2B | 0 | 3D | B | 66 | 48 | 3E |
| Octal | 202 | 344 | 130 | 53 | 0 | 75 | 13 | 146 | 110 | 76 |
| Binary | 10000010 | 11100100 | 1011000 | 101011 | 0 | 111101 | 1011 | 1100110 | 1001000 | 111110 |
Color Harmonies of #82E458
Complementary color
Monochromatic Colors of #82E458
Black with #82E458
Text Example
Text Example
White with #82E458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E458; }
p { color: rgb(130,228,88); }
H1.HeaderClassName
{
color: #82E458;
}
.AnyTagClassName
{
color: #82E458;
}
</style>
background-color css
<style>
a { background-color: #82E458; }
a { background-color: rgb(130,228,88); }
div.DivClassName
{
background-color: #82E458;
}
.BgClassName
{
background-color: #82E458;
}
</style>
border-color css
<style>
span { border-color: #82E458; }
span { border-color: rgb(130,228,88); }
td.TdClassName
{
border-color: #82E458;
}
.TagClassName
{
border-color: #82E458;
}
</style>