Shades of Mantis #82C358
Tints of Mantis #82C358
RGB
CMYK
RGB Variations
Color information
#82C358 (or 0x82C358) is known color: Mantis. HEX triplet: 82, C3 and 58. RGB value is (130,195,88). Sum of RGB (Red+Green+Blue) = 130+195+88=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #82C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C358 is #7D3CA7. Grayscale: #A3A3A3. Windows color (decimal): -8207528 or 5817218. OLE color: 5817218.
HSL color Cylindrical-coordinate representation of color #82C358: hue angle of 96.45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82C358 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 88 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.24 |
| HSL | 96.45º | 0.47% | 0.55% | - |
| HSV(B) | 96.45º | 0.55% | 0.76% | - |
| XYZ | 30.48 | 44.48 | 16.21 | - |
| YUV | 163.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 88 | 0.33 | 0 | 0.55 | 0.24 | 96.45 | 0.47 | 0.55 |
| Hex | 82 | C3 | 58 | 21 | 0 | 37 | 18 | 60 | 2F | 37 |
| Octal | 202 | 303 | 130 | 41 | 0 | 67 | 30 | 140 | 57 | 67 |
| Binary | 10000010 | 11000011 | 1011000 | 100001 | 0 | 110111 | 11000 | 1100000 | 101111 | 110111 |
Color Harmonies of #82C358
Complementary color
Monochromatic Colors of #82C358
Black with #82C358
Text Example
Text Example
White with #82C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C358; }
p { color: rgb(130,195,88); }
H1.HeaderClassName
{
color: #82C358;
}
.AnyTagClassName
{
color: #82C358;
}
</style>
background-color css
<style>
a { background-color: #82C358; }
a { background-color: rgb(130,195,88); }
div.DivClassName
{
background-color: #82C358;
}
.BgClassName
{
background-color: #82C358;
}
</style>
border-color css
<style>
span { border-color: #82C358; }
span { border-color: rgb(130,195,88); }
td.TdClassName
{
border-color: #82C358;
}
.TagClassName
{
border-color: #82C358;
}
</style>