Shades of Pastel Green #7AD574
Tints of Pastel Green #7AD574
RGB
CMYK
RGB Variations
Color information
#7AD574 (or 0x7AD574) is known color: Pastel Green. HEX triplet: 7A, D5 and 74. RGB value is (122,213,116). Sum of RGB (Red+Green+Blue) = 122+213+116=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD574 is #852A8B. Grayscale: #AFAFAF. Windows color (decimal): -8727180 or 7656826. OLE color: 7656826.
HSL color Cylindrical-coordinate representation of color #7AD574: hue angle of 116.29º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AD574 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 116 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.16 |
| HSL | 116.29º | 0.54% | 0.65% | - |
| HSV(B) | 116.29º | 0.46% | 0.84% | - |
| XYZ | 34.97 | 52.99 | 24.91 | - |
| YUV | 174.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 116 | 0.43 | 0 | 0.46 | 0.16 | 116.29 | 0.54 | 0.65 |
| Hex | 7A | D5 | 74 | 2B | 0 | 2E | 10 | 74 | 36 | 41 |
| Octal | 172 | 325 | 164 | 53 | 0 | 56 | 20 | 164 | 66 | 101 |
| Binary | 1111010 | 11010101 | 1110100 | 101011 | 0 | 101110 | 10000 | 1110100 | 110110 | 1000001 |
Color Harmonies of #7AD574
Complementary color
Monochromatic Colors of #7AD574
Black with #7AD574
Text Example
Text Example
White with #7AD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD574; }
p { color: rgb(122,213,116); }
H1.HeaderClassName
{
color: #7AD574;
}
.AnyTagClassName
{
color: #7AD574;
}
</style>
background-color css
<style>
a { background-color: #7AD574; }
a { background-color: rgb(122,213,116); }
div.DivClassName
{
background-color: #7AD574;
}
.BgClassName
{
background-color: #7AD574;
}
</style>
border-color css
<style>
span { border-color: #7AD574; }
span { border-color: rgb(122,213,116); }
td.TdClassName
{
border-color: #7AD574;
}
.TagClassName
{
border-color: #7AD574;
}
</style>