Shades of Mantis #82C65C
Tints of Mantis #82C65C
RGB
CMYK
RGB Variations
Color information
#82C65C (or 0x82C65C) is known color: Mantis. HEX triplet: 82, C6 and 5C. RGB value is (130,198,92). Sum of RGB (Red+Green+Blue) = 130+198+92=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #82C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C65C is #7D39A3. Grayscale: #A5A5A5. Windows color (decimal): -8206756 or 6080130. OLE color: 6080130.
HSL color Cylindrical-coordinate representation of color #82C65C: hue angle of 98.49º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82C65C is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 92 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.22 |
| HSL | 98.49º | 0.48% | 0.57% | - |
| HSV(B) | 98.49º | 0.54% | 0.78% | - |
| XYZ | 31.33 | 45.91 | 17.33 | - |
| YUV | 165.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 92 | 0.34 | 0 | 0.54 | 0.22 | 98.49 | 0.48 | 0.57 |
| Hex | 82 | C6 | 5C | 22 | 0 | 36 | 16 | 62 | 30 | 39 |
| Octal | 202 | 306 | 134 | 42 | 0 | 66 | 26 | 142 | 60 | 71 |
| Binary | 10000010 | 11000110 | 1011100 | 100010 | 0 | 110110 | 10110 | 1100010 | 110000 | 111001 |
Color Harmonies of #82C65C
Complementary color
Monochromatic Colors of #82C65C
Black with #82C65C
Text Example
Text Example
White with #82C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C65C; }
p { color: rgb(130,198,92); }
H1.HeaderClassName
{
color: #82C65C;
}
.AnyTagClassName
{
color: #82C65C;
}
</style>
background-color css
<style>
a { background-color: #82C65C; }
a { background-color: rgb(130,198,92); }
div.DivClassName
{
background-color: #82C65C;
}
.BgClassName
{
background-color: #82C65C;
}
</style>
border-color css
<style>
span { border-color: #82C65C; }
span { border-color: rgb(130,198,92); }
td.TdClassName
{
border-color: #82C65C;
}
.TagClassName
{
border-color: #82C65C;
}
</style>