Shades of Mantis #82E449
Tints of Mantis #82E449
RGB
CMYK
RGB Variations
Color information
#82E449 (or 0x82E449) is known color: Mantis. HEX triplet: 82, E4 and 49. RGB value is (130,228,73). Sum of RGB (Red+Green+Blue) = 130+228+73=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #82E449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E449 is #7D1BB6. Grayscale: #B5B5B5. Windows color (decimal): -8199095 or 4842626. OLE color: 4842626.
HSL color Cylindrical-coordinate representation of color #82E449: hue angle of 97.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82E449 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 228 | 73 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.11 |
| HSL | 97.94º | 0.74% | 0.59% | - |
| HSV(B) | 97.94º | 0.68% | 0.89% | - |
| XYZ | 38.15 | 60.71 | 16.01 | - |
| YUV | 181.03 | 67.03 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 228 | 73 | 0.43 | 0 | 0.68 | 0.11 | 97.94 | 0.74 | 0.59 |
| Hex | 82 | E4 | 49 | 2B | 0 | 44 | B | 62 | 4A | 3B |
| Octal | 202 | 344 | 111 | 53 | 0 | 104 | 13 | 142 | 112 | 73 |
| Binary | 10000010 | 11100100 | 1001001 | 101011 | 0 | 1000100 | 1011 | 1100010 | 1001010 | 111011 |
Color Harmonies of #82E449
Complementary color
Monochromatic Colors of #82E449
Black with #82E449
Text Example
Text Example
White with #82E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E449; }
p { color: rgb(130,228,73); }
H1.HeaderClassName
{
color: #82E449;
}
.AnyTagClassName
{
color: #82E449;
}
</style>
background-color css
<style>
a { background-color: #82E449; }
a { background-color: rgb(130,228,73); }
div.DivClassName
{
background-color: #82E449;
}
.BgClassName
{
background-color: #82E449;
}
</style>
border-color css
<style>
span { border-color: #82E449; }
span { border-color: rgb(130,228,73); }
td.TdClassName
{
border-color: #82E449;
}
.TagClassName
{
border-color: #82E449;
}
</style>