Shades of Yellow Green #7AD825
Tints of Yellow Green #7AD825
RGB
CMYK
RGB Variations
Color information
#7AD825 (or 0x7AD825) is known color: Yellow Green. HEX triplet: 7A, D8 and 25. RGB value is (122,216,37). Sum of RGB (Red+Green+Blue) = 122+216+37=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD825 is #8527DA. Grayscale: #A8A8A8. Windows color (decimal): -8726491 or 2480250. OLE color: 2480250.
HSL color Cylindrical-coordinate representation of color #7AD825: hue angle of 91.51º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AD825 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 37 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.15 |
| HSL | 91.51º | 0.71% | 0.5% | - |
| HSV(B) | 91.51º | 0.83% | 0.85% | - |
| XYZ | 32.92 | 53.38 | 10.32 | - |
| YUV | 167.49 | 54.36 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 37 | 0.44 | 0 | 0.83 | 0.15 | 91.51 | 0.71 | 0.5 |
| Hex | 7A | D8 | 25 | 2C | 0 | 53 | F | 5C | 47 | 32 |
| Octal | 172 | 330 | 45 | 54 | 0 | 123 | 17 | 134 | 107 | 62 |
| Binary | 1111010 | 11011000 | 100101 | 101100 | 0 | 1010011 | 1111 | 1011100 | 1000111 | 110010 |
Color Harmonies of #7AD825
Complementary color
Monochromatic Colors of #7AD825
Black with #7AD825
Text Example
Text Example
White with #7AD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD825; }
p { color: rgb(122,216,37); }
H1.HeaderClassName
{
color: #7AD825;
}
.AnyTagClassName
{
color: #7AD825;
}
</style>
background-color css
<style>
a { background-color: #7AD825; }
a { background-color: rgb(122,216,37); }
div.DivClassName
{
background-color: #7AD825;
}
.BgClassName
{
background-color: #7AD825;
}
</style>
border-color css
<style>
span { border-color: #7AD825; }
span { border-color: rgb(122,216,37); }
td.TdClassName
{
border-color: #7AD825;
}
.TagClassName
{
border-color: #7AD825;
}
</style>