Shades of Pastel Green #7ADA68
Tints of Pastel Green #7ADA68
RGB
CMYK
RGB Variations
Color information
#7ADA68 (or 0x7ADA68) is known color: Pastel Green. HEX triplet: 7A, DA and 68. RGB value is (122,218,104). Sum of RGB (Red+Green+Blue) = 122+218+104=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADA68 is #852597. Grayscale: #B0B0B0. Windows color (decimal): -8725912 or 6871674. OLE color: 6871674.
HSL color Cylindrical-coordinate representation of color #7ADA68: hue angle of 110.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADA68 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 104 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.15 |
| HSL | 110.53º | 0.61% | 0.63% | - |
| HSV(B) | 110.53º | 0.52% | 0.85% | - |
| XYZ | 35.6 | 55.28 | 21.89 | - |
| YUV | 176.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 104 | 0.44 | 0 | 0.52 | 0.15 | 110.53 | 0.61 | 0.63 |
| Hex | 7A | DA | 68 | 2C | 0 | 34 | F | 6F | 3D | 3F |
| Octal | 172 | 332 | 150 | 54 | 0 | 64 | 17 | 157 | 75 | 77 |
| Binary | 1111010 | 11011010 | 1101000 | 101100 | 0 | 110100 | 1111 | 1101111 | 111101 | 111111 |
Color Harmonies of #7ADA68
Complementary color
Monochromatic Colors of #7ADA68
Black with #7ADA68
Text Example
Text Example
White with #7ADA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA68; }
p { color: rgb(122,218,104); }
H1.HeaderClassName
{
color: #7ADA68;
}
.AnyTagClassName
{
color: #7ADA68;
}
</style>
background-color css
<style>
a { background-color: #7ADA68; }
a { background-color: rgb(122,218,104); }
div.DivClassName
{
background-color: #7ADA68;
}
.BgClassName
{
background-color: #7ADA68;
}
</style>
border-color css
<style>
span { border-color: #7ADA68; }
span { border-color: rgb(122,218,104); }
td.TdClassName
{
border-color: #7ADA68;
}
.TagClassName
{
border-color: #7ADA68;
}
</style>