Shades of Yellow Green #7AD521
Tints of Yellow Green #7AD521
RGB
CMYK
RGB Variations
Color information
#7AD521 (or 0x7AD521) is known color: Yellow Green. HEX triplet: 7A, D5 and 21. RGB value is (122,213,33). Sum of RGB (Red+Green+Blue) = 122+213+33=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD521 is #852ADE. Grayscale: #A5A5A5. Windows color (decimal): -8727263 or 2217338. OLE color: 2217338.
HSL color Cylindrical-coordinate representation of color #7AD521: hue angle of 90.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AD521 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 33 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.16 |
| HSL | 90.33º | 0.73% | 0.48% | - |
| HSV(B) | 90.33º | 0.85% | 0.84% | - |
| XYZ | 32.09 | 51.84 | 9.75 | - |
| YUV | 165.27 | 53.35 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 33 | 0.43 | 0 | 0.85 | 0.16 | 90.33 | 0.73 | 0.48 |
| Hex | 7A | D5 | 21 | 2B | 0 | 55 | 10 | 5A | 49 | 30 |
| Octal | 172 | 325 | 41 | 53 | 0 | 125 | 20 | 132 | 111 | 60 |
| Binary | 1111010 | 11010101 | 100001 | 101011 | 0 | 1010101 | 10000 | 1011010 | 1001001 | 110000 |
Color Harmonies of #7AD521
Complementary color
Monochromatic Colors of #7AD521
Black with #7AD521
Text Example
Text Example
White with #7AD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD521; }
p { color: rgb(122,213,33); }
H1.HeaderClassName
{
color: #7AD521;
}
.AnyTagClassName
{
color: #7AD521;
}
</style>
background-color css
<style>
a { background-color: #7AD521; }
a { background-color: rgb(122,213,33); }
div.DivClassName
{
background-color: #7AD521;
}
.BgClassName
{
background-color: #7AD521;
}
</style>
border-color css
<style>
span { border-color: #7AD521; }
span { border-color: rgb(122,213,33); }
td.TdClassName
{
border-color: #7AD521;
}
.TagClassName
{
border-color: #7AD521;
}
</style>