Shades of Pastel Green #7AFA7C
Tints of Pastel Green #7AFA7C
RGB
CMYK
RGB Variations
Color information
#7AFA7C (or 0x7AFA7C) is known color: Pastel Green. HEX triplet: 7A, FA and 7C. RGB value is (122,250,124). Sum of RGB (Red+Green+Blue) = 122+250+124=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFA7C is #850583. Grayscale: #C5C5C5. Windows color (decimal): -8717700 or 8190586. OLE color: 8190586.
HSL color Cylindrical-coordinate representation of color #7AFA7C: hue angle of 120.94º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFA7C is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 124 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.02 |
| HSL | 120.94º | 0.93% | 0.73% | - |
| HSV(B) | 120.94º | 0.51% | 0.98% | - |
| XYZ | 45.85 | 73.96 | 30.93 | - |
| YUV | 197.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 124 | 0.51 | 0 | 0.50 | 0.02 | 120.94 | 0.93 | 0.73 |
| Hex | 7A | FA | 7C | 33 | 0 | 32 | 2 | 79 | 5D | 49 |
| Octal | 172 | 372 | 174 | 63 | 0 | 62 | 2 | 171 | 135 | 111 |
| Binary | 1111010 | 11111010 | 1111100 | 110011 | 0 | 110010 | 10 | 1111001 | 1011101 | 1001001 |
Color Harmonies of #7AFA7C
Complementary color
Monochromatic Colors of #7AFA7C
Black with #7AFA7C
Text Example
Text Example
White with #7AFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA7C; }
p { color: rgb(122,250,124); }
H1.HeaderClassName
{
color: #7AFA7C;
}
.AnyTagClassName
{
color: #7AFA7C;
}
</style>
background-color css
<style>
a { background-color: #7AFA7C; }
a { background-color: rgb(122,250,124); }
div.DivClassName
{
background-color: #7AFA7C;
}
.BgClassName
{
background-color: #7AFA7C;
}
</style>
border-color css
<style>
span { border-color: #7AFA7C; }
span { border-color: rgb(122,250,124); }
td.TdClassName
{
border-color: #7AFA7C;
}
.TagClassName
{
border-color: #7AFA7C;
}
</style>