Shades of Yellow Green #7AD529
Tints of Yellow Green #7AD529
RGB
CMYK
RGB Variations
Color information
#7AD529 (or 0x7AD529) is known color: Yellow Green. HEX triplet: 7A, D5 and 29. RGB value is (122,213,41). Sum of RGB (Red+Green+Blue) = 122+213+41=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD529 is #852AD6. Grayscale: #A6A6A6. Windows color (decimal): -8727255 or 2741626. OLE color: 2741626.
HSL color Cylindrical-coordinate representation of color #7AD529: hue angle of 91.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD529 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 41 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.16 |
| HSL | 91.74º | 0.68% | 0.5% | - |
| HSV(B) | 91.74º | 0.81% | 0.84% | - |
| XYZ | 32.22 | 51.89 | 10.41 | - |
| YUV | 166.18 | 57.35 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 41 | 0.43 | 0 | 0.81 | 0.16 | 91.74 | 0.68 | 0.5 |
| Hex | 7A | D5 | 29 | 2B | 0 | 51 | 10 | 5C | 44 | 32 |
| Octal | 172 | 325 | 51 | 53 | 0 | 121 | 20 | 134 | 104 | 62 |
| Binary | 1111010 | 11010101 | 101001 | 101011 | 0 | 1010001 | 10000 | 1011100 | 1000100 | 110010 |
Color Harmonies of #7AD529
Complementary color
Monochromatic Colors of #7AD529
Black with #7AD529
Text Example
Text Example
White with #7AD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD529; }
p { color: rgb(122,213,41); }
H1.HeaderClassName
{
color: #7AD529;
}
.AnyTagClassName
{
color: #7AD529;
}
</style>
background-color css
<style>
a { background-color: #7AD529; }
a { background-color: rgb(122,213,41); }
div.DivClassName
{
background-color: #7AD529;
}
.BgClassName
{
background-color: #7AD529;
}
</style>
border-color css
<style>
span { border-color: #7AD529; }
span { border-color: rgb(122,213,41); }
td.TdClassName
{
border-color: #7AD529;
}
.TagClassName
{
border-color: #7AD529;
}
</style>