Shades of Light Green #7AF980
Tints of Light Green #7AF980
RGB
CMYK
RGB Variations
Color information
#7AF980 (or 0x7AF980) is known color: Light Green. HEX triplet: 7A, F9 and 80. RGB value is (122,249,128). Sum of RGB (Red+Green+Blue) = 122+249+128=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF980 is #85067F. Grayscale: #C5C5C5. Windows color (decimal): -8717952 or 8452474. OLE color: 8452474.
HSL color Cylindrical-coordinate representation of color #7AF980: hue angle of 122.83º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF980 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 128 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.02 |
| HSL | 122.83º | 0.91% | 0.73% | - |
| HSV(B) | 122.83º | 0.51% | 0.98% | - |
| XYZ | 45.8 | 73.45 | 32.19 | - |
| YUV | 197.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 128 | 0.51 | 0 | 0.49 | 0.02 | 122.83 | 0.91 | 0.73 |
| Hex | 7A | F9 | 80 | 33 | 0 | 31 | 2 | 7B | 5B | 49 |
| Octal | 172 | 371 | 200 | 63 | 0 | 61 | 2 | 173 | 133 | 111 |
| Binary | 1111010 | 11111001 | 10000000 | 110011 | 0 | 110001 | 10 | 1111011 | 1011011 | 1001001 |
Color Harmonies of #7AF980
Complementary color
Monochromatic Colors of #7AF980
Black with #7AF980
Text Example
Text Example
White with #7AF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF980; }
p { color: rgb(122,249,128); }
H1.HeaderClassName
{
color: #7AF980;
}
.AnyTagClassName
{
color: #7AF980;
}
</style>
background-color css
<style>
a { background-color: #7AF980; }
a { background-color: rgb(122,249,128); }
div.DivClassName
{
background-color: #7AF980;
}
.BgClassName
{
background-color: #7AF980;
}
</style>
border-color css
<style>
span { border-color: #7AF980; }
span { border-color: rgb(122,249,128); }
td.TdClassName
{
border-color: #7AF980;
}
.TagClassName
{
border-color: #7AF980;
}
</style>