Shades of Pastel Green #7AF677
Tints of Pastel Green #7AF677
RGB
CMYK
RGB Variations
Color information
#7AF677 (or 0x7AF677) is known color: Pastel Green. HEX triplet: 7A, F6 and 77. RGB value is (122,246,119). Sum of RGB (Red+Green+Blue) = 122+246+119=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF677 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF677 is #850988. Grayscale: #C2C2C2. Windows color (decimal): -8718729 or 7861882. OLE color: 7861882.
HSL color Cylindrical-coordinate representation of color #7AF677: hue angle of 118.58º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF677 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 119 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.04 |
| HSL | 118.58º | 0.88% | 0.72% | - |
| HSV(B) | 118.58º | 0.52% | 0.96% | - |
| XYZ | 44.31 | 71.38 | 28.9 | - |
| YUV | 194.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 119 | 0.50 | 0 | 0.52 | 0.04 | 118.58 | 0.88 | 0.72 |
| Hex | 7A | F6 | 77 | 32 | 0 | 34 | 4 | 77 | 58 | 48 |
| Octal | 172 | 366 | 167 | 62 | 0 | 64 | 4 | 167 | 130 | 110 |
| Binary | 1111010 | 11110110 | 1110111 | 110010 | 0 | 110100 | 100 | 1110111 | 1011000 | 1001000 |
Color Harmonies of #7AF677
Complementary color
Monochromatic Colors of #7AF677
Black with #7AF677
Text Example
Text Example
White with #7AF677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF677; }
p { color: rgb(122,246,119); }
H1.HeaderClassName
{
color: #7AF677;
}
.AnyTagClassName
{
color: #7AF677;
}
</style>
background-color css
<style>
a { background-color: #7AF677; }
a { background-color: rgb(122,246,119); }
div.DivClassName
{
background-color: #7AF677;
}
.BgClassName
{
background-color: #7AF677;
}
</style>
border-color css
<style>
span { border-color: #7AF677; }
span { border-color: rgb(122,246,119); }
td.TdClassName
{
border-color: #7AF677;
}
.TagClassName
{
border-color: #7AF677;
}
</style>