Shades of Mantis #82D558
Tints of Mantis #82D558
RGB
CMYK
RGB Variations
Color information
#82D558 (or 0x82D558) is known color: Mantis. HEX triplet: 82, D5 and 58. RGB value is (130,213,88). Sum of RGB (Red+Green+Blue) = 130+213+88=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #82D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D558 is #7D2AA7. Grayscale: #AEAEAE. Windows color (decimal): -8202920 or 5821826. OLE color: 5821826.
HSL color Cylindrical-coordinate representation of color #82D558: hue angle of 99.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82D558 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 88 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.16 |
| HSL | 99.84º | 0.6% | 0.59% | - |
| HSV(B) | 99.84º | 0.59% | 0.84% | - |
| XYZ | 34.76 | 53.04 | 17.64 | - |
| YUV | 173.93 | 79.5 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 88 | 0.39 | 0 | 0.59 | 0.16 | 99.84 | 0.6 | 0.59 |
| Hex | 82 | D5 | 58 | 27 | 0 | 3B | 10 | 64 | 3C | 3B |
| Octal | 202 | 325 | 130 | 47 | 0 | 73 | 20 | 144 | 74 | 73 |
| Binary | 10000010 | 11010101 | 1011000 | 100111 | 0 | 111011 | 10000 | 1100100 | 111100 | 111011 |
Color Harmonies of #82D558
Complementary color
Monochromatic Colors of #82D558
Black with #82D558
Text Example
Text Example
White with #82D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D558; }
p { color: rgb(130,213,88); }
H1.HeaderClassName
{
color: #82D558;
}
.AnyTagClassName
{
color: #82D558;
}
</style>
background-color css
<style>
a { background-color: #82D558; }
a { background-color: rgb(130,213,88); }
div.DivClassName
{
background-color: #82D558;
}
.BgClassName
{
background-color: #82D558;
}
</style>
border-color css
<style>
span { border-color: #82D558; }
span { border-color: rgb(130,213,88); }
td.TdClassName
{
border-color: #82D558;
}
.TagClassName
{
border-color: #82D558;
}
</style>