Shades of Pastel Green #7AF578
Tints of Pastel Green #7AF578
RGB
CMYK
RGB Variations
Color information
#7AF578 (or 0x7AF578) is known color: Pastel Green. HEX triplet: 7A, F5 and 78. RGB value is (122,245,120). Sum of RGB (Red+Green+Blue) = 122+245+120=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF578 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF578 is #850A87. Grayscale: #C2C2C2. Windows color (decimal): -8718984 or 7927162. OLE color: 7927162.
HSL color Cylindrical-coordinate representation of color #7AF578: hue angle of 119.04º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF578 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 120 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.04 |
| HSL | 119.04º | 0.86% | 0.72% | - |
| HSV(B) | 119.04º | 0.51% | 0.96% | - |
| XYZ | 44.07 | 70.8 | 29.11 | - |
| YUV | 193.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 120 | 0.50 | 0 | 0.51 | 0.04 | 119.04 | 0.86 | 0.72 |
| Hex | 7A | F5 | 78 | 32 | 0 | 33 | 4 | 77 | 56 | 48 |
| Octal | 172 | 365 | 170 | 62 | 0 | 63 | 4 | 167 | 126 | 110 |
| Binary | 1111010 | 11110101 | 1111000 | 110010 | 0 | 110011 | 100 | 1110111 | 1010110 | 1001000 |
Color Harmonies of #7AF578
Complementary color
Monochromatic Colors of #7AF578
Black with #7AF578
Text Example
Text Example
White with #7AF578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF578; }
p { color: rgb(122,245,120); }
H1.HeaderClassName
{
color: #7AF578;
}
.AnyTagClassName
{
color: #7AF578;
}
</style>
background-color css
<style>
a { background-color: #7AF578; }
a { background-color: rgb(122,245,120); }
div.DivClassName
{
background-color: #7AF578;
}
.BgClassName
{
background-color: #7AF578;
}
</style>
border-color css
<style>
span { border-color: #7AF578; }
span { border-color: rgb(122,245,120); }
td.TdClassName
{
border-color: #7AF578;
}
.TagClassName
{
border-color: #7AF578;
}
</style>