Shades of Mantis #82EC4D
Tints of Mantis #82EC4D
RGB
CMYK
RGB Variations
Color information
#82EC4D (or 0x82EC4D) is known color: Mantis. HEX triplet: 82, EC and 4D. RGB value is (130,236,77). Sum of RGB (Red+Green+Blue) = 130+236+77=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EC4D is #7D13B2. Grayscale: #BABABA. Windows color (decimal): -8197043 or 5106818. OLE color: 5106818.
HSL color Cylindrical-coordinate representation of color #82EC4D: hue angle of 100º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82EC4D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
RGB | 130 | 236 | 77 | - |
CMYK | 0.45 | 0 | 0.67 | 0.07 |
HSL | 100º | 0.81% | 0.61% | - |
HSV(B) | 100º | 0.67% | 0.93% | - |
XYZ | 40.54 | 65.27 | 17.48 | - |
YUV | 186.18 | 66.38 | 87.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 236 | 77 | 0.45 | 0 | 0.67 | 0.07 | 100 | 0.81 | 0.61 |
Hex | 82 | EC | 4D | 2D | 0 | 43 | 7 | 64 | 51 | 3D |
Octal | 202 | 354 | 115 | 55 | 0 | 103 | 7 | 144 | 121 | 75 |
Binary | 10000010 | 11101100 | 1001101 | 101101 | 0 | 1000011 | 111 | 1100100 | 1010001 | 111101 |
Color Harmonies of #82EC4D
Complementary color
Monochromatic Colors of #82EC4D
Black with #82EC4D
Text Example
Text Example
White with #82EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC4D; }
p { color: rgb(130,236,77); }
H1.HeaderClassName
{
color: #82EC4D;
}
.AnyTagClassName
{
color: #82EC4D;
}
</style>
background-color css
<style>
a { background-color: #82EC4D; }
a { background-color: rgb(130,236,77); }
div.DivClassName
{
background-color: #82EC4D;
}
.BgClassName
{
background-color: #82EC4D;
}
</style>
border-color css
<style>
span { border-color: #82EC4D; }
span { border-color: rgb(130,236,77); }
td.TdClassName
{
border-color: #82EC4D;
}
.TagClassName
{
border-color: #82EC4D;
}
</style>