Shades of Mantis #82D168
Tints of Mantis #82D168
RGB
CMYK
RGB Variations
Color information
#82D168 (or 0x82D168) is known color: Mantis. HEX triplet: 82, D1 and 68. RGB value is (130,209,104). Sum of RGB (Red+Green+Blue) = 130+209+104=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #82D168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D168 is #7D2E97. Grayscale: #ADADAD. Windows color (decimal): -8203928 or 6869378. OLE color: 6869378.
HSL color Cylindrical-coordinate representation of color #82D168: hue angle of 105.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D168 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 104 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.18 |
| HSL | 105.14º | 0.53% | 0.61% | - |
| HSV(B) | 105.14º | 0.5% | 0.82% | - |
| XYZ | 34.51 | 51.35 | 21.19 | - |
| YUV | 173.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 104 | 0.38 | 0 | 0.50 | 0.18 | 105.14 | 0.53 | 0.61 |
| Hex | 82 | D1 | 68 | 26 | 0 | 32 | 12 | 69 | 35 | 3D |
| Octal | 202 | 321 | 150 | 46 | 0 | 62 | 22 | 151 | 65 | 75 |
| Binary | 10000010 | 11010001 | 1101000 | 100110 | 0 | 110010 | 10010 | 1101001 | 110101 | 111101 |
Color Harmonies of #82D168
Complementary color
Monochromatic Colors of #82D168
Black with #82D168
Text Example
Text Example
White with #82D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D168; }
p { color: rgb(130,209,104); }
H1.HeaderClassName
{
color: #82D168;
}
.AnyTagClassName
{
color: #82D168;
}
</style>
background-color css
<style>
a { background-color: #82D168; }
a { background-color: rgb(130,209,104); }
div.DivClassName
{
background-color: #82D168;
}
.BgClassName
{
background-color: #82D168;
}
</style>
border-color css
<style>
span { border-color: #82D168; }
span { border-color: rgb(130,209,104); }
td.TdClassName
{
border-color: #82D168;
}
.TagClassName
{
border-color: #82D168;
}
</style>