Shades of Pastel Green #7AF77A
Tints of Pastel Green #7AF77A
RGB
CMYK
RGB Variations
Color information
#7AF77A (or 0x7AF77A) is known color: Pastel Green. HEX triplet: 7A, F7 and 7A. RGB value is (122,247,122). Sum of RGB (Red+Green+Blue) = 122+247+122=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF77A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF77A is #850885. Grayscale: #C3C3C3. Windows color (decimal): -8718470 or 8058746. OLE color: 8058746.
HSL color Cylindrical-coordinate representation of color #7AF77A: hue angle of 120º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF77A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 122 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.03 |
| HSL | 120º | 0.89% | 0.72% | - |
| HSV(B) | 120º | 0.51% | 0.97% | - |
| XYZ | 44.8 | 72.06 | 29.96 | - |
| YUV | 195.38 | 86.59 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 122 | 0.51 | 0 | 0.51 | 0.03 | 120 | 0.89 | 0.72 |
| Hex | 7A | F7 | 7A | 33 | 0 | 33 | 3 | 78 | 59 | 48 |
| Octal | 172 | 367 | 172 | 63 | 0 | 63 | 3 | 170 | 131 | 110 |
| Binary | 1111010 | 11110111 | 1111010 | 110011 | 0 | 110011 | 11 | 1111000 | 1011001 | 1001000 |
Color Harmonies of #7AF77A
Complementary color
Monochromatic Colors of #7AF77A
Black with #7AF77A
Text Example
Text Example
White with #7AF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF77A; }
p { color: rgb(122,247,122); }
H1.HeaderClassName
{
color: #7AF77A;
}
.AnyTagClassName
{
color: #7AF77A;
}
</style>
background-color css
<style>
a { background-color: #7AF77A; }
a { background-color: rgb(122,247,122); }
div.DivClassName
{
background-color: #7AF77A;
}
.BgClassName
{
background-color: #7AF77A;
}
</style>
border-color css
<style>
span { border-color: #7AF77A; }
span { border-color: rgb(122,247,122); }
td.TdClassName
{
border-color: #7AF77A;
}
.TagClassName
{
border-color: #7AF77A;
}
</style>