Shades of Mantis #82D65D
Tints of Mantis #82D65D
RGB
CMYK
RGB Variations
Color information
#82D65D (or 0x82D65D) is known color: Mantis. HEX triplet: 82, D6 and 5D. RGB value is (130,214,93). Sum of RGB (Red+Green+Blue) = 130+214+93=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #82D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D65D is #7D29A2. Grayscale: #AFAFAF. Windows color (decimal): -8202659 or 6149762. OLE color: 6149762.
HSL color Cylindrical-coordinate representation of color #82D65D: hue angle of 101.65º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82D65D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 93 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.16 |
| HSL | 101.65º | 0.6% | 0.6% | - |
| HSV(B) | 101.65º | 0.57% | 0.84% | - |
| XYZ | 35.23 | 53.63 | 18.85 | - |
| YUV | 175.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 93 | 0.39 | 0 | 0.57 | 0.16 | 101.65 | 0.6 | 0.6 |
| Hex | 82 | D6 | 5D | 27 | 0 | 39 | 10 | 66 | 3C | 3C |
| Octal | 202 | 326 | 135 | 47 | 0 | 71 | 20 | 146 | 74 | 74 |
| Binary | 10000010 | 11010110 | 1011101 | 100111 | 0 | 111001 | 10000 | 1100110 | 111100 | 111100 |
Color Harmonies of #82D65D
Complementary color
Monochromatic Colors of #82D65D
Black with #82D65D
Text Example
Text Example
White with #82D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D65D; }
p { color: rgb(130,214,93); }
H1.HeaderClassName
{
color: #82D65D;
}
.AnyTagClassName
{
color: #82D65D;
}
</style>
background-color css
<style>
a { background-color: #82D65D; }
a { background-color: rgb(130,214,93); }
div.DivClassName
{
background-color: #82D65D;
}
.BgClassName
{
background-color: #82D65D;
}
</style>
border-color css
<style>
span { border-color: #82D65D; }
span { border-color: rgb(130,214,93); }
td.TdClassName
{
border-color: #82D65D;
}
.TagClassName
{
border-color: #82D65D;
}
</style>