Shades of Lawn Green #7AF825
Tints of Lawn Green #7AF825
RGB
CMYK
RGB Variations
Color information
#7AF825 (or 0x7AF825) is known color: Lawn Green. HEX triplet: 7A, F8 and 25. RGB value is (122,248,37). Sum of RGB (Red+Green+Blue) = 122+248+37=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 248 (97.27% from 255 or 60.93% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF825 is #8507DA. Grayscale: #BABABA. Windows color (decimal): -8718299 or 2488442. OLE color: 2488442.
HSL color Cylindrical-coordinate representation of color #7AF825: hue angle of 95.83º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AF825 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 37 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.03 |
| HSL | 95.83º | 0.94% | 0.56% | - |
| HSV(B) | 95.83º | 0.85% | 0.97% | - |
| XYZ | 41.93 | 71.41 | 13.32 | - |
| YUV | 186.27 | 43.76 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 37 | 0.51 | 0 | 0.85 | 0.03 | 95.83 | 0.94 | 0.56 |
| Hex | 7A | F8 | 25 | 33 | 0 | 55 | 3 | 60 | 5E | 38 |
| Octal | 172 | 370 | 45 | 63 | 0 | 125 | 3 | 140 | 136 | 70 |
| Binary | 1111010 | 11111000 | 100101 | 110011 | 0 | 1010101 | 11 | 1100000 | 1011110 | 111000 |
Color Harmonies of #7AF825
Complementary color
Monochromatic Colors of #7AF825
Black with #7AF825
Text Example
Text Example
White with #7AF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF825; }
p { color: rgb(122,248,37); }
H1.HeaderClassName
{
color: #7AF825;
}
.AnyTagClassName
{
color: #7AF825;
}
</style>
background-color css
<style>
a { background-color: #7AF825; }
a { background-color: rgb(122,248,37); }
div.DivClassName
{
background-color: #7AF825;
}
.BgClassName
{
background-color: #7AF825;
}
</style>
border-color css
<style>
span { border-color: #7AF825; }
span { border-color: rgb(122,248,37); }
td.TdClassName
{
border-color: #7AF825;
}
.TagClassName
{
border-color: #7AF825;
}
</style>