Shades of Mantis #82D255
Tints of Mantis #82D255
RGB
CMYK
RGB Variations
Color information
#82D255 (or 0x82D255) is known color: Mantis. HEX triplet: 82, D2 and 55. RGB value is (130,210,85). Sum of RGB (Red+Green+Blue) = 130+210+85=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #82D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D255 is #7D2DAA. Grayscale: #ACACAC. Windows color (decimal): -8203691 or 5624450. OLE color: 5624450.
HSL color Cylindrical-coordinate representation of color #82D255: hue angle of 98.4º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82D255 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 210 | 85 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.18 |
| HSL | 98.4º | 0.58% | 0.58% | - |
| HSV(B) | 98.4º | 0.6% | 0.82% | - |
| XYZ | 33.89 | 51.49 | 16.75 | - |
| YUV | 171.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 85 | 0.38 | 0 | 0.60 | 0.18 | 98.4 | 0.58 | 0.58 |
| Hex | 82 | D2 | 55 | 26 | 0 | 3C | 12 | 62 | 3A | 3A |
| Octal | 202 | 322 | 125 | 46 | 0 | 74 | 22 | 142 | 72 | 72 |
| Binary | 10000010 | 11010010 | 1010101 | 100110 | 0 | 111100 | 10010 | 1100010 | 111010 | 111010 |
Color Harmonies of #82D255
Complementary color
Monochromatic Colors of #82D255
Black with #82D255
Text Example
Text Example
White with #82D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D255; }
p { color: rgb(130,210,85); }
H1.HeaderClassName
{
color: #82D255;
}
.AnyTagClassName
{
color: #82D255;
}
</style>
background-color css
<style>
a { background-color: #82D255; }
a { background-color: rgb(130,210,85); }
div.DivClassName
{
background-color: #82D255;
}
.BgClassName
{
background-color: #82D255;
}
</style>
border-color css
<style>
span { border-color: #82D255; }
span { border-color: rgb(130,210,85); }
td.TdClassName
{
border-color: #82D255;
}
.TagClassName
{
border-color: #82D255;
}
</style>