Shades of Yellow Green #7AD535
Tints of Yellow Green #7AD535
RGB
CMYK
RGB Variations
Color information
#7AD535 (or 0x7AD535) is known color: Yellow Green. HEX triplet: 7A, D5 and 35. RGB value is (122,213,53). Sum of RGB (Red+Green+Blue) = 122+213+53=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD535 is #852ACA. Grayscale: #A8A8A8. Windows color (decimal): -8727243 or 3528058. OLE color: 3528058.
HSL color Cylindrical-coordinate representation of color #7AD535: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AD535 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 53 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.16 |
| HSL | 94.13º | 0.66% | 0.52% | - |
| HSV(B) | 94.13º | 0.75% | 0.84% | - |
| XYZ | 32.46 | 51.98 | 11.69 | - |
| YUV | 167.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 53 | 0.43 | 0 | 0.75 | 0.16 | 94.13 | 0.66 | 0.52 |
| Hex | 7A | D5 | 35 | 2B | 0 | 4B | 10 | 5E | 42 | 34 |
| Octal | 172 | 325 | 65 | 53 | 0 | 113 | 20 | 136 | 102 | 64 |
| Binary | 1111010 | 11010101 | 110101 | 101011 | 0 | 1001011 | 10000 | 1011110 | 1000010 | 110100 |
Color Harmonies of #7AD535
Complementary color
Monochromatic Colors of #7AD535
Black with #7AD535
Text Example
Text Example
White with #7AD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD535; }
p { color: rgb(122,213,53); }
H1.HeaderClassName
{
color: #7AD535;
}
.AnyTagClassName
{
color: #7AD535;
}
</style>
background-color css
<style>
a { background-color: #7AD535; }
a { background-color: rgb(122,213,53); }
div.DivClassName
{
background-color: #7AD535;
}
.BgClassName
{
background-color: #7AD535;
}
</style>
border-color css
<style>
span { border-color: #7AD535; }
span { border-color: rgb(122,213,53); }
td.TdClassName
{
border-color: #7AD535;
}
.TagClassName
{
border-color: #7AD535;
}
</style>