Shades of Mantis #82CE6F
Tints of Mantis #82CE6F
RGB
CMYK
RGB Variations
Color information
#82CE6F (or 0x82CE6F) is known color: Mantis. HEX triplet: 82, CE and 6F. RGB value is (130,206,111). Sum of RGB (Red+Green+Blue) = 130+206+111=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE6F is #7D3190. Grayscale: #ACACAC. Windows color (decimal): -8204689 or 7327362. OLE color: 7327362.
HSL color Cylindrical-coordinate representation of color #82CE6F: hue angle of 108º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82CE6F is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 111 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.19 |
| HSL | 108º | 0.49% | 0.62% | - |
| HSV(B) | 108º | 0.46% | 0.81% | - |
| XYZ | 34.15 | 50.04 | 22.9 | - |
| YUV | 172.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 111 | 0.37 | 0 | 0.46 | 0.19 | 108 | 0.49 | 0.62 |
| Hex | 82 | CE | 6F | 25 | 0 | 2E | 13 | 6C | 31 | 3E |
| Octal | 202 | 316 | 157 | 45 | 0 | 56 | 23 | 154 | 61 | 76 |
| Binary | 10000010 | 11001110 | 1101111 | 100101 | 0 | 101110 | 10011 | 1101100 | 110001 | 111110 |
Color Harmonies of #82CE6F
Complementary color
Monochromatic Colors of #82CE6F
Black with #82CE6F
Text Example
Text Example
White with #82CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE6F; }
p { color: rgb(130,206,111); }
H1.HeaderClassName
{
color: #82CE6F;
}
.AnyTagClassName
{
color: #82CE6F;
}
</style>
background-color css
<style>
a { background-color: #82CE6F; }
a { background-color: rgb(130,206,111); }
div.DivClassName
{
background-color: #82CE6F;
}
.BgClassName
{
background-color: #82CE6F;
}
</style>
border-color css
<style>
span { border-color: #82CE6F; }
span { border-color: rgb(130,206,111); }
td.TdClassName
{
border-color: #82CE6F;
}
.TagClassName
{
border-color: #82CE6F;
}
</style>