Shades of Pastel Green #7ADE84
Tints of Pastel Green #7ADE84
RGB
CMYK
RGB Variations
Color information
#7ADE84 (or 0x7ADE84) is known color: Pastel Green. HEX triplet: 7A, DE and 84. RGB value is (122,222,132). Sum of RGB (Red+Green+Blue) = 122+222+132=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE84 is #85217B. Grayscale: #B6B6B6. Windows color (decimal): -8724860 or 8707706. OLE color: 8707706.
HSL color Cylindrical-coordinate representation of color #7ADE84: hue angle of 126º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADE84 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 132 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.13 |
| HSL | 126º | 0.6% | 0.67% | - |
| HSV(B) | 126º | 0.45% | 0.87% | - |
| XYZ | 38.31 | 58.05 | 31.01 | - |
| YUV | 181.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 132 | 0.45 | 0 | 0.41 | 0.13 | 126 | 0.6 | 0.67 |
| Hex | 7A | DE | 84 | 2D | 0 | 29 | D | 7E | 3C | 43 |
| Octal | 172 | 336 | 204 | 55 | 0 | 51 | 15 | 176 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10000100 | 101101 | 0 | 101001 | 1101 | 1111110 | 111100 | 1000011 |
Color Harmonies of #7ADE84
Complementary color
Monochromatic Colors of #7ADE84
Black with #7ADE84
Text Example
Text Example
White with #7ADE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE84; }
p { color: rgb(122,222,132); }
H1.HeaderClassName
{
color: #7ADE84;
}
.AnyTagClassName
{
color: #7ADE84;
}
</style>
background-color css
<style>
a { background-color: #7ADE84; }
a { background-color: rgb(122,222,132); }
div.DivClassName
{
background-color: #7ADE84;
}
.BgClassName
{
background-color: #7ADE84;
}
</style>
border-color css
<style>
span { border-color: #7ADE84; }
span { border-color: rgb(122,222,132); }
td.TdClassName
{
border-color: #7ADE84;
}
.TagClassName
{
border-color: #7ADE84;
}
</style>