Shades of Pastel Green #7AD56B
Tints of Pastel Green #7AD56B
RGB
CMYK
RGB Variations
Color information
#7AD56B (or 0x7AD56B) is known color: Pastel Green. HEX triplet: 7A, D5 and 6B. RGB value is (122,213,107). Sum of RGB (Red+Green+Blue) = 122+213+107=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD56B is #852A94. Grayscale: #AEAEAE. Windows color (decimal): -8727189 or 7067002. OLE color: 7067002.
HSL color Cylindrical-coordinate representation of color #7AD56B: hue angle of 111.51º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AD56B is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 107 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.16 |
| HSL | 111.51º | 0.56% | 0.63% | - |
| HSV(B) | 111.51º | 0.5% | 0.84% | - |
| XYZ | 34.47 | 52.79 | 22.28 | - |
| YUV | 173.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 107 | 0.43 | 0 | 0.50 | 0.16 | 111.51 | 0.56 | 0.63 |
| Hex | 7A | D5 | 6B | 2B | 0 | 32 | 10 | 70 | 38 | 3F |
| Octal | 172 | 325 | 153 | 53 | 0 | 62 | 20 | 160 | 70 | 77 |
| Binary | 1111010 | 11010101 | 1101011 | 101011 | 0 | 110010 | 10000 | 1110000 | 111000 | 111111 |
Color Harmonies of #7AD56B
Complementary color
Monochromatic Colors of #7AD56B
Black with #7AD56B
Text Example
Text Example
White with #7AD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD56B; }
p { color: rgb(122,213,107); }
H1.HeaderClassName
{
color: #7AD56B;
}
.AnyTagClassName
{
color: #7AD56B;
}
</style>
background-color css
<style>
a { background-color: #7AD56B; }
a { background-color: rgb(122,213,107); }
div.DivClassName
{
background-color: #7AD56B;
}
.BgClassName
{
background-color: #7AD56B;
}
</style>
border-color css
<style>
span { border-color: #7AD56B; }
span { border-color: rgb(122,213,107); }
td.TdClassName
{
border-color: #7AD56B;
}
.TagClassName
{
border-color: #7AD56B;
}
</style>