Shades of Mantis #82CC5D
Tints of Mantis #82CC5D
RGB
CMYK
RGB Variations
Color information
#82CC5D (or 0x82CC5D) is known color: Mantis. HEX triplet: 82, CC and 5D. RGB value is (130,204,93). Sum of RGB (Red+Green+Blue) = 130+204+93=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC5D is #7D33A2. Grayscale: #A9A9A9. Windows color (decimal): -8205219 or 6147202. OLE color: 6147202.
HSL color Cylindrical-coordinate representation of color #82CC5D: hue angle of 100º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82CC5D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 93 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.2 |
| HSL | 100º | 0.52% | 0.58% | - |
| HSV(B) | 100º | 0.54% | 0.8% | - |
| XYZ | 32.77 | 48.72 | 18.03 | - |
| YUV | 169.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 93 | 0.36 | 0 | 0.54 | 0.2 | 100 | 0.52 | 0.58 |
| Hex | 82 | CC | 5D | 24 | 0 | 36 | 14 | 64 | 34 | 3A |
| Octal | 202 | 314 | 135 | 44 | 0 | 66 | 24 | 144 | 64 | 72 |
| Binary | 10000010 | 11001100 | 1011101 | 100100 | 0 | 110110 | 10100 | 1100100 | 110100 | 111010 |
Color Harmonies of #82CC5D
Complementary color
Monochromatic Colors of #82CC5D
Black with #82CC5D
Text Example
Text Example
White with #82CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC5D; }
p { color: rgb(130,204,93); }
H1.HeaderClassName
{
color: #82CC5D;
}
.AnyTagClassName
{
color: #82CC5D;
}
</style>
background-color css
<style>
a { background-color: #82CC5D; }
a { background-color: rgb(130,204,93); }
div.DivClassName
{
background-color: #82CC5D;
}
.BgClassName
{
background-color: #82CC5D;
}
</style>
border-color css
<style>
span { border-color: #82CC5D; }
span { border-color: rgb(130,204,93); }
td.TdClassName
{
border-color: #82CC5D;
}
.TagClassName
{
border-color: #82CC5D;
}
</style>