Shades of Pastel Green #7AD971
Tints of Pastel Green #7AD971
RGB
CMYK
RGB Variations
Color information
#7AD971 (or 0x7AD971) is known color: Pastel Green. HEX triplet: 7A, D9 and 71. RGB value is (122,217,113). Sum of RGB (Red+Green+Blue) = 122+217+113=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD971 is #85268E. Grayscale: #B1B1B1. Windows color (decimal): -8726159 or 7461242. OLE color: 7461242.
HSL color Cylindrical-coordinate representation of color #7AD971: hue angle of 114.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD971 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 113 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.15 |
| HSL | 114.81º | 0.58% | 0.65% | - |
| HSV(B) | 114.81º | 0.48% | 0.85% | - |
| XYZ | 35.82 | 54.96 | 24.34 | - |
| YUV | 176.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 113 | 0.44 | 0 | 0.48 | 0.15 | 114.81 | 0.58 | 0.65 |
| Hex | 7A | D9 | 71 | 2C | 0 | 30 | F | 73 | 3A | 41 |
| Octal | 172 | 331 | 161 | 54 | 0 | 60 | 17 | 163 | 72 | 101 |
| Binary | 1111010 | 11011001 | 1110001 | 101100 | 0 | 110000 | 1111 | 1110011 | 111010 | 1000001 |
Color Harmonies of #7AD971
Complementary color
Monochromatic Colors of #7AD971
Black with #7AD971
Text Example
Text Example
White with #7AD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD971; }
p { color: rgb(122,217,113); }
H1.HeaderClassName
{
color: #7AD971;
}
.AnyTagClassName
{
color: #7AD971;
}
</style>
background-color css
<style>
a { background-color: #7AD971; }
a { background-color: rgb(122,217,113); }
div.DivClassName
{
background-color: #7AD971;
}
.BgClassName
{
background-color: #7AD971;
}
</style>
border-color css
<style>
span { border-color: #7AD971; }
span { border-color: rgb(122,217,113); }
td.TdClassName
{
border-color: #7AD971;
}
.TagClassName
{
border-color: #7AD971;
}
</style>