Shades of Pastel Green #7ADD65
Tints of Pastel Green #7ADD65
RGB
CMYK
RGB Variations
Color information
#7ADD65 (or 0x7ADD65) is known color: Pastel Green. HEX triplet: 7A, DD and 65. RGB value is (122,221,101). Sum of RGB (Red+Green+Blue) = 122+221+101=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD65 is #85229A. Grayscale: #B2B2B2. Windows color (decimal): -8725147 or 6675834. OLE color: 6675834.
HSL color Cylindrical-coordinate representation of color #7ADD65: hue angle of 109.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ADD65 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 101 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.13 |
| HSL | 109.5º | 0.64% | 0.63% | - |
| HSV(B) | 109.5º | 0.54% | 0.87% | - |
| XYZ | 36.23 | 56.79 | 21.36 | - |
| YUV | 177.72 | 84.7 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 101 | 0.45 | 0 | 0.54 | 0.13 | 109.5 | 0.64 | 0.63 |
| Hex | 7A | DD | 65 | 2D | 0 | 36 | D | 6E | 40 | 3F |
| Octal | 172 | 335 | 145 | 55 | 0 | 66 | 15 | 156 | 100 | 77 |
| Binary | 1111010 | 11011101 | 1100101 | 101101 | 0 | 110110 | 1101 | 1101110 | 1000000 | 111111 |
Color Harmonies of #7ADD65
Complementary color
Monochromatic Colors of #7ADD65
Black with #7ADD65
Text Example
Text Example
White with #7ADD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD65; }
p { color: rgb(122,221,101); }
H1.HeaderClassName
{
color: #7ADD65;
}
.AnyTagClassName
{
color: #7ADD65;
}
</style>
background-color css
<style>
a { background-color: #7ADD65; }
a { background-color: rgb(122,221,101); }
div.DivClassName
{
background-color: #7ADD65;
}
.BgClassName
{
background-color: #7ADD65;
}
</style>
border-color css
<style>
span { border-color: #7ADD65; }
span { border-color: rgb(122,221,101); }
td.TdClassName
{
border-color: #7ADD65;
}
.TagClassName
{
border-color: #7ADD65;
}
</style>