Shades of Mantis #82C258
Tints of Mantis #82C258
RGB
CMYK
RGB Variations
Color information
#82C258 (or 0x82C258) is known color: Mantis. HEX triplet: 82, C2 and 58. RGB value is (130,194,88). Sum of RGB (Red+Green+Blue) = 130+194+88=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #82C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C258 is #7D3DA7. Grayscale: #A3A3A3. Windows color (decimal): -8207784 or 5816962. OLE color: 5816962.
HSL color Cylindrical-coordinate representation of color #82C258: hue angle of 96.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82C258 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 88 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.24 |
| HSL | 96.23º | 0.46% | 0.55% | - |
| HSV(B) | 96.23º | 0.55% | 0.76% | - |
| XYZ | 30.26 | 44.03 | 16.14 | - |
| YUV | 162.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 88 | 0.33 | 0 | 0.55 | 0.24 | 96.23 | 0.46 | 0.55 |
| Hex | 82 | C2 | 58 | 21 | 0 | 37 | 18 | 60 | 2E | 37 |
| Octal | 202 | 302 | 130 | 41 | 0 | 67 | 30 | 140 | 56 | 67 |
| Binary | 10000010 | 11000010 | 1011000 | 100001 | 0 | 110111 | 11000 | 1100000 | 101110 | 110111 |
Color Harmonies of #82C258
Complementary color
Monochromatic Colors of #82C258
Black with #82C258
Text Example
Text Example
White with #82C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C258; }
p { color: rgb(130,194,88); }
H1.HeaderClassName
{
color: #82C258;
}
.AnyTagClassName
{
color: #82C258;
}
</style>
background-color css
<style>
a { background-color: #82C258; }
a { background-color: rgb(130,194,88); }
div.DivClassName
{
background-color: #82C258;
}
.BgClassName
{
background-color: #82C258;
}
</style>
border-color css
<style>
span { border-color: #82C258; }
span { border-color: rgb(130,194,88); }
td.TdClassName
{
border-color: #82C258;
}
.TagClassName
{
border-color: #82C258;
}
</style>