Shades of Mantis #82D658
Tints of Mantis #82D658
RGB
CMYK
RGB Variations
Color information
#82D658 (or 0x82D658) is known color: Mantis. HEX triplet: 82, D6 and 58. RGB value is (130,214,88). Sum of RGB (Red+Green+Blue) = 130+214+88=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #82D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D658 is #7D29A7. Grayscale: #AEAEAE. Windows color (decimal): -8202664 or 5822082. OLE color: 5822082.
HSL color Cylindrical-coordinate representation of color #82D658: hue angle of 100º degrees, saturation: 0.61, 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 #82D658 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 88 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.16 |
| HSL | 100º | 0.61% | 0.59% | - |
| HSV(B) | 100º | 0.59% | 0.84% | - |
| XYZ | 35.01 | 53.54 | 17.72 | - |
| YUV | 174.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 88 | 0.39 | 0 | 0.59 | 0.16 | 100 | 0.61 | 0.59 |
| Hex | 82 | D6 | 58 | 27 | 0 | 3B | 10 | 64 | 3D | 3B |
| Octal | 202 | 326 | 130 | 47 | 0 | 73 | 20 | 144 | 75 | 73 |
| Binary | 10000010 | 11010110 | 1011000 | 100111 | 0 | 111011 | 10000 | 1100100 | 111101 | 111011 |
Color Harmonies of #82D658
Complementary color
Monochromatic Colors of #82D658
Black with #82D658
Text Example
Text Example
White with #82D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D658; }
p { color: rgb(130,214,88); }
H1.HeaderClassName
{
color: #82D658;
}
.AnyTagClassName
{
color: #82D658;
}
</style>
background-color css
<style>
a { background-color: #82D658; }
a { background-color: rgb(130,214,88); }
div.DivClassName
{
background-color: #82D658;
}
.BgClassName
{
background-color: #82D658;
}
</style>
border-color css
<style>
span { border-color: #82D658; }
span { border-color: rgb(130,214,88); }
td.TdClassName
{
border-color: #82D658;
}
.TagClassName
{
border-color: #82D658;
}
</style>