Shades of Yellow Green #82E828
Tints of Yellow Green #82E828
RGB
CMYK
RGB Variations
Color information
#82E828 (or 0x82E828) is known color: Yellow Green. HEX triplet: 82, E8 and 28. RGB value is (130,232,40). Sum of RGB (Red+Green+Blue) = 130+232+40=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #82E828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E828 is #7D17D7. Grayscale: #B4B4B4. Windows color (decimal): -8198104 or 2680962. OLE color: 2680962.
HSL color Cylindrical-coordinate representation of color #82E828: hue angle of 91.88º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82E828 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 232 | 40 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.09 |
| HSL | 91.88º | 0.81% | 0.53% | - |
| HSV(B) | 91.88º | 0.83% | 0.91% | - |
| XYZ | 38.45 | 62.61 | 12.07 | - |
| YUV | 179.61 | 49.21 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 232 | 40 | 0.44 | 0 | 0.83 | 0.09 | 91.88 | 0.81 | 0.53 |
| Hex | 82 | E8 | 28 | 2C | 0 | 53 | 9 | 5C | 51 | 35 |
| Octal | 202 | 350 | 50 | 54 | 0 | 123 | 11 | 134 | 121 | 65 |
| Binary | 10000010 | 11101000 | 101000 | 101100 | 0 | 1010011 | 1001 | 1011100 | 1010001 | 110101 |
Color Harmonies of #82E828
Complementary color
Monochromatic Colors of #82E828
Black with #82E828
Text Example
Text Example
White with #82E828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E828; }
p { color: rgb(130,232,40); }
H1.HeaderClassName
{
color: #82E828;
}
.AnyTagClassName
{
color: #82E828;
}
</style>
background-color css
<style>
a { background-color: #82E828; }
a { background-color: rgb(130,232,40); }
div.DivClassName
{
background-color: #82E828;
}
.BgClassName
{
background-color: #82E828;
}
</style>
border-color css
<style>
span { border-color: #82E828; }
span { border-color: rgb(130,232,40); }
td.TdClassName
{
border-color: #82E828;
}
.TagClassName
{
border-color: #82E828;
}
</style>