Shades of Yellow Green #7AD428
Tints of Yellow Green #7AD428
RGB
CMYK
RGB Variations
Color information
#7AD428 (or 0x7AD428) is known color: Yellow Green. HEX triplet: 7A, D4 and 28. RGB value is (122,212,40). Sum of RGB (Red+Green+Blue) = 122+212+40=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD428 is #852BD7. Grayscale: #A6A6A6. Windows color (decimal): -8727512 or 2675834. OLE color: 2675834.
HSL color Cylindrical-coordinate representation of color #7AD428: hue angle of 91.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD428 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 40 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.17 |
| HSL | 91.4º | 0.68% | 0.49% | - |
| HSV(B) | 91.4º | 0.81% | 0.83% | - |
| XYZ | 31.95 | 51.38 | 10.24 | - |
| YUV | 165.48 | 57.18 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 40 | 0.42 | 0 | 0.81 | 0.17 | 91.4 | 0.68 | 0.49 |
| Hex | 7A | D4 | 28 | 2A | 0 | 51 | 11 | 5B | 44 | 31 |
| Octal | 172 | 324 | 50 | 52 | 0 | 121 | 21 | 133 | 104 | 61 |
| Binary | 1111010 | 11010100 | 101000 | 101010 | 0 | 1010001 | 10001 | 1011011 | 1000100 | 110001 |
Color Harmonies of #7AD428
Complementary color
Monochromatic Colors of #7AD428
Black with #7AD428
Text Example
Text Example
White with #7AD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD428; }
p { color: rgb(122,212,40); }
H1.HeaderClassName
{
color: #7AD428;
}
.AnyTagClassName
{
color: #7AD428;
}
</style>
background-color css
<style>
a { background-color: #7AD428; }
a { background-color: rgb(122,212,40); }
div.DivClassName
{
background-color: #7AD428;
}
.BgClassName
{
background-color: #7AD428;
}
</style>
border-color css
<style>
span { border-color: #7AD428; }
span { border-color: rgb(122,212,40); }
td.TdClassName
{
border-color: #7AD428;
}
.TagClassName
{
border-color: #7AD428;
}
</style>