Shades of Yellow Green #82DA2A
Tints of Yellow Green #82DA2A
RGB
CMYK
RGB Variations
Color information
#82DA2A (or 0x82DA2A) is known color: Yellow Green. HEX triplet: 82, DA and 2A. RGB value is (130,218,42). Sum of RGB (Red+Green+Blue) = 130+218+42=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA2A is #7D25D5. Grayscale: #ACACAC. Windows color (decimal): -8201686 or 2808450. OLE color: 2808450.
HSL color Cylindrical-coordinate representation of color #82DA2A: hue angle of 90º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82DA2A is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 42 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.15 |
| HSL | 90º | 0.7% | 0.51% | - |
| HSV(B) | 90º | 0.81% | 0.85% | - |
| XYZ | 34.7 | 55.06 | 10.99 | - |
| YUV | 171.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 42 | 0.40 | 0 | 0.81 | 0.15 | 90 | 0.7 | 0.51 |
| Hex | 82 | DA | 2A | 28 | 0 | 51 | F | 5A | 46 | 33 |
| Octal | 202 | 332 | 52 | 50 | 0 | 121 | 17 | 132 | 106 | 63 |
| Binary | 10000010 | 11011010 | 101010 | 101000 | 0 | 1010001 | 1111 | 1011010 | 1000110 | 110011 |
Color Harmonies of #82DA2A
Complementary color
Monochromatic Colors of #82DA2A
Black with #82DA2A
Text Example
Text Example
White with #82DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA2A; }
p { color: rgb(130,218,42); }
H1.HeaderClassName
{
color: #82DA2A;
}
.AnyTagClassName
{
color: #82DA2A;
}
</style>
background-color css
<style>
a { background-color: #82DA2A; }
a { background-color: rgb(130,218,42); }
div.DivClassName
{
background-color: #82DA2A;
}
.BgClassName
{
background-color: #82DA2A;
}
</style>
border-color css
<style>
span { border-color: #82DA2A; }
span { border-color: rgb(130,218,42); }
td.TdClassName
{
border-color: #82DA2A;
}
.TagClassName
{
border-color: #82DA2A;
}
</style>