Shades of Pastel Green #7AF471
Tints of Pastel Green #7AF471
RGB
CMYK
RGB Variations
Color information
#7AF471 (or 0x7AF471) is known color: Pastel Green. HEX triplet: 7A, F4 and 71. RGB value is (122,244,113). Sum of RGB (Red+Green+Blue) = 122+244+113=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF471 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF471 is #850B8E. Grayscale: #C0C0C0. Windows color (decimal): -8719247 or 7468154. OLE color: 7468154.
HSL color Cylindrical-coordinate representation of color #7AF471: hue angle of 115.88º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AF471 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 113 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.04 |
| HSL | 115.88º | 0.86% | 0.7% | - |
| HSV(B) | 115.88º | 0.54% | 0.96% | - |
| XYZ | 43.36 | 70.03 | 26.85 | - |
| YUV | 192.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 113 | 0.5 | 0 | 0.54 | 0.04 | 115.88 | 0.86 | 0.7 |
| Hex | 7A | F4 | 71 | 32 | 0 | 36 | 4 | 74 | 56 | 46 |
| Octal | 172 | 364 | 161 | 62 | 0 | 66 | 4 | 164 | 126 | 106 |
| Binary | 1111010 | 11110100 | 1110001 | 110010 | 0 | 110110 | 100 | 1110100 | 1010110 | 1000110 |
Color Harmonies of #7AF471
Complementary color
Monochromatic Colors of #7AF471
Black with #7AF471
Text Example
Text Example
White with #7AF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF471; }
p { color: rgb(122,244,113); }
H1.HeaderClassName
{
color: #7AF471;
}
.AnyTagClassName
{
color: #7AF471;
}
</style>
background-color css
<style>
a { background-color: #7AF471; }
a { background-color: rgb(122,244,113); }
div.DivClassName
{
background-color: #7AF471;
}
.BgClassName
{
background-color: #7AF471;
}
</style>
border-color css
<style>
span { border-color: #7AF471; }
span { border-color: rgb(122,244,113); }
td.TdClassName
{
border-color: #7AF471;
}
.TagClassName
{
border-color: #7AF471;
}
</style>