Shades of Yellow Green #7ADD26
Tints of Yellow Green #7ADD26
RGB
CMYK
RGB Variations
Color information
#7ADD26 (or 0x7ADD26) is known color: Yellow Green. HEX triplet: 7A, DD and 26. RGB value is (122,221,38). Sum of RGB (Red+Green+Blue) = 122+221+38=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD26 is #8522D9. Grayscale: #ABABAB. Windows color (decimal): -8725210 or 2547066. OLE color: 2547066.
HSL color Cylindrical-coordinate representation of color #7ADD26: hue angle of 92.46º 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 #7ADD26 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 38 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.13 |
| HSL | 92.46º | 0.73% | 0.51% | - |
| HSV(B) | 92.46º | 0.83% | 0.87% | - |
| XYZ | 34.23 | 55.99 | 10.84 | - |
| YUV | 170.54 | 53.2 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 38 | 0.45 | 0 | 0.83 | 0.13 | 92.46 | 0.73 | 0.51 |
| Hex | 7A | DD | 26 | 2D | 0 | 53 | D | 5C | 49 | 33 |
| Octal | 172 | 335 | 46 | 55 | 0 | 123 | 15 | 134 | 111 | 63 |
| Binary | 1111010 | 11011101 | 100110 | 101101 | 0 | 1010011 | 1101 | 1011100 | 1001001 | 110011 |
Color Harmonies of #7ADD26
Complementary color
Monochromatic Colors of #7ADD26
Black with #7ADD26
Text Example
Text Example
White with #7ADD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD26; }
p { color: rgb(122,221,38); }
H1.HeaderClassName
{
color: #7ADD26;
}
.AnyTagClassName
{
color: #7ADD26;
}
</style>
background-color css
<style>
a { background-color: #7ADD26; }
a { background-color: rgb(122,221,38); }
div.DivClassName
{
background-color: #7ADD26;
}
.BgClassName
{
background-color: #7ADD26;
}
</style>
border-color css
<style>
span { border-color: #7ADD26; }
span { border-color: rgb(122,221,38); }
td.TdClassName
{
border-color: #7ADD26;
}
.TagClassName
{
border-color: #7ADD26;
}
</style>