Shades of Mantis #82C353
Tints of Mantis #82C353
RGB
CMYK
RGB Variations
Color information
#82C353 (or 0x82C353) is known color: Mantis. HEX triplet: 82, C3 and 53. RGB value is (130,195,83). Sum of RGB (Red+Green+Blue) = 130+195+83=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #82C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C353 is #7D3CAC. Grayscale: #A3A3A3. Windows color (decimal): -8207533 or 5489538. OLE color: 5489538.
HSL color Cylindrical-coordinate representation of color #82C353: hue angle of 94.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82C353 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 83 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.24 |
| HSL | 94.82º | 0.48% | 0.55% | - |
| HSV(B) | 94.82º | 0.57% | 0.76% | - |
| XYZ | 30.28 | 44.4 | 15.16 | - |
| YUV | 162.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 83 | 0.33 | 0 | 0.57 | 0.24 | 94.82 | 0.48 | 0.55 |
| Hex | 82 | C3 | 53 | 21 | 0 | 39 | 18 | 5F | 30 | 37 |
| Octal | 202 | 303 | 123 | 41 | 0 | 71 | 30 | 137 | 60 | 67 |
| Binary | 10000010 | 11000011 | 1010011 | 100001 | 0 | 111001 | 11000 | 1011111 | 110000 | 110111 |
Color Harmonies of #82C353
Complementary color
Monochromatic Colors of #82C353
Black with #82C353
Text Example
Text Example
White with #82C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C353; }
p { color: rgb(130,195,83); }
H1.HeaderClassName
{
color: #82C353;
}
.AnyTagClassName
{
color: #82C353;
}
</style>
background-color css
<style>
a { background-color: #82C353; }
a { background-color: rgb(130,195,83); }
div.DivClassName
{
background-color: #82C353;
}
.BgClassName
{
background-color: #82C353;
}
</style>
border-color css
<style>
span { border-color: #82C353; }
span { border-color: rgb(130,195,83); }
td.TdClassName
{
border-color: #82C353;
}
.TagClassName
{
border-color: #82C353;
}
</style>