Shades of Mantis #82DA57
Tints of Mantis #82DA57
RGB
CMYK
RGB Variations
Color information
#82DA57 (or 0x82DA57) is known color: Mantis. HEX triplet: 82, DA and 57. RGB value is (130,218,87). Sum of RGB (Red+Green+Blue) = 130+218+87=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA57 is #7D25A8. Grayscale: #B1B1B1. Windows color (decimal): -8201641 or 5757570. OLE color: 5757570.
HSL color Cylindrical-coordinate representation of color #82DA57: hue angle of 100.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82DA57 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 87 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.15 |
| HSL | 100.31º | 0.64% | 0.6% | - |
| HSV(B) | 100.31º | 0.6% | 0.85% | - |
| XYZ | 36 | 55.58 | 17.85 | - |
| YUV | 176.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 87 | 0.40 | 0 | 0.60 | 0.15 | 100.31 | 0.64 | 0.6 |
| Hex | 82 | DA | 57 | 28 | 0 | 3C | F | 64 | 40 | 3C |
| Octal | 202 | 332 | 127 | 50 | 0 | 74 | 17 | 144 | 100 | 74 |
| Binary | 10000010 | 11011010 | 1010111 | 101000 | 0 | 111100 | 1111 | 1100100 | 1000000 | 111100 |
Color Harmonies of #82DA57
Complementary color
Monochromatic Colors of #82DA57
Black with #82DA57
Text Example
Text Example
White with #82DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA57; }
p { color: rgb(130,218,87); }
H1.HeaderClassName
{
color: #82DA57;
}
.AnyTagClassName
{
color: #82DA57;
}
</style>
background-color css
<style>
a { background-color: #82DA57; }
a { background-color: rgb(130,218,87); }
div.DivClassName
{
background-color: #82DA57;
}
.BgClassName
{
background-color: #82DA57;
}
</style>
border-color css
<style>
span { border-color: #82DA57; }
span { border-color: rgb(130,218,87); }
td.TdClassName
{
border-color: #82DA57;
}
.TagClassName
{
border-color: #82DA57;
}
</style>