Shades of Pastel Green #7ADD76
Tints of Pastel Green #7ADD76
RGB
CMYK
RGB Variations
Color information
#7ADD76 (or 0x7ADD76) is known color: Pastel Green. HEX triplet: 7A, DD and 76. RGB value is (122,221,118). Sum of RGB (Red+Green+Blue) = 122+221+118=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD76 is #852289. Grayscale: #B3B3B3. Windows color (decimal): -8725130 or 7789946. OLE color: 7789946.
HSL color Cylindrical-coordinate representation of color #7ADD76: hue angle of 117.67º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADD76 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 118 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.13 |
| HSL | 117.67º | 0.6% | 0.66% | - |
| HSV(B) | 117.67º | 0.47% | 0.87% | - |
| XYZ | 37.15 | 57.16 | 26.21 | - |
| YUV | 179.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 118 | 0.45 | 0 | 0.47 | 0.13 | 117.67 | 0.6 | 0.66 |
| Hex | 7A | DD | 76 | 2D | 0 | 2F | D | 76 | 3C | 42 |
| Octal | 172 | 335 | 166 | 55 | 0 | 57 | 15 | 166 | 74 | 102 |
| Binary | 1111010 | 11011101 | 1110110 | 101101 | 0 | 101111 | 1101 | 1110110 | 111100 | 1000010 |
Color Harmonies of #7ADD76
Complementary color
Monochromatic Colors of #7ADD76
Black with #7ADD76
Text Example
Text Example
White with #7ADD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD76; }
p { color: rgb(122,221,118); }
H1.HeaderClassName
{
color: #7ADD76;
}
.AnyTagClassName
{
color: #7ADD76;
}
</style>
background-color css
<style>
a { background-color: #7ADD76; }
a { background-color: rgb(122,221,118); }
div.DivClassName
{
background-color: #7ADD76;
}
.BgClassName
{
background-color: #7ADD76;
}
</style>
border-color css
<style>
span { border-color: #7ADD76; }
span { border-color: rgb(122,221,118); }
td.TdClassName
{
border-color: #7ADD76;
}
.TagClassName
{
border-color: #7ADD76;
}
</style>