Shades of Yellow Green #82D531
Tints of Yellow Green #82D531
RGB
CMYK
RGB Variations
Color information
#82D531 (or 0x82D531) is known color: Yellow Green. HEX triplet: 82, D5 and 31. RGB value is (130,213,49). Sum of RGB (Red+Green+Blue) = 130+213+49=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #82D531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D531 is #7D2ACE. Grayscale: #AAAAAA. Windows color (decimal): -8202959 or 3265922. OLE color: 3265922.
HSL color Cylindrical-coordinate representation of color #82D531: hue angle of 90.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82D531 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 49 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.16 |
| HSL | 90.37º | 0.66% | 0.51% | - |
| HSV(B) | 90.37º | 0.77% | 0.84% | - |
| XYZ | 33.55 | 52.56 | 11.28 | - |
| YUV | 169.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 49 | 0.39 | 0 | 0.77 | 0.16 | 90.37 | 0.66 | 0.51 |
| Hex | 82 | D5 | 31 | 27 | 0 | 4D | 10 | 5A | 42 | 33 |
| Octal | 202 | 325 | 61 | 47 | 0 | 115 | 20 | 132 | 102 | 63 |
| Binary | 10000010 | 11010101 | 110001 | 100111 | 0 | 1001101 | 10000 | 1011010 | 1000010 | 110011 |
Color Harmonies of #82D531
Complementary color
Monochromatic Colors of #82D531
Black with #82D531
Text Example
Text Example
White with #82D531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D531; }
p { color: rgb(130,213,49); }
H1.HeaderClassName
{
color: #82D531;
}
.AnyTagClassName
{
color: #82D531;
}
</style>
background-color css
<style>
a { background-color: #82D531; }
a { background-color: rgb(130,213,49); }
div.DivClassName
{
background-color: #82D531;
}
.BgClassName
{
background-color: #82D531;
}
</style>
border-color css
<style>
span { border-color: #82D531; }
span { border-color: rgb(130,213,49); }
td.TdClassName
{
border-color: #82D531;
}
.TagClassName
{
border-color: #82D531;
}
</style>