Shades of Mantis #82C853
Tints of Mantis #82C853
RGB
CMYK
RGB Variations
Color information
#82C853 (or 0x82C853) is known color: Mantis. HEX triplet: 82, C8 and 53. RGB value is (130,200,83). Sum of RGB (Red+Green+Blue) = 130+200+83=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #82C853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C853 is #7D37AC. Grayscale: #A6A6A6. Windows color (decimal): -8206253 or 5490818. OLE color: 5490818.
HSL color Cylindrical-coordinate representation of color #82C853: hue angle of 95.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82C853 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 83 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.22 |
| HSL | 95.9º | 0.52% | 0.55% | - |
| HSV(B) | 95.9º | 0.59% | 0.78% | - |
| XYZ | 31.42 | 46.68 | 15.54 | - |
| YUV | 165.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 83 | 0.35 | 0 | 0.58 | 0.22 | 95.9 | 0.52 | 0.55 |
| Hex | 82 | C8 | 53 | 23 | 0 | 3A | 16 | 60 | 34 | 37 |
| Octal | 202 | 310 | 123 | 43 | 0 | 72 | 26 | 140 | 64 | 67 |
| Binary | 10000010 | 11001000 | 1010011 | 100011 | 0 | 111010 | 10110 | 1100000 | 110100 | 110111 |
Color Harmonies of #82C853
Complementary color
Monochromatic Colors of #82C853
Black with #82C853
Text Example
Text Example
White with #82C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C853; }
p { color: rgb(130,200,83); }
H1.HeaderClassName
{
color: #82C853;
}
.AnyTagClassName
{
color: #82C853;
}
</style>
background-color css
<style>
a { background-color: #82C853; }
a { background-color: rgb(130,200,83); }
div.DivClassName
{
background-color: #82C853;
}
.BgClassName
{
background-color: #82C853;
}
</style>
border-color css
<style>
span { border-color: #82C853; }
span { border-color: rgb(130,200,83); }
td.TdClassName
{
border-color: #82C853;
}
.TagClassName
{
border-color: #82C853;
}
</style>