Shades of Mantis #82D152
Tints of Mantis #82D152
RGB
CMYK
RGB Variations
Color information
#82D152 (or 0x82D152) is known color: Mantis. HEX triplet: 82, D1 and 52. RGB value is (130,209,82). Sum of RGB (Red+Green+Blue) = 130+209+82=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #82D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D152 is #7D2EAD. Grayscale: #ABABAB. Windows color (decimal): -8203950 or 5427586. OLE color: 5427586.
HSL color Cylindrical-coordinate representation of color #82D152: hue angle of 97.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82D152 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 82 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.18 |
| HSL | 97.32º | 0.58% | 0.57% | - |
| HSV(B) | 97.32º | 0.61% | 0.82% | - |
| XYZ | 33.53 | 50.96 | 16.05 | - |
| YUV | 170.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 82 | 0.38 | 0 | 0.61 | 0.18 | 97.32 | 0.58 | 0.57 |
| Hex | 82 | D1 | 52 | 26 | 0 | 3D | 12 | 61 | 3A | 39 |
| Octal | 202 | 321 | 122 | 46 | 0 | 75 | 22 | 141 | 72 | 71 |
| Binary | 10000010 | 11010001 | 1010010 | 100110 | 0 | 111101 | 10010 | 1100001 | 111010 | 111001 |
Color Harmonies of #82D152
Complementary color
Monochromatic Colors of #82D152
Black with #82D152
Text Example
Text Example
White with #82D152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D152; }
p { color: rgb(130,209,82); }
H1.HeaderClassName
{
color: #82D152;
}
.AnyTagClassName
{
color: #82D152;
}
</style>
background-color css
<style>
a { background-color: #82D152; }
a { background-color: rgb(130,209,82); }
div.DivClassName
{
background-color: #82D152;
}
.BgClassName
{
background-color: #82D152;
}
</style>
border-color css
<style>
span { border-color: #82D152; }
span { border-color: rgb(130,209,82); }
td.TdClassName
{
border-color: #82D152;
}
.TagClassName
{
border-color: #82D152;
}
</style>