Shades of Pastel Green #7AF477
Tints of Pastel Green #7AF477
RGB
CMYK
RGB Variations
Color information
#7AF477 (or 0x7AF477) is known color: Pastel Green. HEX triplet: 7A, F4 and 77. RGB value is (122,244,119). Sum of RGB (Red+Green+Blue) = 122+244+119=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF477 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF477 is #850B88. Grayscale: #C1C1C1. Windows color (decimal): -8719241 or 7861370. OLE color: 7861370.
HSL color Cylindrical-coordinate representation of color #7AF477: hue angle of 118.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF477 is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 119 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.04 |
| HSL | 118.56º | 0.85% | 0.71% | - |
| HSV(B) | 118.56º | 0.51% | 0.96% | - |
| XYZ | 43.71 | 70.17 | 28.69 | - |
| YUV | 193.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 119 | 0.5 | 0 | 0.51 | 0.04 | 118.56 | 0.85 | 0.71 |
| Hex | 7A | F4 | 77 | 32 | 0 | 33 | 4 | 77 | 55 | 47 |
| Octal | 172 | 364 | 167 | 62 | 0 | 63 | 4 | 167 | 125 | 107 |
| Binary | 1111010 | 11110100 | 1110111 | 110010 | 0 | 110011 | 100 | 1110111 | 1010101 | 1000111 |
Color Harmonies of #7AF477
Complementary color
Monochromatic Colors of #7AF477
Black with #7AF477
Text Example
Text Example
White with #7AF477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF477; }
p { color: rgb(122,244,119); }
H1.HeaderClassName
{
color: #7AF477;
}
.AnyTagClassName
{
color: #7AF477;
}
</style>
background-color css
<style>
a { background-color: #7AF477; }
a { background-color: rgb(122,244,119); }
div.DivClassName
{
background-color: #7AF477;
}
.BgClassName
{
background-color: #7AF477;
}
</style>
border-color css
<style>
span { border-color: #7AF477; }
span { border-color: rgb(122,244,119); }
td.TdClassName
{
border-color: #7AF477;
}
.TagClassName
{
border-color: #7AF477;
}
</style>