Shades of Light Green #7AF982
Tints of Light Green #7AF982
RGB
CMYK
RGB Variations
Color information
#7AF982 (or 0x7AF982) is known color: Light Green. HEX triplet: 7A, F9 and 82. RGB value is (122,249,130). Sum of RGB (Red+Green+Blue) = 122+249+130=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF982 is #85067D. Grayscale: #C5C5C5. Windows color (decimal): -8717950 or 8583546. OLE color: 8583546.
HSL color Cylindrical-coordinate representation of color #7AF982: hue angle of 123.78º 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 #7AF982 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 130 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.02 |
| HSL | 123.78º | 0.91% | 0.73% | - |
| HSV(B) | 123.78º | 0.51% | 0.98% | - |
| XYZ | 45.93 | 73.5 | 32.89 | - |
| YUV | 197.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 130 | 0.51 | 0 | 0.48 | 0.02 | 123.78 | 0.91 | 0.73 |
| Hex | 7A | F9 | 82 | 33 | 0 | 30 | 2 | 7C | 5B | 49 |
| Octal | 172 | 371 | 202 | 63 | 0 | 60 | 2 | 174 | 133 | 111 |
| Binary | 1111010 | 11111001 | 10000010 | 110011 | 0 | 110000 | 10 | 1111100 | 1011011 | 1001001 |
Color Harmonies of #7AF982
Complementary color
Monochromatic Colors of #7AF982
Black with #7AF982
Text Example
Text Example
White with #7AF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF982; }
p { color: rgb(122,249,130); }
H1.HeaderClassName
{
color: #7AF982;
}
.AnyTagClassName
{
color: #7AF982;
}
</style>
background-color css
<style>
a { background-color: #7AF982; }
a { background-color: rgb(122,249,130); }
div.DivClassName
{
background-color: #7AF982;
}
.BgClassName
{
background-color: #7AF982;
}
</style>
border-color css
<style>
span { border-color: #7AF982; }
span { border-color: rgb(122,249,130); }
td.TdClassName
{
border-color: #7AF982;
}
.TagClassName
{
border-color: #7AF982;
}
</style>