Shades of Pastel Green #7AD975
Tints of Pastel Green #7AD975
RGB
CMYK
RGB Variations
Color information
#7AD975 (or 0x7AD975) is known color: Pastel Green. HEX triplet: 7A, D9 and 75. RGB value is (122,217,117). Sum of RGB (Red+Green+Blue) = 122+217+117=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD975 is #85268A. Grayscale: #B1B1B1. Windows color (decimal): -8726155 or 7723386. OLE color: 7723386.
HSL color Cylindrical-coordinate representation of color #7AD975: hue angle of 117º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AD975 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 117 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.15 |
| HSL | 117º | 0.57% | 0.65% | - |
| HSV(B) | 117º | 0.46% | 0.85% | - |
| XYZ | 36.05 | 55.05 | 25.55 | - |
| YUV | 177.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 117 | 0.44 | 0 | 0.46 | 0.15 | 117 | 0.57 | 0.65 |
| Hex | 7A | D9 | 75 | 2C | 0 | 2E | F | 75 | 39 | 41 |
| Octal | 172 | 331 | 165 | 54 | 0 | 56 | 17 | 165 | 71 | 101 |
| Binary | 1111010 | 11011001 | 1110101 | 101100 | 0 | 101110 | 1111 | 1110101 | 111001 | 1000001 |
Color Harmonies of #7AD975
Complementary color
Monochromatic Colors of #7AD975
Black with #7AD975
Text Example
Text Example
White with #7AD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD975; }
p { color: rgb(122,217,117); }
H1.HeaderClassName
{
color: #7AD975;
}
.AnyTagClassName
{
color: #7AD975;
}
</style>
background-color css
<style>
a { background-color: #7AD975; }
a { background-color: rgb(122,217,117); }
div.DivClassName
{
background-color: #7AD975;
}
.BgClassName
{
background-color: #7AD975;
}
</style>
border-color css
<style>
span { border-color: #7AD975; }
span { border-color: rgb(122,217,117); }
td.TdClassName
{
border-color: #7AD975;
}
.TagClassName
{
border-color: #7AD975;
}
</style>