Shades of Pastel Green #7ADC74
Tints of Pastel Green #7ADC74
RGB
CMYK
RGB Variations
Color information
#7ADC74 (or 0x7ADC74) is known color: Pastel Green. HEX triplet: 7A, DC and 74. RGB value is (122,220,116). Sum of RGB (Red+Green+Blue) = 122+220+116=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC74 is #85238B. Grayscale: #B3B3B3. Windows color (decimal): -8725388 or 7658618. OLE color: 7658618.
HSL color Cylindrical-coordinate representation of color #7ADC74: hue angle of 116.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADC74 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 116 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.14 |
| HSL | 116.54º | 0.6% | 0.66% | - |
| HSV(B) | 116.54º | 0.47% | 0.86% | - |
| XYZ | 36.77 | 56.58 | 25.51 | - |
| YUV | 178.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 116 | 0.45 | 0 | 0.47 | 0.14 | 116.54 | 0.6 | 0.66 |
| Hex | 7A | DC | 74 | 2D | 0 | 2F | E | 75 | 3C | 42 |
| Octal | 172 | 334 | 164 | 55 | 0 | 57 | 16 | 165 | 74 | 102 |
| Binary | 1111010 | 11011100 | 1110100 | 101101 | 0 | 101111 | 1110 | 1110101 | 111100 | 1000010 |
Color Harmonies of #7ADC74
Complementary color
Monochromatic Colors of #7ADC74
Black with #7ADC74
Text Example
Text Example
White with #7ADC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC74; }
p { color: rgb(122,220,116); }
H1.HeaderClassName
{
color: #7ADC74;
}
.AnyTagClassName
{
color: #7ADC74;
}
</style>
background-color css
<style>
a { background-color: #7ADC74; }
a { background-color: rgb(122,220,116); }
div.DivClassName
{
background-color: #7ADC74;
}
.BgClassName
{
background-color: #7ADC74;
}
</style>
border-color css
<style>
span { border-color: #7ADC74; }
span { border-color: rgb(122,220,116); }
td.TdClassName
{
border-color: #7ADC74;
}
.TagClassName
{
border-color: #7ADC74;
}
</style>