Shades of Yellow Green #7ADC2B
Tints of Yellow Green #7ADC2B
RGB
CMYK
RGB Variations
Color information
#7ADC2B (or 0x7ADC2B) is known color: Yellow Green. HEX triplet: 7A, DC and 2B. RGB value is (122,220,43). Sum of RGB (Red+Green+Blue) = 122+220+43=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC2B is #8523D4. Grayscale: #ABABAB. Windows color (decimal): -8725461 or 2874490. OLE color: 2874490.
HSL color Cylindrical-coordinate representation of color #7ADC2B: hue angle of 93.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ADC2B is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 43 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.14 |
| HSL | 93.22º | 0.72% | 0.52% | - |
| HSV(B) | 93.22º | 0.8% | 0.86% | - |
| XYZ | 34.06 | 55.5 | 11.2 | - |
| YUV | 170.52 | 56.03 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 43 | 0.45 | 0 | 0.80 | 0.14 | 93.22 | 0.72 | 0.52 |
| Hex | 7A | DC | 2B | 2D | 0 | 50 | E | 5D | 48 | 34 |
| Octal | 172 | 334 | 53 | 55 | 0 | 120 | 16 | 135 | 110 | 64 |
| Binary | 1111010 | 11011100 | 101011 | 101101 | 0 | 1010000 | 1110 | 1011101 | 1001000 | 110100 |
Color Harmonies of #7ADC2B
Complementary color
Monochromatic Colors of #7ADC2B
Black with #7ADC2B
Text Example
Text Example
White with #7ADC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC2B; }
p { color: rgb(122,220,43); }
H1.HeaderClassName
{
color: #7ADC2B;
}
.AnyTagClassName
{
color: #7ADC2B;
}
</style>
background-color css
<style>
a { background-color: #7ADC2B; }
a { background-color: rgb(122,220,43); }
div.DivClassName
{
background-color: #7ADC2B;
}
.BgClassName
{
background-color: #7ADC2B;
}
</style>
border-color css
<style>
span { border-color: #7ADC2B; }
span { border-color: rgb(122,220,43); }
td.TdClassName
{
border-color: #7ADC2B;
}
.TagClassName
{
border-color: #7ADC2B;
}
</style>