Shades of Mantis #82D65C
Tints of Mantis #82D65C
RGB
CMYK
RGB Variations
Color information
#82D65C (or 0x82D65C) is known color: Mantis. HEX triplet: 82, D6 and 5C. RGB value is (130,214,92). Sum of RGB (Red+Green+Blue) = 130+214+92=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #82D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D65C is #7D29A3. Grayscale: #AFAFAF. Windows color (decimal): -8202660 or 6084226. OLE color: 6084226.
HSL color Cylindrical-coordinate representation of color #82D65C: hue angle of 101.31º 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 #82D65C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 92 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.16 |
| HSL | 101.31º | 0.6% | 0.6% | - |
| HSV(B) | 101.31º | 0.57% | 0.84% | - |
| XYZ | 35.18 | 53.61 | 18.62 | - |
| YUV | 174.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 92 | 0.39 | 0 | 0.57 | 0.16 | 101.31 | 0.6 | 0.6 |
| Hex | 82 | D6 | 5C | 27 | 0 | 39 | 10 | 65 | 3C | 3C |
| Octal | 202 | 326 | 134 | 47 | 0 | 71 | 20 | 145 | 74 | 74 |
| Binary | 10000010 | 11010110 | 1011100 | 100111 | 0 | 111001 | 10000 | 1100101 | 111100 | 111100 |
Color Harmonies of #82D65C
Complementary color
Monochromatic Colors of #82D65C
Black with #82D65C
Text Example
Text Example
White with #82D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D65C; }
p { color: rgb(130,214,92); }
H1.HeaderClassName
{
color: #82D65C;
}
.AnyTagClassName
{
color: #82D65C;
}
</style>
background-color css
<style>
a { background-color: #82D65C; }
a { background-color: rgb(130,214,92); }
div.DivClassName
{
background-color: #82D65C;
}
.BgClassName
{
background-color: #82D65C;
}
</style>
border-color css
<style>
span { border-color: #82D65C; }
span { border-color: rgb(130,214,92); }
td.TdClassName
{
border-color: #82D65C;
}
.TagClassName
{
border-color: #82D65C;
}
</style>