Shades of Pastel Green #7AD56C
Tints of Pastel Green #7AD56C
RGB
CMYK
RGB Variations
Color information
#7AD56C (or 0x7AD56C) is known color: Pastel Green. HEX triplet: 7A, D5 and 6C. RGB value is (122,213,108). Sum of RGB (Red+Green+Blue) = 122+213+108=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD56C is #852A93. Grayscale: #AEAEAE. Windows color (decimal): -8727188 or 7132538. OLE color: 7132538.
HSL color Cylindrical-coordinate representation of color #7AD56C: hue angle of 112º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD56C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 108 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.16 |
| HSL | 112º | 0.56% | 0.63% | - |
| HSV(B) | 112º | 0.49% | 0.84% | - |
| XYZ | 34.53 | 52.81 | 22.56 | - |
| YUV | 173.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 108 | 0.43 | 0 | 0.49 | 0.16 | 112 | 0.56 | 0.63 |
| Hex | 7A | D5 | 6C | 2B | 0 | 31 | 10 | 70 | 38 | 3F |
| Octal | 172 | 325 | 154 | 53 | 0 | 61 | 20 | 160 | 70 | 77 |
| Binary | 1111010 | 11010101 | 1101100 | 101011 | 0 | 110001 | 10000 | 1110000 | 111000 | 111111 |
Color Harmonies of #7AD56C
Complementary color
Monochromatic Colors of #7AD56C
Black with #7AD56C
Text Example
Text Example
White with #7AD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD56C; }
p { color: rgb(122,213,108); }
H1.HeaderClassName
{
color: #7AD56C;
}
.AnyTagClassName
{
color: #7AD56C;
}
</style>
background-color css
<style>
a { background-color: #7AD56C; }
a { background-color: rgb(122,213,108); }
div.DivClassName
{
background-color: #7AD56C;
}
.BgClassName
{
background-color: #7AD56C;
}
</style>
border-color css
<style>
span { border-color: #7AD56C; }
span { border-color: rgb(122,213,108); }
td.TdClassName
{
border-color: #7AD56C;
}
.TagClassName
{
border-color: #7AD56C;
}
</style>