Shades of Mantis #82C855
Tints of Mantis #82C855
RGB
CMYK
RGB Variations
Color information
#82C855 (or 0x82C855) is known color: Mantis. HEX triplet: 82, C8 and 55. RGB value is (130,200,85). Sum of RGB (Red+Green+Blue) = 130+200+85=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #82C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C855 is #7D37AA. Grayscale: #A6A6A6. Windows color (decimal): -8206251 or 5621890. OLE color: 5621890.
HSL color Cylindrical-coordinate representation of color #82C855: hue angle of 96.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82C855 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 85 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.22 |
| HSL | 96.52º | 0.51% | 0.56% | - |
| HSV(B) | 96.52º | 0.58% | 0.78% | - |
| XYZ | 31.5 | 46.71 | 15.95 | - |
| YUV | 165.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 85 | 0.35 | 0 | 0.58 | 0.22 | 96.52 | 0.51 | 0.56 |
| Hex | 82 | C8 | 55 | 23 | 0 | 3A | 16 | 61 | 33 | 38 |
| Octal | 202 | 310 | 125 | 43 | 0 | 72 | 26 | 141 | 63 | 70 |
| Binary | 10000010 | 11001000 | 1010101 | 100011 | 0 | 111010 | 10110 | 1100001 | 110011 | 111000 |
Color Harmonies of #82C855
Complementary color
Monochromatic Colors of #82C855
Black with #82C855
Text Example
Text Example
White with #82C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C855; }
p { color: rgb(130,200,85); }
H1.HeaderClassName
{
color: #82C855;
}
.AnyTagClassName
{
color: #82C855;
}
</style>
background-color css
<style>
a { background-color: #82C855; }
a { background-color: rgb(130,200,85); }
div.DivClassName
{
background-color: #82C855;
}
.BgClassName
{
background-color: #82C855;
}
</style>
border-color css
<style>
span { border-color: #82C855; }
span { border-color: rgb(130,200,85); }
td.TdClassName
{
border-color: #82C855;
}
.TagClassName
{
border-color: #82C855;
}
</style>