Shades of Pastel Green #7AF575
Tints of Pastel Green #7AF575
RGB
CMYK
RGB Variations
Color information
#7AF575 (or 0x7AF575) is known color: Pastel Green. HEX triplet: 7A, F5 and 75. RGB value is (122,245,117). Sum of RGB (Red+Green+Blue) = 122+245+117=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF575 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF575 is #850A8A. Grayscale: #C2C2C2. Windows color (decimal): -8718987 or 7730554. OLE color: 7730554.
HSL color Cylindrical-coordinate representation of color #7AF575: hue angle of 117.66º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF575 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 117 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.04 |
| HSL | 117.66º | 0.86% | 0.71% | - |
| HSV(B) | 117.66º | 0.52% | 0.96% | - |
| XYZ | 43.89 | 70.73 | 28.17 | - |
| YUV | 193.63 | 84.75 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 117 | 0.50 | 0 | 0.52 | 0.04 | 117.66 | 0.86 | 0.71 |
| Hex | 7A | F5 | 75 | 32 | 0 | 34 | 4 | 76 | 56 | 47 |
| Octal | 172 | 365 | 165 | 62 | 0 | 64 | 4 | 166 | 126 | 107 |
| Binary | 1111010 | 11110101 | 1110101 | 110010 | 0 | 110100 | 100 | 1110110 | 1010110 | 1000111 |
Color Harmonies of #7AF575
Complementary color
Monochromatic Colors of #7AF575
Black with #7AF575
Text Example
Text Example
White with #7AF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF575; }
p { color: rgb(122,245,117); }
H1.HeaderClassName
{
color: #7AF575;
}
.AnyTagClassName
{
color: #7AF575;
}
</style>
background-color css
<style>
a { background-color: #7AF575; }
a { background-color: rgb(122,245,117); }
div.DivClassName
{
background-color: #7AF575;
}
.BgClassName
{
background-color: #7AF575;
}
</style>
border-color css
<style>
span { border-color: #7AF575; }
span { border-color: rgb(122,245,117); }
td.TdClassName
{
border-color: #7AF575;
}
.TagClassName
{
border-color: #7AF575;
}
</style>