Shades of Yellow Green #7ADD33
Tints of Yellow Green #7ADD33
RGB
CMYK
RGB Variations
Color information
#7ADD33 (or 0x7ADD33) is known color: Yellow Green. HEX triplet: 7A, DD and 33. RGB value is (122,221,51). Sum of RGB (Red+Green+Blue) = 122+221+51=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD33 is #8522CC. Grayscale: #ACACAC. Windows color (decimal): -8725197 or 3399034. OLE color: 3399034.
HSL color Cylindrical-coordinate representation of color #7ADD33: hue angle of 94.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ADD33 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 51 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.13 |
| HSL | 94.94º | 0.71% | 0.53% | - |
| HSV(B) | 94.94º | 0.77% | 0.87% | - |
| XYZ | 34.48 | 56.09 | 12.14 | - |
| YUV | 172.02 | 59.7 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 51 | 0.45 | 0 | 0.77 | 0.13 | 94.94 | 0.71 | 0.53 |
| Hex | 7A | DD | 33 | 2D | 0 | 4D | D | 5F | 47 | 35 |
| Octal | 172 | 335 | 63 | 55 | 0 | 115 | 15 | 137 | 107 | 65 |
| Binary | 1111010 | 11011101 | 110011 | 101101 | 0 | 1001101 | 1101 | 1011111 | 1000111 | 110101 |
Color Harmonies of #7ADD33
Complementary color
Monochromatic Colors of #7ADD33
Black with #7ADD33
Text Example
Text Example
White with #7ADD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD33; }
p { color: rgb(122,221,51); }
H1.HeaderClassName
{
color: #7ADD33;
}
.AnyTagClassName
{
color: #7ADD33;
}
</style>
background-color css
<style>
a { background-color: #7ADD33; }
a { background-color: rgb(122,221,51); }
div.DivClassName
{
background-color: #7ADD33;
}
.BgClassName
{
background-color: #7ADD33;
}
</style>
border-color css
<style>
span { border-color: #7ADD33; }
span { border-color: rgb(122,221,51); }
td.TdClassName
{
border-color: #7ADD33;
}
.TagClassName
{
border-color: #7ADD33;
}
</style>