Shades of Pastel Green #7ADD71
Tints of Pastel Green #7ADD71
RGB
CMYK
RGB Variations
Color information
#7ADD71 (or 0x7ADD71) is known color: Pastel Green. HEX triplet: 7A, DD and 71. RGB value is (122,221,113). Sum of RGB (Red+Green+Blue) = 122+221+113=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD71 is #85228E. Grayscale: #B3B3B3. Windows color (decimal): -8725135 or 7462266. OLE color: 7462266.
HSL color Cylindrical-coordinate representation of color #7ADD71: hue angle of 115º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ADD71 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 113 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.13 |
| HSL | 115º | 0.61% | 0.65% | - |
| HSV(B) | 115º | 0.49% | 0.87% | - |
| XYZ | 36.86 | 57.04 | 24.69 | - |
| YUV | 179.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 113 | 0.45 | 0 | 0.49 | 0.13 | 115 | 0.61 | 0.65 |
| Hex | 7A | DD | 71 | 2D | 0 | 31 | D | 73 | 3D | 41 |
| Octal | 172 | 335 | 161 | 55 | 0 | 61 | 15 | 163 | 75 | 101 |
| Binary | 1111010 | 11011101 | 1110001 | 101101 | 0 | 110001 | 1101 | 1110011 | 111101 | 1000001 |
Color Harmonies of #7ADD71
Complementary color
Monochromatic Colors of #7ADD71
Black with #7ADD71
Text Example
Text Example
White with #7ADD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD71; }
p { color: rgb(122,221,113); }
H1.HeaderClassName
{
color: #7ADD71;
}
.AnyTagClassName
{
color: #7ADD71;
}
</style>
background-color css
<style>
a { background-color: #7ADD71; }
a { background-color: rgb(122,221,113); }
div.DivClassName
{
background-color: #7ADD71;
}
.BgClassName
{
background-color: #7ADD71;
}
</style>
border-color css
<style>
span { border-color: #7ADD71; }
span { border-color: rgb(122,221,113); }
td.TdClassName
{
border-color: #7ADD71;
}
.TagClassName
{
border-color: #7ADD71;
}
</style>