Shades of Yellow Green #7ADD25
Tints of Yellow Green #7ADD25
RGB
CMYK
RGB Variations
Color information
#7ADD25 (or 0x7ADD25) is known color: Yellow Green. HEX triplet: 7A, DD and 25. RGB value is (122,221,37). Sum of RGB (Red+Green+Blue) = 122+221+37=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD25 is #8522DA. Grayscale: #ABABAB. Windows color (decimal): -8725211 or 2481530. OLE color: 2481530.
HSL color Cylindrical-coordinate representation of color #7ADD25: hue angle of 92.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7ADD25 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 37 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.13 |
| HSL | 92.28º | 0.73% | 0.51% | - |
| HSV(B) | 92.28º | 0.83% | 0.87% | - |
| XYZ | 34.22 | 55.98 | 10.75 | - |
| YUV | 170.42 | 52.7 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 37 | 0.45 | 0 | 0.83 | 0.13 | 92.28 | 0.73 | 0.51 |
| Hex | 7A | DD | 25 | 2D | 0 | 53 | D | 5C | 49 | 33 |
| Octal | 172 | 335 | 45 | 55 | 0 | 123 | 15 | 134 | 111 | 63 |
| Binary | 1111010 | 11011101 | 100101 | 101101 | 0 | 1010011 | 1101 | 1011100 | 1001001 | 110011 |
Color Harmonies of #7ADD25
Complementary color
Monochromatic Colors of #7ADD25
Black with #7ADD25
Text Example
Text Example
White with #7ADD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD25; }
p { color: rgb(122,221,37); }
H1.HeaderClassName
{
color: #7ADD25;
}
.AnyTagClassName
{
color: #7ADD25;
}
</style>
background-color css
<style>
a { background-color: #7ADD25; }
a { background-color: rgb(122,221,37); }
div.DivClassName
{
background-color: #7ADD25;
}
.BgClassName
{
background-color: #7ADD25;
}
</style>
border-color css
<style>
span { border-color: #7ADD25; }
span { border-color: rgb(122,221,37); }
td.TdClassName
{
border-color: #7ADD25;
}
.TagClassName
{
border-color: #7ADD25;
}
</style>