Shades of Mantis #82BD44
Tints of Mantis #82BD44
RGB
CMYK
RGB Variations
Color information
#82BD44 (or 0x82BD44) is known color: Mantis. HEX triplet: 82, BD and 44. RGB value is (130,189,68). Sum of RGB (Red+Green+Blue) = 130+189+68=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BD44 is #7D42BB. Grayscale: #9D9D9D. Windows color (decimal): -8209084 or 4504962. OLE color: 4504962.
HSL color Cylindrical-coordinate representation of color #82BD44: hue angle of 89.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82BD44 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 68 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.26 |
| HSL | 89.26º | 0.48% | 0.5% | - |
| HSV(B) | 89.26º | 0.64% | 0.74% | - |
| XYZ | 28.45 | 41.56 | 11.99 | - |
| YUV | 157.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 68 | 0.31 | 0 | 0.64 | 0.26 | 89.26 | 0.48 | 0.5 |
| Hex | 82 | BD | 44 | 1F | 0 | 40 | 1A | 59 | 30 | 32 |
| Octal | 202 | 275 | 104 | 37 | 0 | 100 | 32 | 131 | 60 | 62 |
| Binary | 10000010 | 10111101 | 1000100 | 11111 | 0 | 1000000 | 11010 | 1011001 | 110000 | 110010 |
Color Harmonies of #82BD44
Complementary color
Monochromatic Colors of #82BD44
Black with #82BD44
Text Example
Text Example
White with #82BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD44; }
p { color: rgb(130,189,68); }
H1.HeaderClassName
{
color: #82BD44;
}
.AnyTagClassName
{
color: #82BD44;
}
</style>
background-color css
<style>
a { background-color: #82BD44; }
a { background-color: rgb(130,189,68); }
div.DivClassName
{
background-color: #82BD44;
}
.BgClassName
{
background-color: #82BD44;
}
</style>
border-color css
<style>
span { border-color: #82BD44; }
span { border-color: rgb(130,189,68); }
td.TdClassName
{
border-color: #82BD44;
}
.TagClassName
{
border-color: #82BD44;
}
</style>