Shades of Mantis #82C35E
Tints of Mantis #82C35E
RGB
CMYK
RGB Variations
Color information
#82C35E (or 0x82C35E) is known color: Mantis. HEX triplet: 82, C3 and 5E. RGB value is (130,195,94). Sum of RGB (Red+Green+Blue) = 130+195+94=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #82C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C35E is #7D3CA1. Grayscale: #A4A4A4. Windows color (decimal): -8207522 or 6210434. OLE color: 6210434.
HSL color Cylindrical-coordinate representation of color #82C35E: hue angle of 98.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82C35E is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 94 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.24 |
| HSL | 98.61º | 0.46% | 0.57% | - |
| HSV(B) | 98.61º | 0.52% | 0.76% | - |
| XYZ | 30.74 | 44.58 | 17.58 | - |
| YUV | 164.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 94 | 0.33 | 0 | 0.52 | 0.24 | 98.61 | 0.46 | 0.57 |
| Hex | 82 | C3 | 5E | 21 | 0 | 34 | 18 | 63 | 2E | 39 |
| Octal | 202 | 303 | 136 | 41 | 0 | 64 | 30 | 143 | 56 | 71 |
| Binary | 10000010 | 11000011 | 1011110 | 100001 | 0 | 110100 | 11000 | 1100011 | 101110 | 111001 |
Color Harmonies of #82C35E
Complementary color
Monochromatic Colors of #82C35E
Black with #82C35E
Text Example
Text Example
White with #82C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C35E; }
p { color: rgb(130,195,94); }
H1.HeaderClassName
{
color: #82C35E;
}
.AnyTagClassName
{
color: #82C35E;
}
</style>
background-color css
<style>
a { background-color: #82C35E; }
a { background-color: rgb(130,195,94); }
div.DivClassName
{
background-color: #82C35E;
}
.BgClassName
{
background-color: #82C35E;
}
</style>
border-color css
<style>
span { border-color: #82C35E; }
span { border-color: rgb(130,195,94); }
td.TdClassName
{
border-color: #82C35E;
}
.TagClassName
{
border-color: #82C35E;
}
</style>