Shades of Mantis #82CE58
Tints of Mantis #82CE58
RGB
CMYK
RGB Variations
Color information
#82CE58 (or 0x82CE58) is known color: Mantis. HEX triplet: 82, CE and 58. RGB value is (130,206,88). Sum of RGB (Red+Green+Blue) = 130+206+88=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE58 is #7D31A7. Grayscale: #AAAAAA. Windows color (decimal): -8204712 or 5820034. OLE color: 5820034.
HSL color Cylindrical-coordinate representation of color #82CE58: hue angle of 98.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82CE58 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 88 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.19 |
| HSL | 98.64º | 0.55% | 0.58% | - |
| HSV(B) | 98.64º | 0.57% | 0.81% | - |
| XYZ | 33.04 | 49.59 | 17.06 | - |
| YUV | 169.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 88 | 0.37 | 0 | 0.57 | 0.19 | 98.64 | 0.55 | 0.58 |
| Hex | 82 | CE | 58 | 25 | 0 | 39 | 13 | 63 | 37 | 3A |
| Octal | 202 | 316 | 130 | 45 | 0 | 71 | 23 | 143 | 67 | 72 |
| Binary | 10000010 | 11001110 | 1011000 | 100101 | 0 | 111001 | 10011 | 1100011 | 110111 | 111010 |
Color Harmonies of #82CE58
Complementary color
Monochromatic Colors of #82CE58
Black with #82CE58
Text Example
Text Example
White with #82CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE58; }
p { color: rgb(130,206,88); }
H1.HeaderClassName
{
color: #82CE58;
}
.AnyTagClassName
{
color: #82CE58;
}
</style>
background-color css
<style>
a { background-color: #82CE58; }
a { background-color: rgb(130,206,88); }
div.DivClassName
{
background-color: #82CE58;
}
.BgClassName
{
background-color: #82CE58;
}
</style>
border-color css
<style>
span { border-color: #82CE58; }
span { border-color: rgb(130,206,88); }
td.TdClassName
{
border-color: #82CE58;
}
.TagClassName
{
border-color: #82CE58;
}
</style>