Shades of Pastel Green #7AD77D
Tints of Pastel Green #7AD77D
RGB
CMYK
RGB Variations
Color information
#7AD77D (or 0x7AD77D) is known color: Pastel Green. HEX triplet: 7A, D7 and 7D. RGB value is (122,215,125). Sum of RGB (Red+Green+Blue) = 122+215+125=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD77D is #852882. Grayscale: #B1B1B1. Windows color (decimal): -8726659 or 8247162. OLE color: 8247162.
HSL color Cylindrical-coordinate representation of color #7AD77D: hue angle of 121.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD77D is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 125 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.16 |
| HSL | 121.94º | 0.54% | 0.66% | - |
| HSV(B) | 121.94º | 0.43% | 0.84% | - |
| XYZ | 36.03 | 54.22 | 27.97 | - |
| YUV | 176.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 125 | 0.43 | 0 | 0.42 | 0.16 | 121.94 | 0.54 | 0.66 |
| Hex | 7A | D7 | 7D | 2B | 0 | 2A | 10 | 7A | 36 | 42 |
| Octal | 172 | 327 | 175 | 53 | 0 | 52 | 20 | 172 | 66 | 102 |
| Binary | 1111010 | 11010111 | 1111101 | 101011 | 0 | 101010 | 10000 | 1111010 | 110110 | 1000010 |
Color Harmonies of #7AD77D
Complementary color
Monochromatic Colors of #7AD77D
Black with #7AD77D
Text Example
Text Example
White with #7AD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD77D; }
p { color: rgb(122,215,125); }
H1.HeaderClassName
{
color: #7AD77D;
}
.AnyTagClassName
{
color: #7AD77D;
}
</style>
background-color css
<style>
a { background-color: #7AD77D; }
a { background-color: rgb(122,215,125); }
div.DivClassName
{
background-color: #7AD77D;
}
.BgClassName
{
background-color: #7AD77D;
}
</style>
border-color css
<style>
span { border-color: #7AD77D; }
span { border-color: rgb(122,215,125); }
td.TdClassName
{
border-color: #7AD77D;
}
.TagClassName
{
border-color: #7AD77D;
}
</style>