Shades of Mantis #82B55C
Tints of Mantis #82B55C
RGB
CMYK
RGB Variations
Color information
#82B55C (or 0x82B55C) is known color: Mantis. HEX triplet: 82, B5 and 5C. RGB value is (130,181,92). Sum of RGB (Red+Green+Blue) = 130+181+92=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #82B55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B55C is #7D4AA3. Grayscale: #9B9B9B. Windows color (decimal): -8211108 or 6075778. OLE color: 6075778.
HSL color Cylindrical-coordinate representation of color #82B55C: hue angle of 94.38º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82B55C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 92 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.29 |
| HSL | 94.38º | 0.38% | 0.54% | - |
| HSV(B) | 94.38º | 0.49% | 0.71% | - |
| XYZ | 27.66 | 38.57 | 16.11 | - |
| YUV | 155.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 92 | 0.28 | 0 | 0.49 | 0.29 | 94.38 | 0.38 | 0.54 |
| Hex | 82 | B5 | 5C | 1C | 0 | 31 | 1D | 5E | 26 | 36 |
| Octal | 202 | 265 | 134 | 34 | 0 | 61 | 35 | 136 | 46 | 66 |
| Binary | 10000010 | 10110101 | 1011100 | 11100 | 0 | 110001 | 11101 | 1011110 | 100110 | 110110 |
Color Harmonies of #82B55C
Complementary color
Monochromatic Colors of #82B55C
Black with #82B55C
Text Example
Text Example
White with #82B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B55C; }
p { color: rgb(130,181,92); }
H1.HeaderClassName
{
color: #82B55C;
}
.AnyTagClassName
{
color: #82B55C;
}
</style>
background-color css
<style>
a { background-color: #82B55C; }
a { background-color: rgb(130,181,92); }
div.DivClassName
{
background-color: #82B55C;
}
.BgClassName
{
background-color: #82B55C;
}
</style>
border-color css
<style>
span { border-color: #82B55C; }
span { border-color: rgb(130,181,92); }
td.TdClassName
{
border-color: #82B55C;
}
.TagClassName
{
border-color: #82B55C;
}
</style>