Shades of Yellow Green #7AD41D
Tints of Yellow Green #7AD41D
RGB
CMYK
RGB Variations
Color information
#7AD41D (or 0x7AD41D) is known color: Yellow Green. HEX triplet: 7A, D4 and 1D. RGB value is (122,212,29). Sum of RGB (Red+Green+Blue) = 122+212+29=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD41D is #852BE2. Grayscale: #A4A4A4. Windows color (decimal): -8727523 or 1954938. OLE color: 1954938.
HSL color Cylindrical-coordinate representation of color #7AD41D: hue angle of 89.51º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AD41D is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 29 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.17 |
| HSL | 89.51º | 0.76% | 0.47% | - |
| HSV(B) | 89.51º | 0.86% | 0.83% | - |
| XYZ | 31.79 | 51.31 | 9.39 | - |
| YUV | 164.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 29 | 0.42 | 0 | 0.86 | 0.17 | 89.51 | 0.76 | 0.47 |
| Hex | 7A | D4 | 1D | 2A | 0 | 56 | 11 | 5A | 4C | 2F |
| Octal | 172 | 324 | 35 | 52 | 0 | 126 | 21 | 132 | 114 | 57 |
| Binary | 1111010 | 11010100 | 11101 | 101010 | 0 | 1010110 | 10001 | 1011010 | 1001100 | 101111 |
Color Harmonies of #7AD41D
Complementary color
Monochromatic Colors of #7AD41D
Black with #7AD41D
Text Example
Text Example
White with #7AD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD41D; }
p { color: rgb(122,212,29); }
H1.HeaderClassName
{
color: #7AD41D;
}
.AnyTagClassName
{
color: #7AD41D;
}
</style>
background-color css
<style>
a { background-color: #7AD41D; }
a { background-color: rgb(122,212,29); }
div.DivClassName
{
background-color: #7AD41D;
}
.BgClassName
{
background-color: #7AD41D;
}
</style>
border-color css
<style>
span { border-color: #7AD41D; }
span { border-color: rgb(122,212,29); }
td.TdClassName
{
border-color: #7AD41D;
}
.TagClassName
{
border-color: #7AD41D;
}
</style>