Shades of Mantis #82CB59
Tints of Mantis #82CB59
RGB
CMYK
RGB Variations
Color information
#82CB59 (or 0x82CB59) is known color: Mantis. HEX triplet: 82, CB and 59. RGB value is (130,203,89). Sum of RGB (Red+Green+Blue) = 130+203+89=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB59 is #7D34A6. Grayscale: #A8A8A8. Windows color (decimal): -8205479 or 5884802. OLE color: 5884802.
HSL color Cylindrical-coordinate representation of color #82CB59: hue angle of 98.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82CB59 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 89 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.20 |
| HSL | 98.42º | 0.52% | 0.57% | - |
| HSV(B) | 98.42º | 0.56% | 0.8% | - |
| XYZ | 32.37 | 48.18 | 17.04 | - |
| YUV | 168.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 89 | 0.36 | 0 | 0.56 | 0.20 | 98.42 | 0.52 | 0.57 |
| Hex | 82 | CB | 59 | 24 | 0 | 38 | 14 | 62 | 34 | 39 |
| Octal | 202 | 313 | 131 | 44 | 0 | 70 | 24 | 142 | 64 | 71 |
| Binary | 10000010 | 11001011 | 1011001 | 100100 | 0 | 111000 | 10100 | 1100010 | 110100 | 111001 |
Color Harmonies of #82CB59
Complementary color
Monochromatic Colors of #82CB59
Black with #82CB59
Text Example
Text Example
White with #82CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB59; }
p { color: rgb(130,203,89); }
H1.HeaderClassName
{
color: #82CB59;
}
.AnyTagClassName
{
color: #82CB59;
}
</style>
background-color css
<style>
a { background-color: #82CB59; }
a { background-color: rgb(130,203,89); }
div.DivClassName
{
background-color: #82CB59;
}
.BgClassName
{
background-color: #82CB59;
}
</style>
border-color css
<style>
span { border-color: #82CB59; }
span { border-color: rgb(130,203,89); }
td.TdClassName
{
border-color: #82CB59;
}
.TagClassName
{
border-color: #82CB59;
}
</style>