Shades of Mantis #82BD55
Tints of Mantis #82BD55
RGB
CMYK
RGB Variations
Color information
#82BD55 (or 0x82BD55) is known color: Mantis. HEX triplet: 82, BD and 55. RGB value is (130,189,85). Sum of RGB (Red+Green+Blue) = 130+189+85=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD55 is #7D42AA. Grayscale: #9F9F9F. Windows color (decimal): -8209067 or 5619074. OLE color: 5619074.
HSL color Cylindrical-coordinate representation of color #82BD55: hue angle of 94.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82BD55 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 85 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.26 |
| HSL | 94.04º | 0.44% | 0.54% | - |
| HSV(B) | 94.04º | 0.55% | 0.74% | - |
| XYZ | 29.04 | 41.8 | 15.13 | - |
| YUV | 159.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 85 | 0.31 | 0 | 0.55 | 0.26 | 94.04 | 0.44 | 0.54 |
| Hex | 82 | BD | 55 | 1F | 0 | 37 | 1A | 5E | 2C | 36 |
| Octal | 202 | 275 | 125 | 37 | 0 | 67 | 32 | 136 | 54 | 66 |
| Binary | 10000010 | 10111101 | 1010101 | 11111 | 0 | 110111 | 11010 | 1011110 | 101100 | 110110 |
Color Harmonies of #82BD55
Complementary color
Monochromatic Colors of #82BD55
Black with #82BD55
Text Example
Text Example
White with #82BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD55; }
p { color: rgb(130,189,85); }
H1.HeaderClassName
{
color: #82BD55;
}
.AnyTagClassName
{
color: #82BD55;
}
</style>
background-color css
<style>
a { background-color: #82BD55; }
a { background-color: rgb(130,189,85); }
div.DivClassName
{
background-color: #82BD55;
}
.BgClassName
{
background-color: #82BD55;
}
</style>
border-color css
<style>
span { border-color: #82BD55; }
span { border-color: rgb(130,189,85); }
td.TdClassName
{
border-color: #82BD55;
}
.TagClassName
{
border-color: #82BD55;
}
</style>