Shades of Yellow Green #82DA2C
Tints of Yellow Green #82DA2C
RGB
CMYK
RGB Variations
Color information
#82DA2C (or 0x82DA2C) is known color: Yellow Green. HEX triplet: 82, DA and 2C. RGB value is (130,218,44). Sum of RGB (Red+Green+Blue) = 130+218+44=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA2C is #7D25D3. Grayscale: #ACACAC. Windows color (decimal): -8201684 or 2939522. OLE color: 2939522.
HSL color Cylindrical-coordinate representation of color #82DA2C: hue angle of 90.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82DA2C is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 44 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.15 |
| HSL | 90.34º | 0.7% | 0.51% | - |
| HSV(B) | 90.34º | 0.8% | 0.85% | - |
| XYZ | 34.73 | 55.07 | 11.18 | - |
| YUV | 171.85 | 55.85 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 44 | 0.40 | 0 | 0.80 | 0.15 | 90.34 | 0.7 | 0.51 |
| Hex | 82 | DA | 2C | 28 | 0 | 50 | F | 5A | 46 | 33 |
| Octal | 202 | 332 | 54 | 50 | 0 | 120 | 17 | 132 | 106 | 63 |
| Binary | 10000010 | 11011010 | 101100 | 101000 | 0 | 1010000 | 1111 | 1011010 | 1000110 | 110011 |
Color Harmonies of #82DA2C
Complementary color
Monochromatic Colors of #82DA2C
Black with #82DA2C
Text Example
Text Example
White with #82DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA2C; }
p { color: rgb(130,218,44); }
H1.HeaderClassName
{
color: #82DA2C;
}
.AnyTagClassName
{
color: #82DA2C;
}
</style>
background-color css
<style>
a { background-color: #82DA2C; }
a { background-color: rgb(130,218,44); }
div.DivClassName
{
background-color: #82DA2C;
}
.BgClassName
{
background-color: #82DA2C;
}
</style>
border-color css
<style>
span { border-color: #82DA2C; }
span { border-color: rgb(130,218,44); }
td.TdClassName
{
border-color: #82DA2C;
}
.TagClassName
{
border-color: #82DA2C;
}
</style>