Shades of Yellow Green #82EC2A
Tints of Yellow Green #82EC2A
RGB
CMYK
RGB Variations
Color information
#82EC2A (or 0x82EC2A) is known color: Yellow Green. HEX triplet: 82, EC and 2A. RGB value is (130,236,42). Sum of RGB (Red+Green+Blue) = 130+236+42=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC2A is #7D13D5. Grayscale: #B6B6B6. Windows color (decimal): -8197078 or 2813058. OLE color: 2813058.
HSL color Cylindrical-coordinate representation of color #82EC2A: hue angle of 92.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82EC2A is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 42 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.07 |
| HSL | 92.78º | 0.84% | 0.55% | - |
| HSV(B) | 92.78º | 0.82% | 0.93% | - |
| XYZ | 39.62 | 64.9 | 12.63 | - |
| YUV | 182.19 | 48.88 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 42 | 0.45 | 0 | 0.82 | 0.07 | 92.78 | 0.84 | 0.55 |
| Hex | 82 | EC | 2A | 2D | 0 | 52 | 7 | 5D | 54 | 37 |
| Octal | 202 | 354 | 52 | 55 | 0 | 122 | 7 | 135 | 124 | 67 |
| Binary | 10000010 | 11101100 | 101010 | 101101 | 0 | 1010010 | 111 | 1011101 | 1010100 | 110111 |
Color Harmonies of #82EC2A
Complementary color
Monochromatic Colors of #82EC2A
Black with #82EC2A
Text Example
Text Example
White with #82EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC2A; }
p { color: rgb(130,236,42); }
H1.HeaderClassName
{
color: #82EC2A;
}
.AnyTagClassName
{
color: #82EC2A;
}
</style>
background-color css
<style>
a { background-color: #82EC2A; }
a { background-color: rgb(130,236,42); }
div.DivClassName
{
background-color: #82EC2A;
}
.BgClassName
{
background-color: #82EC2A;
}
</style>
border-color css
<style>
span { border-color: #82EC2A; }
span { border-color: rgb(130,236,42); }
td.TdClassName
{
border-color: #82EC2A;
}
.TagClassName
{
border-color: #82EC2A;
}
</style>