Shades of Yellow Green #7ADB1E
Tints of Yellow Green #7ADB1E
RGB
CMYK
RGB Variations
Color information
#7ADB1E (or 0x7ADB1E) is known color: Yellow Green. HEX triplet: 7A, DB and 1E. RGB value is (122,219,30). Sum of RGB (Red+Green+Blue) = 122+219+30=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADB1E is #8524E1. Grayscale: #A9A9A9. Windows color (decimal): -8725730 or 2022266. OLE color: 2022266.
HSL color Cylindrical-coordinate representation of color #7ADB1E: hue angle of 90.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ADB1E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 30 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.14 |
| HSL | 90.79º | 0.76% | 0.49% | - |
| HSV(B) | 90.79º | 0.86% | 0.86% | - |
| XYZ | 33.59 | 54.89 | 10.05 | - |
| YUV | 168.45 | 49.86 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 30 | 0.44 | 0 | 0.86 | 0.14 | 90.79 | 0.76 | 0.49 |
| Hex | 7A | DB | 1E | 2C | 0 | 56 | E | 5B | 4C | 31 |
| Octal | 172 | 333 | 36 | 54 | 0 | 126 | 16 | 133 | 114 | 61 |
| Binary | 1111010 | 11011011 | 11110 | 101100 | 0 | 1010110 | 1110 | 1011011 | 1001100 | 110001 |
Color Harmonies of #7ADB1E
Complementary color
Monochromatic Colors of #7ADB1E
Black with #7ADB1E
Text Example
Text Example
White with #7ADB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB1E; }
p { color: rgb(122,219,30); }
H1.HeaderClassName
{
color: #7ADB1E;
}
.AnyTagClassName
{
color: #7ADB1E;
}
</style>
background-color css
<style>
a { background-color: #7ADB1E; }
a { background-color: rgb(122,219,30); }
div.DivClassName
{
background-color: #7ADB1E;
}
.BgClassName
{
background-color: #7ADB1E;
}
</style>
border-color css
<style>
span { border-color: #7ADB1E; }
span { border-color: rgb(122,219,30); }
td.TdClassName
{
border-color: #7ADB1E;
}
.TagClassName
{
border-color: #7ADB1E;
}
</style>