Shades of Mantis #82C950
Tints of Mantis #82C950
RGB
CMYK
RGB Variations
Color information
#82C950 (or 0x82C950) is known color: Mantis. HEX triplet: 82, C9 and 50. RGB value is (130,201,80). Sum of RGB (Red+Green+Blue) = 130+201+80=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #82C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C950 is #7D36AF. Grayscale: #A6A6A6. Windows color (decimal): -8206000 or 5294466. OLE color: 5294466.
HSL color Cylindrical-coordinate representation of color #82C950: hue angle of 95.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82C950 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 80 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.21 |
| HSL | 95.21º | 0.53% | 0.55% | - |
| HSV(B) | 95.21º | 0.6% | 0.79% | - |
| XYZ | 31.54 | 47.1 | 15.02 | - |
| YUV | 165.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 80 | 0.35 | 0 | 0.60 | 0.21 | 95.21 | 0.53 | 0.55 |
| Hex | 82 | C9 | 50 | 23 | 0 | 3C | 15 | 5F | 35 | 37 |
| Octal | 202 | 311 | 120 | 43 | 0 | 74 | 25 | 137 | 65 | 67 |
| Binary | 10000010 | 11001001 | 1010000 | 100011 | 0 | 111100 | 10101 | 1011111 | 110101 | 110111 |
Color Harmonies of #82C950
Complementary color
Monochromatic Colors of #82C950
Black with #82C950
Text Example
Text Example
White with #82C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C950; }
p { color: rgb(130,201,80); }
H1.HeaderClassName
{
color: #82C950;
}
.AnyTagClassName
{
color: #82C950;
}
</style>
background-color css
<style>
a { background-color: #82C950; }
a { background-color: rgb(130,201,80); }
div.DivClassName
{
background-color: #82C950;
}
.BgClassName
{
background-color: #82C950;
}
</style>
border-color css
<style>
span { border-color: #82C950; }
span { border-color: rgb(130,201,80); }
td.TdClassName
{
border-color: #82C950;
}
.TagClassName
{
border-color: #82C950;
}
</style>