Shades of Pastel Green #7AF57C
Tints of Pastel Green #7AF57C
RGB
CMYK
RGB Variations
Color information
#7AF57C (or 0x7AF57C) is known color: Pastel Green. HEX triplet: 7A, F5 and 7C. RGB value is (122,245,124). Sum of RGB (Red+Green+Blue) = 122+245+124=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF57C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF57C is #850A83. Grayscale: #C2C2C2. Windows color (decimal): -8718980 or 8189306. OLE color: 8189306.
HSL color Cylindrical-coordinate representation of color #7AF57C: hue angle of 120.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF57C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 124 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.04 |
| HSL | 120.98º | 0.86% | 0.72% | - |
| HSV(B) | 120.98º | 0.5% | 0.96% | - |
| XYZ | 44.32 | 70.9 | 30.42 | - |
| YUV | 194.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 124 | 0.50 | 0 | 0.49 | 0.04 | 120.98 | 0.86 | 0.72 |
| Hex | 7A | F5 | 7C | 32 | 0 | 31 | 4 | 79 | 56 | 48 |
| Octal | 172 | 365 | 174 | 62 | 0 | 61 | 4 | 171 | 126 | 110 |
| Binary | 1111010 | 11110101 | 1111100 | 110010 | 0 | 110001 | 100 | 1111001 | 1010110 | 1001000 |
Color Harmonies of #7AF57C
Complementary color
Monochromatic Colors of #7AF57C
Black with #7AF57C
Text Example
Text Example
White with #7AF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF57C; }
p { color: rgb(122,245,124); }
H1.HeaderClassName
{
color: #7AF57C;
}
.AnyTagClassName
{
color: #7AF57C;
}
</style>
background-color css
<style>
a { background-color: #7AF57C; }
a { background-color: rgb(122,245,124); }
div.DivClassName
{
background-color: #7AF57C;
}
.BgClassName
{
background-color: #7AF57C;
}
</style>
border-color css
<style>
span { border-color: #7AF57C; }
span { border-color: rgb(122,245,124); }
td.TdClassName
{
border-color: #7AF57C;
}
.TagClassName
{
border-color: #7AF57C;
}
</style>