Shades of Light Green #7AF497
Tints of Light Green #7AF497
RGB
CMYK
RGB Variations
Color information
#7AF497 (or 0x7AF497) is known color: Light Green. HEX triplet: 7A, F4 and 97. RGB value is (122,244,151). Sum of RGB (Red+Green+Blue) = 122+244+151=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF497 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF497 is #850B68. Grayscale: #C5C5C5. Windows color (decimal): -8719209 or 9958522. OLE color: 9958522.
HSL color Cylindrical-coordinate representation of color #7AF497: hue angle of 134.26º degrees, saturation: 0.85, 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 #7AF497 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 151 | - |
| CMYK | 0.5 | 0 | 0.38 | 0.04 |
| HSL | 134.26º | 0.85% | 0.72% | - |
| HSV(B) | 134.26º | 0.5% | 0.96% | - |
| XYZ | 45.96 | 71.07 | 40.57 | - |
| YUV | 196.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 151 | 0.5 | 0 | 0.38 | 0.04 | 134.26 | 0.85 | 0.72 |
| Hex | 7A | F4 | 97 | 32 | 0 | 26 | 4 | 86 | 55 | 48 |
| Octal | 172 | 364 | 227 | 62 | 0 | 46 | 4 | 206 | 125 | 110 |
| Binary | 1111010 | 11110100 | 10010111 | 110010 | 0 | 100110 | 100 | 10000110 | 1010101 | 1001000 |
Color Harmonies of #7AF497
Complementary color
Monochromatic Colors of #7AF497
Black with #7AF497
Text Example
Text Example
White with #7AF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF497; }
p { color: rgb(122,244,151); }
H1.HeaderClassName
{
color: #7AF497;
}
.AnyTagClassName
{
color: #7AF497;
}
</style>
background-color css
<style>
a { background-color: #7AF497; }
a { background-color: rgb(122,244,151); }
div.DivClassName
{
background-color: #7AF497;
}
.BgClassName
{
background-color: #7AF497;
}
</style>
border-color css
<style>
span { border-color: #7AF497; }
span { border-color: rgb(122,244,151); }
td.TdClassName
{
border-color: #7AF497;
}
.TagClassName
{
border-color: #7AF497;
}
</style>