Shades of Yellow Green #7AD82C
Tints of Yellow Green #7AD82C
RGB
CMYK
RGB Variations
Color information
#7AD82C (or 0x7AD82C) is known color: Yellow Green. HEX triplet: 7A, D8 and 2C. RGB value is (122,216,44). Sum of RGB (Red+Green+Blue) = 122+216+44=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD82C is #8527D3. Grayscale: #A8A8A8. Windows color (decimal): -8726484 or 2939002. OLE color: 2939002.
HSL color Cylindrical-coordinate representation of color #7AD82C: hue angle of 92.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AD82C is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 44 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.15 |
| HSL | 92.79º | 0.69% | 0.51% | - |
| HSV(B) | 92.79º | 0.8% | 0.85% | - |
| XYZ | 33.04 | 53.43 | 10.95 | - |
| YUV | 168.29 | 57.86 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 44 | 0.44 | 0 | 0.80 | 0.15 | 92.79 | 0.69 | 0.51 |
| Hex | 7A | D8 | 2C | 2C | 0 | 50 | F | 5D | 45 | 33 |
| Octal | 172 | 330 | 54 | 54 | 0 | 120 | 17 | 135 | 105 | 63 |
| Binary | 1111010 | 11011000 | 101100 | 101100 | 0 | 1010000 | 1111 | 1011101 | 1000101 | 110011 |
Color Harmonies of #7AD82C
Complementary color
Monochromatic Colors of #7AD82C
Black with #7AD82C
Text Example
Text Example
White with #7AD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD82C; }
p { color: rgb(122,216,44); }
H1.HeaderClassName
{
color: #7AD82C;
}
.AnyTagClassName
{
color: #7AD82C;
}
</style>
background-color css
<style>
a { background-color: #7AD82C; }
a { background-color: rgb(122,216,44); }
div.DivClassName
{
background-color: #7AD82C;
}
.BgClassName
{
background-color: #7AD82C;
}
</style>
border-color css
<style>
span { border-color: #7AD82C; }
span { border-color: rgb(122,216,44); }
td.TdClassName
{
border-color: #7AD82C;
}
.TagClassName
{
border-color: #7AD82C;
}
</style>