Shades of Yellow Green #82DA32
Tints of Yellow Green #82DA32
RGB
CMYK
RGB Variations
Color information
#82DA32 (or 0x82DA32) is known color: Yellow Green. HEX triplet: 82, DA and 32. RGB value is (130,218,50). Sum of RGB (Red+Green+Blue) = 130+218+50=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA32 is #7D25CD. Grayscale: #ADADAD. Windows color (decimal): -8201678 or 3332738. OLE color: 3332738.
HSL color Cylindrical-coordinate representation of color #82DA32: hue angle of 91.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82DA32 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 50 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.15 |
| HSL | 91.43º | 0.69% | 0.53% | - |
| HSV(B) | 91.43º | 0.77% | 0.85% | - |
| XYZ | 34.85 | 55.12 | 11.82 | - |
| YUV | 172.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 50 | 0.40 | 0 | 0.77 | 0.15 | 91.43 | 0.69 | 0.53 |
| Hex | 82 | DA | 32 | 28 | 0 | 4D | F | 5B | 45 | 35 |
| Octal | 202 | 332 | 62 | 50 | 0 | 115 | 17 | 133 | 105 | 65 |
| Binary | 10000010 | 11011010 | 110010 | 101000 | 0 | 1001101 | 1111 | 1011011 | 1000101 | 110101 |
Color Harmonies of #82DA32
Complementary color
Monochromatic Colors of #82DA32
Black with #82DA32
Text Example
Text Example
White with #82DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA32; }
p { color: rgb(130,218,50); }
H1.HeaderClassName
{
color: #82DA32;
}
.AnyTagClassName
{
color: #82DA32;
}
</style>
background-color css
<style>
a { background-color: #82DA32; }
a { background-color: rgb(130,218,50); }
div.DivClassName
{
background-color: #82DA32;
}
.BgClassName
{
background-color: #82DA32;
}
</style>
border-color css
<style>
span { border-color: #82DA32; }
span { border-color: rgb(130,218,50); }
td.TdClassName
{
border-color: #82DA32;
}
.TagClassName
{
border-color: #82DA32;
}
</style>