Shades of Lawn Green #7AF211
Tints of Lawn Green #7AF211
RGB
CMYK
RGB Variations
Color information
#7AF211 (or 0x7AF211) is known color: Lawn Green. HEX triplet: 7A, F2 and 11. RGB value is (122,242,17). Sum of RGB (Red+Green+Blue) = 122+242+17=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF211 is #850DEE. Grayscale: #B5B5B5. Windows color (decimal): -8719855 or 1176186. OLE color: 1176186.
HSL color Cylindrical-coordinate representation of color #7AF211: hue angle of 92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF211 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 17 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.05 |
| HSL | 92º | 0.9% | 0.51% | - |
| HSV(B) | 92º | 0.93% | 0.95% | - |
| XYZ | 39.88 | 67.68 | 11.49 | - |
| YUV | 180.47 | 35.74 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 17 | 0.50 | 0 | 0.93 | 0.05 | 92 | 0.9 | 0.51 |
| Hex | 7A | F2 | 11 | 32 | 0 | 5D | 5 | 5C | 5A | 33 |
| Octal | 172 | 362 | 21 | 62 | 0 | 135 | 5 | 134 | 132 | 63 |
| Binary | 1111010 | 11110010 | 10001 | 110010 | 0 | 1011101 | 101 | 1011100 | 1011010 | 110011 |
Color Harmonies of #7AF211
Complementary color
Monochromatic Colors of #7AF211
Black with #7AF211
Text Example
Text Example
White with #7AF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF211; }
p { color: rgb(122,242,17); }
H1.HeaderClassName
{
color: #7AF211;
}
.AnyTagClassName
{
color: #7AF211;
}
</style>
background-color css
<style>
a { background-color: #7AF211; }
a { background-color: rgb(122,242,17); }
div.DivClassName
{
background-color: #7AF211;
}
.BgClassName
{
background-color: #7AF211;
}
</style>
border-color css
<style>
span { border-color: #7AF211; }
span { border-color: rgb(122,242,17); }
td.TdClassName
{
border-color: #7AF211;
}
.TagClassName
{
border-color: #7AF211;
}
</style>