Shades of Yellow Green #7ADC2F
Tints of Yellow Green #7ADC2F
RGB
CMYK
RGB Variations
Color information
#7ADC2F (or 0x7ADC2F) is known color: Yellow Green. HEX triplet: 7A, DC and 2F. RGB value is (122,220,47). Sum of RGB (Red+Green+Blue) = 122+220+47=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC2F is #8523D0. Grayscale: #ABABAB. Windows color (decimal): -8725457 or 3136634. OLE color: 3136634.
HSL color Cylindrical-coordinate representation of color #7ADC2F: hue angle of 93.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ADC2F is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 47 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.14 |
| HSL | 93.99º | 0.71% | 0.52% | - |
| HSV(B) | 93.99º | 0.79% | 0.86% | - |
| XYZ | 34.13 | 55.53 | 11.61 | - |
| YUV | 170.98 | 58.03 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 47 | 0.45 | 0 | 0.79 | 0.14 | 93.99 | 0.71 | 0.52 |
| Hex | 7A | DC | 2F | 2D | 0 | 4F | E | 5E | 47 | 34 |
| Octal | 172 | 334 | 57 | 55 | 0 | 117 | 16 | 136 | 107 | 64 |
| Binary | 1111010 | 11011100 | 101111 | 101101 | 0 | 1001111 | 1110 | 1011110 | 1000111 | 110100 |
Color Harmonies of #7ADC2F
Complementary color
Monochromatic Colors of #7ADC2F
Black with #7ADC2F
Text Example
Text Example
White with #7ADC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC2F; }
p { color: rgb(122,220,47); }
H1.HeaderClassName
{
color: #7ADC2F;
}
.AnyTagClassName
{
color: #7ADC2F;
}
</style>
background-color css
<style>
a { background-color: #7ADC2F; }
a { background-color: rgb(122,220,47); }
div.DivClassName
{
background-color: #7ADC2F;
}
.BgClassName
{
background-color: #7ADC2F;
}
</style>
border-color css
<style>
span { border-color: #7ADC2F; }
span { border-color: rgb(122,220,47); }
td.TdClassName
{
border-color: #7ADC2F;
}
.TagClassName
{
border-color: #7ADC2F;
}
</style>