Shades of Yellow Green #7AD128
Tints of Yellow Green #7AD128
RGB
CMYK
RGB Variations
Color information
#7AD128 (or 0x7AD128) is known color: Yellow Green. HEX triplet: 7A, D1 and 28. RGB value is (122,209,40). Sum of RGB (Red+Green+Blue) = 122+209+40=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD128 is #852ED7. Grayscale: #A4A4A4. Windows color (decimal): -8728280 or 2675066. OLE color: 2675066.
HSL color Cylindrical-coordinate representation of color #7AD128: hue angle of 90.89º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD128 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 40 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.18 |
| HSL | 90.89º | 0.68% | 0.49% | - |
| HSV(B) | 90.89º | 0.81% | 0.82% | - |
| XYZ | 31.21 | 49.89 | 9.99 | - |
| YUV | 163.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 40 | 0.42 | 0 | 0.81 | 0.18 | 90.89 | 0.68 | 0.49 |
| Hex | 7A | D1 | 28 | 2A | 0 | 51 | 12 | 5B | 44 | 31 |
| Octal | 172 | 321 | 50 | 52 | 0 | 121 | 22 | 133 | 104 | 61 |
| Binary | 1111010 | 11010001 | 101000 | 101010 | 0 | 1010001 | 10010 | 1011011 | 1000100 | 110001 |
Color Harmonies of #7AD128
Complementary color
Monochromatic Colors of #7AD128
Black with #7AD128
Text Example
Text Example
White with #7AD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD128; }
p { color: rgb(122,209,40); }
H1.HeaderClassName
{
color: #7AD128;
}
.AnyTagClassName
{
color: #7AD128;
}
</style>
background-color css
<style>
a { background-color: #7AD128; }
a { background-color: rgb(122,209,40); }
div.DivClassName
{
background-color: #7AD128;
}
.BgClassName
{
background-color: #7AD128;
}
</style>
border-color css
<style>
span { border-color: #7AD128; }
span { border-color: rgb(122,209,40); }
td.TdClassName
{
border-color: #7AD128;
}
.TagClassName
{
border-color: #7AD128;
}
</style>