Shades of Mantis #82BF40
Tints of Mantis #82BF40
RGB
CMYK
RGB Variations
Color information
#82BF40 (or 0x82BF40) is known color: Mantis. HEX triplet: 82, BF and 40. RGB value is (130,191,64). Sum of RGB (Red+Green+Blue) = 130+191+64=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF40 is #7D40BF. Grayscale: #9E9E9E. Windows color (decimal): -8208576 or 4243330. OLE color: 4243330.
HSL color Cylindrical-coordinate representation of color #82BF40: hue angle of 88.82º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82BF40 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 64 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.25 |
| HSL | 88.82º | 0.5% | 0.5% | - |
| HSV(B) | 88.82º | 0.66% | 0.75% | - |
| XYZ | 28.76 | 42.38 | 11.51 | - |
| YUV | 158.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 64 | 0.32 | 0 | 0.66 | 0.25 | 88.82 | 0.5 | 0.5 |
| Hex | 82 | BF | 40 | 20 | 0 | 42 | 19 | 59 | 32 | 32 |
| Octal | 202 | 277 | 100 | 40 | 0 | 102 | 31 | 131 | 62 | 62 |
| Binary | 10000010 | 10111111 | 1000000 | 100000 | 0 | 1000010 | 11001 | 1011001 | 110010 | 110010 |
Color Harmonies of #82BF40
Complementary color
Monochromatic Colors of #82BF40
Black with #82BF40
Text Example
Text Example
White with #82BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF40; }
p { color: rgb(130,191,64); }
H1.HeaderClassName
{
color: #82BF40;
}
.AnyTagClassName
{
color: #82BF40;
}
</style>
background-color css
<style>
a { background-color: #82BF40; }
a { background-color: rgb(130,191,64); }
div.DivClassName
{
background-color: #82BF40;
}
.BgClassName
{
background-color: #82BF40;
}
</style>
border-color css
<style>
span { border-color: #82BF40; }
span { border-color: rgb(130,191,64); }
td.TdClassName
{
border-color: #82BF40;
}
.TagClassName
{
border-color: #82BF40;
}
</style>