Shades of Lawn Green #7AF525
Tints of Lawn Green #7AF525
RGB
CMYK
RGB Variations
Color information
#7AF525 (or 0x7AF525) is known color: Lawn Green. HEX triplet: 7A, F5 and 25. RGB value is (122,245,37). Sum of RGB (Red+Green+Blue) = 122+245+37=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 245 (96.09% from 255 or 60.64% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF525 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF525 is #850ADA. Grayscale: #B9B9B9. Windows color (decimal): -8719067 or 2487674. OLE color: 2487674.
HSL color Cylindrical-coordinate representation of color #7AF525: hue angle of 95.48º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AF525 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 37 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.04 |
| HSL | 95.48º | 0.91% | 0.55% | - |
| HSV(B) | 95.48º | 0.85% | 0.96% | - |
| XYZ | 41.01 | 69.58 | 13.02 | - |
| YUV | 184.51 | 44.75 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 37 | 0.50 | 0 | 0.85 | 0.04 | 95.48 | 0.91 | 0.55 |
| Hex | 7A | F5 | 25 | 32 | 0 | 55 | 4 | 5F | 5B | 37 |
| Octal | 172 | 365 | 45 | 62 | 0 | 125 | 4 | 137 | 133 | 67 |
| Binary | 1111010 | 11110101 | 100101 | 110010 | 0 | 1010101 | 100 | 1011111 | 1011011 | 110111 |
Color Harmonies of #7AF525
Complementary color
Monochromatic Colors of #7AF525
Black with #7AF525
Text Example
Text Example
White with #7AF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF525; }
p { color: rgb(122,245,37); }
H1.HeaderClassName
{
color: #7AF525;
}
.AnyTagClassName
{
color: #7AF525;
}
</style>
background-color css
<style>
a { background-color: #7AF525; }
a { background-color: rgb(122,245,37); }
div.DivClassName
{
background-color: #7AF525;
}
.BgClassName
{
background-color: #7AF525;
}
</style>
border-color css
<style>
span { border-color: #7AF525; }
span { border-color: rgb(122,245,37); }
td.TdClassName
{
border-color: #7AF525;
}
.TagClassName
{
border-color: #7AF525;
}
</style>