Shades of Pastel Green #7AD964
Tints of Pastel Green #7AD964
RGB
CMYK
RGB Variations
Color information
#7AD964 (or 0x7AD964) is known color: Pastel Green. HEX triplet: 7A, D9 and 64. RGB value is (122,217,100). Sum of RGB (Red+Green+Blue) = 122+217+100=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD964 is #85269B. Grayscale: #AFAFAF. Windows color (decimal): -8726172 or 6609274. OLE color: 6609274.
HSL color Cylindrical-coordinate representation of color #7AD964: hue angle of 108.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AD964 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 100 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.15 |
| HSL | 108.72º | 0.61% | 0.62% | - |
| HSV(B) | 108.72º | 0.54% | 0.85% | - |
| XYZ | 35.14 | 54.68 | 20.76 | - |
| YUV | 175.26 | 85.53 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 100 | 0.44 | 0 | 0.54 | 0.15 | 108.72 | 0.61 | 0.62 |
| Hex | 7A | D9 | 64 | 2C | 0 | 36 | F | 6D | 3D | 3E |
| Octal | 172 | 331 | 144 | 54 | 0 | 66 | 17 | 155 | 75 | 76 |
| Binary | 1111010 | 11011001 | 1100100 | 101100 | 0 | 110110 | 1111 | 1101101 | 111101 | 111110 |
Color Harmonies of #7AD964
Complementary color
Monochromatic Colors of #7AD964
Black with #7AD964
Text Example
Text Example
White with #7AD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD964; }
p { color: rgb(122,217,100); }
H1.HeaderClassName
{
color: #7AD964;
}
.AnyTagClassName
{
color: #7AD964;
}
</style>
background-color css
<style>
a { background-color: #7AD964; }
a { background-color: rgb(122,217,100); }
div.DivClassName
{
background-color: #7AD964;
}
.BgClassName
{
background-color: #7AD964;
}
</style>
border-color css
<style>
span { border-color: #7AD964; }
span { border-color: rgb(122,217,100); }
td.TdClassName
{
border-color: #7AD964;
}
.TagClassName
{
border-color: #7AD964;
}
</style>