Shades of Pastel Green #7AF57D
Tints of Pastel Green #7AF57D
RGB
CMYK
RGB Variations
Color information
#7AF57D (or 0x7AF57D) is known color: Pastel Green. HEX triplet: 7A, F5 and 7D. RGB value is (122,245,125). Sum of RGB (Red+Green+Blue) = 122+245+125=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF57D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF57D is #850A82. Grayscale: #C2C2C2. Windows color (decimal): -8718979 or 8254842. OLE color: 8254842.
HSL color Cylindrical-coordinate representation of color #7AF57D: hue angle of 121.46º 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 #7AF57D is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 125 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.04 |
| HSL | 121.46º | 0.86% | 0.72% | - |
| HSV(B) | 121.46º | 0.5% | 0.96% | - |
| XYZ | 44.38 | 70.92 | 30.75 | - |
| YUV | 194.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 125 | 0.50 | 0 | 0.49 | 0.04 | 121.46 | 0.86 | 0.72 |
| Hex | 7A | F5 | 7D | 32 | 0 | 31 | 4 | 79 | 56 | 48 |
| Octal | 172 | 365 | 175 | 62 | 0 | 61 | 4 | 171 | 126 | 110 |
| Binary | 1111010 | 11110101 | 1111101 | 110010 | 0 | 110001 | 100 | 1111001 | 1010110 | 1001000 |
Color Harmonies of #7AF57D
Complementary color
Monochromatic Colors of #7AF57D
Black with #7AF57D
Text Example
Text Example
White with #7AF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF57D; }
p { color: rgb(122,245,125); }
H1.HeaderClassName
{
color: #7AF57D;
}
.AnyTagClassName
{
color: #7AF57D;
}
</style>
background-color css
<style>
a { background-color: #7AF57D; }
a { background-color: rgb(122,245,125); }
div.DivClassName
{
background-color: #7AF57D;
}
.BgClassName
{
background-color: #7AF57D;
}
</style>
border-color css
<style>
span { border-color: #7AF57D; }
span { border-color: rgb(122,245,125); }
td.TdClassName
{
border-color: #7AF57D;
}
.TagClassName
{
border-color: #7AF57D;
}
</style>