Shades of Yellow Green #7ADD28
Tints of Yellow Green #7ADD28
RGB
CMYK
RGB Variations
Color information
#7ADD28 (or 0x7ADD28) is known color: Yellow Green. HEX triplet: 7A, DD and 28. RGB value is (122,221,40). Sum of RGB (Red+Green+Blue) = 122+221+40=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD28 is #8522D7. Grayscale: #ABABAB. Windows color (decimal): -8725208 or 2678138. OLE color: 2678138.
HSL color Cylindrical-coordinate representation of color #7ADD28: hue angle of 92.82º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ADD28 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 40 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.13 |
| HSL | 92.82º | 0.73% | 0.51% | - |
| HSV(B) | 92.82º | 0.82% | 0.87% | - |
| XYZ | 34.27 | 56 | 11.01 | - |
| YUV | 170.77 | 54.2 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 40 | 0.45 | 0 | 0.82 | 0.13 | 92.82 | 0.73 | 0.51 |
| Hex | 7A | DD | 28 | 2D | 0 | 52 | D | 5D | 49 | 33 |
| Octal | 172 | 335 | 50 | 55 | 0 | 122 | 15 | 135 | 111 | 63 |
| Binary | 1111010 | 11011101 | 101000 | 101101 | 0 | 1010010 | 1101 | 1011101 | 1001001 | 110011 |
Color Harmonies of #7ADD28
Complementary color
Monochromatic Colors of #7ADD28
Black with #7ADD28
Text Example
Text Example
White with #7ADD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD28; }
p { color: rgb(122,221,40); }
H1.HeaderClassName
{
color: #7ADD28;
}
.AnyTagClassName
{
color: #7ADD28;
}
</style>
background-color css
<style>
a { background-color: #7ADD28; }
a { background-color: rgb(122,221,40); }
div.DivClassName
{
background-color: #7ADD28;
}
.BgClassName
{
background-color: #7ADD28;
}
</style>
border-color css
<style>
span { border-color: #7ADD28; }
span { border-color: rgb(122,221,40); }
td.TdClassName
{
border-color: #7ADD28;
}
.TagClassName
{
border-color: #7ADD28;
}
</style>