Shades of Yellow Green #7ADF2D
Tints of Yellow Green #7ADF2D
RGB
CMYK
RGB Variations
Color information
#7ADF2D (or 0x7ADF2D) is known color: Yellow Green. HEX triplet: 7A, DF and 2D. RGB value is (122,223,45). Sum of RGB (Red+Green+Blue) = 122+223+45=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF2D is #8520D2. Grayscale: #ADADAD. Windows color (decimal): -8724691 or 3006330. OLE color: 3006330.
HSL color Cylindrical-coordinate representation of color #7ADF2D: hue angle of 94.04º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ADF2D is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 45 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.13 |
| HSL | 94.04º | 0.74% | 0.53% | - |
| HSV(B) | 94.04º | 0.8% | 0.87% | - |
| XYZ | 34.89 | 57.1 | 11.67 | - |
| YUV | 172.51 | 56.04 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 45 | 0.45 | 0 | 0.80 | 0.13 | 94.04 | 0.74 | 0.53 |
| Hex | 7A | DF | 2D | 2D | 0 | 50 | D | 5E | 4A | 35 |
| Octal | 172 | 337 | 55 | 55 | 0 | 120 | 15 | 136 | 112 | 65 |
| Binary | 1111010 | 11011111 | 101101 | 101101 | 0 | 1010000 | 1101 | 1011110 | 1001010 | 110101 |
Color Harmonies of #7ADF2D
Complementary color
Monochromatic Colors of #7ADF2D
Black with #7ADF2D
Text Example
Text Example
White with #7ADF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF2D; }
p { color: rgb(122,223,45); }
H1.HeaderClassName
{
color: #7ADF2D;
}
.AnyTagClassName
{
color: #7ADF2D;
}
</style>
background-color css
<style>
a { background-color: #7ADF2D; }
a { background-color: rgb(122,223,45); }
div.DivClassName
{
background-color: #7ADF2D;
}
.BgClassName
{
background-color: #7ADF2D;
}
</style>
border-color css
<style>
span { border-color: #7ADF2D; }
span { border-color: rgb(122,223,45); }
td.TdClassName
{
border-color: #7ADF2D;
}
.TagClassName
{
border-color: #7ADF2D;
}
</style>