Shades of Mantis #82D95C
Tints of Mantis #82D95C
RGB
CMYK
RGB Variations
Color information
#82D95C (or 0x82D95C) is known color: Mantis. HEX triplet: 82, D9 and 5C. RGB value is (130,217,92). Sum of RGB (Red+Green+Blue) = 130+217+92=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #82D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D95C is #7D26A3. Grayscale: #B1B1B1. Windows color (decimal): -8201892 or 6084994. OLE color: 6084994.
HSL color Cylindrical-coordinate representation of color #82D95C: hue angle of 101.76º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82D95C is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 217 | 92 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.15 |
| HSL | 101.76º | 0.62% | 0.61% | - |
| HSV(B) | 101.76º | 0.58% | 0.85% | - |
| XYZ | 35.95 | 55.14 | 18.87 | - |
| YUV | 176.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 217 | 92 | 0.40 | 0 | 0.58 | 0.15 | 101.76 | 0.62 | 0.61 |
| Hex | 82 | D9 | 5C | 28 | 0 | 3A | F | 66 | 3E | 3D |
| Octal | 202 | 331 | 134 | 50 | 0 | 72 | 17 | 146 | 76 | 75 |
| Binary | 10000010 | 11011001 | 1011100 | 101000 | 0 | 111010 | 1111 | 1100110 | 111110 | 111101 |
Color Harmonies of #82D95C
Complementary color
Monochromatic Colors of #82D95C
Black with #82D95C
Text Example
Text Example
White with #82D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D95C; }
p { color: rgb(130,217,92); }
H1.HeaderClassName
{
color: #82D95C;
}
.AnyTagClassName
{
color: #82D95C;
}
</style>
background-color css
<style>
a { background-color: #82D95C; }
a { background-color: rgb(130,217,92); }
div.DivClassName
{
background-color: #82D95C;
}
.BgClassName
{
background-color: #82D95C;
}
</style>
border-color css
<style>
span { border-color: #82D95C; }
span { border-color: rgb(130,217,92); }
td.TdClassName
{
border-color: #82D95C;
}
.TagClassName
{
border-color: #82D95C;
}
</style>