Shades of Mantis #82DE55
Tints of Mantis #82DE55
RGB
CMYK
RGB Variations
Color information
#82DE55 (or 0x82DE55) is known color: Mantis. HEX triplet: 82, DE and 55. RGB value is (130,222,85). Sum of RGB (Red+Green+Blue) = 130+222+85=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DE55 is #7D21AA. Grayscale: #B3B3B3. Windows color (decimal): -8200619 or 5627522. OLE color: 5627522.
HSL color Cylindrical-coordinate representation of color #82DE55: hue angle of 100.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82DE55 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 85 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.13 |
| HSL | 100.29º | 0.67% | 0.6% | - |
| HSV(B) | 100.29º | 0.62% | 0.87% | - |
| XYZ | 36.97 | 57.64 | 17.77 | - |
| YUV | 178.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 85 | 0.41 | 0 | 0.62 | 0.13 | 100.29 | 0.67 | 0.6 |
| Hex | 82 | DE | 55 | 29 | 0 | 3E | D | 64 | 43 | 3C |
| Octal | 202 | 336 | 125 | 51 | 0 | 76 | 15 | 144 | 103 | 74 |
| Binary | 10000010 | 11011110 | 1010101 | 101001 | 0 | 111110 | 1101 | 1100100 | 1000011 | 111100 |
Color Harmonies of #82DE55
Complementary color
Monochromatic Colors of #82DE55
Black with #82DE55
Text Example
Text Example
White with #82DE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DE55; }
p { color: rgb(130,222,85); }
H1.HeaderClassName
{
color: #82DE55;
}
.AnyTagClassName
{
color: #82DE55;
}
</style>
background-color css
<style>
a { background-color: #82DE55; }
a { background-color: rgb(130,222,85); }
div.DivClassName
{
background-color: #82DE55;
}
.BgClassName
{
background-color: #82DE55;
}
</style>
border-color css
<style>
span { border-color: #82DE55; }
span { border-color: rgb(130,222,85); }
td.TdClassName
{
border-color: #82DE55;
}
.TagClassName
{
border-color: #82DE55;
}
</style>