Shades of Mantis #82BD5B
Tints of Mantis #82BD5B
RGB
CMYK
RGB Variations
Color information
#82BD5B (or 0x82BD5B) is known color: Mantis. HEX triplet: 82, BD and 5B. RGB value is (130,189,91). Sum of RGB (Red+Green+Blue) = 130+189+91=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD5B is #7D42A4. Grayscale: #A0A0A0. Windows color (decimal): -8209061 or 6012290. OLE color: 6012290.
HSL color Cylindrical-coordinate representation of color #82BD5B: hue angle of 96.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82BD5B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 91 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.26 |
| HSL | 96.12º | 0.43% | 0.55% | - |
| HSV(B) | 96.12º | 0.52% | 0.74% | - |
| XYZ | 29.29 | 41.9 | 16.44 | - |
| YUV | 160.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 91 | 0.31 | 0 | 0.52 | 0.26 | 96.12 | 0.43 | 0.55 |
| Hex | 82 | BD | 5B | 1F | 0 | 34 | 1A | 60 | 2B | 37 |
| Octal | 202 | 275 | 133 | 37 | 0 | 64 | 32 | 140 | 53 | 67 |
| Binary | 10000010 | 10111101 | 1011011 | 11111 | 0 | 110100 | 11010 | 1100000 | 101011 | 110111 |
Color Harmonies of #82BD5B
Complementary color
Monochromatic Colors of #82BD5B
Black with #82BD5B
Text Example
Text Example
White with #82BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD5B; }
p { color: rgb(130,189,91); }
H1.HeaderClassName
{
color: #82BD5B;
}
.AnyTagClassName
{
color: #82BD5B;
}
</style>
background-color css
<style>
a { background-color: #82BD5B; }
a { background-color: rgb(130,189,91); }
div.DivClassName
{
background-color: #82BD5B;
}
.BgClassName
{
background-color: #82BD5B;
}
</style>
border-color css
<style>
span { border-color: #82BD5B; }
span { border-color: rgb(130,189,91); }
td.TdClassName
{
border-color: #82BD5B;
}
.TagClassName
{
border-color: #82BD5B;
}
</style>