Shades of Mantis #82B953
Tints of Mantis #82B953
RGB
CMYK
RGB Variations
Color information
#82B953 (or 0x82B953) is known color: Mantis. HEX triplet: 82, B9 and 53. RGB value is (130,185,83). Sum of RGB (Red+Green+Blue) = 130+185+83=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #82B953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B953 is #7D46AC. Grayscale: #9D9D9D. Windows color (decimal): -8210093 or 5486978. OLE color: 5486978.
HSL color Cylindrical-coordinate representation of color #82B953: hue angle of 92.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82B953 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 83 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.27 |
| HSL | 92.35º | 0.42% | 0.53% | - |
| HSV(B) | 92.35º | 0.55% | 0.73% | - |
| XYZ | 28.12 | 40.07 | 14.44 | - |
| YUV | 156.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 83 | 0.30 | 0 | 0.55 | 0.27 | 92.35 | 0.42 | 0.53 |
| Hex | 82 | B9 | 53 | 1E | 0 | 37 | 1B | 5C | 2A | 35 |
| Octal | 202 | 271 | 123 | 36 | 0 | 67 | 33 | 134 | 52 | 65 |
| Binary | 10000010 | 10111001 | 1010011 | 11110 | 0 | 110111 | 11011 | 1011100 | 101010 | 110101 |
Color Harmonies of #82B953
Complementary color
Monochromatic Colors of #82B953
Black with #82B953
Text Example
Text Example
White with #82B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B953; }
p { color: rgb(130,185,83); }
H1.HeaderClassName
{
color: #82B953;
}
.AnyTagClassName
{
color: #82B953;
}
</style>
background-color css
<style>
a { background-color: #82B953; }
a { background-color: rgb(130,185,83); }
div.DivClassName
{
background-color: #82B953;
}
.BgClassName
{
background-color: #82B953;
}
</style>
border-color css
<style>
span { border-color: #82B953; }
span { border-color: rgb(130,185,83); }
td.TdClassName
{
border-color: #82B953;
}
.TagClassName
{
border-color: #82B953;
}
</style>