Shades of Mantis #82C06C
Tints of Mantis #82C06C
RGB
CMYK
RGB Variations
Color information
#82C06C (or 0x82C06C) is known color: Mantis. HEX triplet: 82, C0 and 6C. RGB value is (130,192,108). Sum of RGB (Red+Green+Blue) = 130+192+108=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #82C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C06C is #7D3F93. Grayscale: #A4A4A4. Windows color (decimal): -8208276 or 7127170. OLE color: 7127170.
HSL color Cylindrical-coordinate representation of color #82C06C: hue angle of 104.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82C06C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 108 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.25 |
| HSL | 104.29º | 0.4% | 0.59% | - |
| HSV(B) | 104.29º | 0.44% | 0.75% | - |
| XYZ | 30.76 | 43.53 | 20.97 | - |
| YUV | 163.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 108 | 0.32 | 0 | 0.44 | 0.25 | 104.29 | 0.4 | 0.59 |
| Hex | 82 | C0 | 6C | 20 | 0 | 2C | 19 | 68 | 28 | 3B |
| Octal | 202 | 300 | 154 | 40 | 0 | 54 | 31 | 150 | 50 | 73 |
| Binary | 10000010 | 11000000 | 1101100 | 100000 | 0 | 101100 | 11001 | 1101000 | 101000 | 111011 |
Color Harmonies of #82C06C
Complementary color
Monochromatic Colors of #82C06C
Black with #82C06C
Text Example
Text Example
White with #82C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C06C; }
p { color: rgb(130,192,108); }
H1.HeaderClassName
{
color: #82C06C;
}
.AnyTagClassName
{
color: #82C06C;
}
</style>
background-color css
<style>
a { background-color: #82C06C; }
a { background-color: rgb(130,192,108); }
div.DivClassName
{
background-color: #82C06C;
}
.BgClassName
{
background-color: #82C06C;
}
</style>
border-color css
<style>
span { border-color: #82C06C; }
span { border-color: rgb(130,192,108); }
td.TdClassName
{
border-color: #82C06C;
}
.TagClassName
{
border-color: #82C06C;
}
</style>