Shades of Lawn Green #7AFD32
Tints of Lawn Green #7AFD32
RGB
CMYK
RGB Variations
Color information
#7AFD32 (or 0x7AFD32) is known color: Lawn Green. HEX triplet: 7A, FD and 32. RGB value is (122,253,50). Sum of RGB (Red+Green+Blue) = 122+253+50=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFD32 is #8502CD. Grayscale: #BFBFBF. Windows color (decimal): -8717006 or 3341690. OLE color: 3341690.
HSL color Cylindrical-coordinate representation of color #7AFD32: hue angle of 98.72º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AFD32 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 50 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.01 |
| HSL | 98.72º | 0.98% | 0.59% | - |
| HSV(B) | 98.72º | 0.8% | 0.99% | - |
| XYZ | 43.73 | 74.62 | 15.12 | - |
| YUV | 190.69 | 48.6 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 50 | 0.52 | 0 | 0.80 | 0.01 | 98.72 | 0.98 | 0.59 |
| Hex | 7A | FD | 32 | 34 | 0 | 50 | 1 | 63 | 62 | 3B |
| Octal | 172 | 375 | 62 | 64 | 0 | 120 | 1 | 143 | 142 | 73 |
| Binary | 1111010 | 11111101 | 110010 | 110100 | 0 | 1010000 | 1 | 1100011 | 1100010 | 111011 |
Color Harmonies of #7AFD32
Complementary color
Monochromatic Colors of #7AFD32
Black with #7AFD32
Text Example
Text Example
White with #7AFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFD32; }
p { color: rgb(122,253,50); }
H1.HeaderClassName
{
color: #7AFD32;
}
.AnyTagClassName
{
color: #7AFD32;
}
</style>
background-color css
<style>
a { background-color: #7AFD32; }
a { background-color: rgb(122,253,50); }
div.DivClassName
{
background-color: #7AFD32;
}
.BgClassName
{
background-color: #7AFD32;
}
</style>
border-color css
<style>
span { border-color: #7AFD32; }
span { border-color: rgb(122,253,50); }
td.TdClassName
{
border-color: #7AFD32;
}
.TagClassName
{
border-color: #7AFD32;
}
</style>