Shades of Mantis #82EC4A
Tints of Mantis #82EC4A
RGB
CMYK
RGB Variations
Color information
#82EC4A (or 0x82EC4A) is known color: Mantis. HEX triplet: 82, EC and 4A. RGB value is (130,236,74). Sum of RGB (Red+Green+Blue) = 130+236+74=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC4A is #7D13B5. Grayscale: #BABABA. Windows color (decimal): -8197046 or 4910210. OLE color: 4910210.
HSL color Cylindrical-coordinate representation of color #82EC4A: hue angle of 99.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82EC4A is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 74 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.07 |
| HSL | 99.26º | 0.81% | 0.61% | - |
| HSV(B) | 99.26º | 0.69% | 0.93% | - |
| XYZ | 40.44 | 65.23 | 16.94 | - |
| YUV | 185.84 | 64.88 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 74 | 0.45 | 0 | 0.69 | 0.07 | 99.26 | 0.81 | 0.61 |
| Hex | 82 | EC | 4A | 2D | 0 | 45 | 7 | 63 | 51 | 3D |
| Octal | 202 | 354 | 112 | 55 | 0 | 105 | 7 | 143 | 121 | 75 |
| Binary | 10000010 | 11101100 | 1001010 | 101101 | 0 | 1000101 | 111 | 1100011 | 1010001 | 111101 |
Color Harmonies of #82EC4A
Complementary color
Monochromatic Colors of #82EC4A
Black with #82EC4A
Text Example
Text Example
White with #82EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC4A; }
p { color: rgb(130,236,74); }
H1.HeaderClassName
{
color: #82EC4A;
}
.AnyTagClassName
{
color: #82EC4A;
}
</style>
background-color css
<style>
a { background-color: #82EC4A; }
a { background-color: rgb(130,236,74); }
div.DivClassName
{
background-color: #82EC4A;
}
.BgClassName
{
background-color: #82EC4A;
}
</style>
border-color css
<style>
span { border-color: #82EC4A; }
span { border-color: rgb(130,236,74); }
td.TdClassName
{
border-color: #82EC4A;
}
.TagClassName
{
border-color: #82EC4A;
}
</style>