Shades of Pastel Green #7AD982
Tints of Pastel Green #7AD982
RGB
CMYK
RGB Variations
Color information
#7AD982 (or 0x7AD982) is known color: Pastel Green. HEX triplet: 7A, D9 and 82. RGB value is (122,217,130). Sum of RGB (Red+Green+Blue) = 122+217+130=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD982 is #85267D. Grayscale: #B2B2B2. Windows color (decimal): -8726142 or 8575354. OLE color: 8575354.
HSL color Cylindrical-coordinate representation of color #7AD982: hue angle of 125.05º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD982 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 130 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.15 |
| HSL | 125.05º | 0.56% | 0.66% | - |
| HSV(B) | 125.05º | 0.44% | 0.85% | - |
| XYZ | 36.87 | 55.37 | 29.86 | - |
| YUV | 178.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 130 | 0.44 | 0 | 0.40 | 0.15 | 125.05 | 0.56 | 0.66 |
| Hex | 7A | D9 | 82 | 2C | 0 | 28 | F | 7D | 38 | 42 |
| Octal | 172 | 331 | 202 | 54 | 0 | 50 | 17 | 175 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10000010 | 101100 | 0 | 101000 | 1111 | 1111101 | 111000 | 1000010 |
Color Harmonies of #7AD982
Complementary color
Monochromatic Colors of #7AD982
Black with #7AD982
Text Example
Text Example
White with #7AD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD982; }
p { color: rgb(122,217,130); }
H1.HeaderClassName
{
color: #7AD982;
}
.AnyTagClassName
{
color: #7AD982;
}
</style>
background-color css
<style>
a { background-color: #7AD982; }
a { background-color: rgb(122,217,130); }
div.DivClassName
{
background-color: #7AD982;
}
.BgClassName
{
background-color: #7AD982;
}
</style>
border-color css
<style>
span { border-color: #7AD982; }
span { border-color: rgb(122,217,130); }
td.TdClassName
{
border-color: #7AD982;
}
.TagClassName
{
border-color: #7AD982;
}
</style>