Shades of Pastel Green #7AD77F
Tints of Pastel Green #7AD77F
RGB
CMYK
RGB Variations
Color information
#7AD77F (or 0x7AD77F) is known color: Pastel Green. HEX triplet: 7A, D7 and 7F. RGB value is (122,215,127). Sum of RGB (Red+Green+Blue) = 122+215+127=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD77F is #852880. Grayscale: #B1B1B1. Windows color (decimal): -8726657 or 8378234. OLE color: 8378234.
HSL color Cylindrical-coordinate representation of color #7AD77F: hue angle of 123.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD77F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 127 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.16 |
| HSL | 123.23º | 0.54% | 0.66% | - |
| HSV(B) | 123.23º | 0.43% | 0.84% | - |
| XYZ | 36.16 | 54.27 | 28.65 | - |
| YUV | 177.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 127 | 0.43 | 0 | 0.41 | 0.16 | 123.23 | 0.54 | 0.66 |
| Hex | 7A | D7 | 7F | 2B | 0 | 29 | 10 | 7B | 36 | 42 |
| Octal | 172 | 327 | 177 | 53 | 0 | 51 | 20 | 173 | 66 | 102 |
| Binary | 1111010 | 11010111 | 1111111 | 101011 | 0 | 101001 | 10000 | 1111011 | 110110 | 1000010 |
Color Harmonies of #7AD77F
Complementary color
Monochromatic Colors of #7AD77F
Black with #7AD77F
Text Example
Text Example
White with #7AD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD77F; }
p { color: rgb(122,215,127); }
H1.HeaderClassName
{
color: #7AD77F;
}
.AnyTagClassName
{
color: #7AD77F;
}
</style>
background-color css
<style>
a { background-color: #7AD77F; }
a { background-color: rgb(122,215,127); }
div.DivClassName
{
background-color: #7AD77F;
}
.BgClassName
{
background-color: #7AD77F;
}
</style>
border-color css
<style>
span { border-color: #7AD77F; }
span { border-color: rgb(122,215,127); }
td.TdClassName
{
border-color: #7AD77F;
}
.TagClassName
{
border-color: #7AD77F;
}
</style>