Shades of Lawn Green #7AFA32
Tints of Lawn Green #7AFA32
RGB
CMYK
RGB Variations
Color information
#7AFA32 (or 0x7AFA32) is known color: Lawn Green. HEX triplet: 7A, FA and 32. RGB value is (122,250,50). Sum of RGB (Red+Green+Blue) = 122+250+50=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFA32 is #8505CD. Grayscale: #BDBDBD. Windows color (decimal): -8717774 or 3340922. OLE color: 3340922.
HSL color Cylindrical-coordinate representation of color #7AFA32: hue angle of 98.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AFA32 is Cyan = 0.51, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 50 | - |
| CMYK | 0.51 | 0 | 0.8 | 0.02 |
| HSL | 98.4º | 0.95% | 0.59% | - |
| HSV(B) | 98.4º | 0.8% | 0.98% | - |
| XYZ | 42.79 | 72.74 | 14.8 | - |
| YUV | 188.93 | 49.59 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 50 | 0.51 | 0 | 0.8 | 0.02 | 98.4 | 0.95 | 0.59 |
| Hex | 7A | FA | 32 | 33 | 0 | 50 | 2 | 62 | 5F | 3B |
| Octal | 172 | 372 | 62 | 63 | 0 | 120 | 2 | 142 | 137 | 73 |
| Binary | 1111010 | 11111010 | 110010 | 110011 | 0 | 1010000 | 10 | 1100010 | 1011111 | 111011 |
Color Harmonies of #7AFA32
Complementary color
Monochromatic Colors of #7AFA32
Black with #7AFA32
Text Example
Text Example
White with #7AFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA32; }
p { color: rgb(122,250,50); }
H1.HeaderClassName
{
color: #7AFA32;
}
.AnyTagClassName
{
color: #7AFA32;
}
</style>
background-color css
<style>
a { background-color: #7AFA32; }
a { background-color: rgb(122,250,50); }
div.DivClassName
{
background-color: #7AFA32;
}
.BgClassName
{
background-color: #7AFA32;
}
</style>
border-color css
<style>
span { border-color: #7AFA32; }
span { border-color: rgb(122,250,50); }
td.TdClassName
{
border-color: #7AFA32;
}
.TagClassName
{
border-color: #7AFA32;
}
</style>