Shades of Yellow Green #82E031
Tints of Yellow Green #82E031
RGB
CMYK
RGB Variations
Color information
#82E031 (or 0x82E031) is known color: Yellow Green. HEX triplet: 82, E0 and 31. RGB value is (130,224,49). Sum of RGB (Red+Green+Blue) = 130+224+49=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #82E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E031 is #7D1FCE. Grayscale: #B0B0B0. Windows color (decimal): -8200143 or 3268738. OLE color: 3268738.
HSL color Cylindrical-coordinate representation of color #82E031: hue angle of 92.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82E031 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 49 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.12 |
| HSL | 92.23º | 0.74% | 0.54% | - |
| HSV(B) | 92.23º | 0.78% | 0.88% | - |
| XYZ | 36.42 | 58.28 | 12.24 | - |
| YUV | 175.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 49 | 0.42 | 0 | 0.78 | 0.12 | 92.23 | 0.74 | 0.54 |
| Hex | 82 | E0 | 31 | 2A | 0 | 4E | C | 5C | 4A | 36 |
| Octal | 202 | 340 | 61 | 52 | 0 | 116 | 14 | 134 | 112 | 66 |
| Binary | 10000010 | 11100000 | 110001 | 101010 | 0 | 1001110 | 1100 | 1011100 | 1001010 | 110110 |
Color Harmonies of #82E031
Complementary color
Monochromatic Colors of #82E031
Black with #82E031
Text Example
Text Example
White with #82E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E031; }
p { color: rgb(130,224,49); }
H1.HeaderClassName
{
color: #82E031;
}
.AnyTagClassName
{
color: #82E031;
}
</style>
background-color css
<style>
a { background-color: #82E031; }
a { background-color: rgb(130,224,49); }
div.DivClassName
{
background-color: #82E031;
}
.BgClassName
{
background-color: #82E031;
}
</style>
border-color css
<style>
span { border-color: #82E031; }
span { border-color: rgb(130,224,49); }
td.TdClassName
{
border-color: #82E031;
}
.TagClassName
{
border-color: #82E031;
}
</style>