Shades of Pastel Green #7ADD62
Tints of Pastel Green #7ADD62
RGB
CMYK
RGB Variations
Color information
#7ADD62 (or 0x7ADD62) is known color: Pastel Green. HEX triplet: 7A, DD and 62. RGB value is (122,221,98). Sum of RGB (Red+Green+Blue) = 122+221+98=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD62 is #85229D. Grayscale: #B1B1B1. Windows color (decimal): -8725150 or 6479226. OLE color: 6479226.
HSL color Cylindrical-coordinate representation of color #7ADD62: hue angle of 108.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ADD62 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 98 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.13 |
| HSL | 108.29º | 0.64% | 0.63% | - |
| HSV(B) | 108.29º | 0.56% | 0.87% | - |
| XYZ | 36.09 | 56.73 | 20.6 | - |
| YUV | 177.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 98 | 0.45 | 0 | 0.56 | 0.13 | 108.29 | 0.64 | 0.63 |
| Hex | 7A | DD | 62 | 2D | 0 | 38 | D | 6C | 40 | 3F |
| Octal | 172 | 335 | 142 | 55 | 0 | 70 | 15 | 154 | 100 | 77 |
| Binary | 1111010 | 11011101 | 1100010 | 101101 | 0 | 111000 | 1101 | 1101100 | 1000000 | 111111 |
Color Harmonies of #7ADD62
Complementary color
Monochromatic Colors of #7ADD62
Black with #7ADD62
Text Example
Text Example
White with #7ADD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD62; }
p { color: rgb(122,221,98); }
H1.HeaderClassName
{
color: #7ADD62;
}
.AnyTagClassName
{
color: #7ADD62;
}
</style>
background-color css
<style>
a { background-color: #7ADD62; }
a { background-color: rgb(122,221,98); }
div.DivClassName
{
background-color: #7ADD62;
}
.BgClassName
{
background-color: #7ADD62;
}
</style>
border-color css
<style>
span { border-color: #7ADD62; }
span { border-color: rgb(122,221,98); }
td.TdClassName
{
border-color: #7ADD62;
}
.TagClassName
{
border-color: #7ADD62;
}
</style>