Shades of Mantis #82CE66
Tints of Mantis #82CE66
RGB
CMYK
RGB Variations
Color information
#82CE66 (or 0x82CE66) is known color: Mantis. HEX triplet: 82, CE and 66. RGB value is (130,206,102). Sum of RGB (Red+Green+Blue) = 130+206+102=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE66 is #7D3199. Grayscale: #ABABAB. Windows color (decimal): -8204698 or 6737538. OLE color: 6737538.
HSL color Cylindrical-coordinate representation of color #82CE66: hue angle of 103.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82CE66 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 102 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.19 |
| HSL | 103.85º | 0.51% | 0.6% | - |
| HSV(B) | 103.85º | 0.5% | 0.81% | - |
| XYZ | 33.68 | 49.85 | 20.42 | - |
| YUV | 171.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 102 | 0.37 | 0 | 0.50 | 0.19 | 103.85 | 0.51 | 0.6 |
| Hex | 82 | CE | 66 | 25 | 0 | 32 | 13 | 68 | 33 | 3C |
| Octal | 202 | 316 | 146 | 45 | 0 | 62 | 23 | 150 | 63 | 74 |
| Binary | 10000010 | 11001110 | 1100110 | 100101 | 0 | 110010 | 10011 | 1101000 | 110011 | 111100 |
Color Harmonies of #82CE66
Complementary color
Monochromatic Colors of #82CE66
Black with #82CE66
Text Example
Text Example
White with #82CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE66; }
p { color: rgb(130,206,102); }
H1.HeaderClassName
{
color: #82CE66;
}
.AnyTagClassName
{
color: #82CE66;
}
</style>
background-color css
<style>
a { background-color: #82CE66; }
a { background-color: rgb(130,206,102); }
div.DivClassName
{
background-color: #82CE66;
}
.BgClassName
{
background-color: #82CE66;
}
</style>
border-color css
<style>
span { border-color: #82CE66; }
span { border-color: rgb(130,206,102); }
td.TdClassName
{
border-color: #82CE66;
}
.TagClassName
{
border-color: #82CE66;
}
</style>