Shades of Lawn Green #7AF510
Tints of Lawn Green #7AF510
RGB
CMYK
RGB Variations
Color information
#7AF510 (or 0x7AF510) is known color: Lawn Green. HEX triplet: 7A, F5 and 10. RGB value is (122,245,16). Sum of RGB (Red+Green+Blue) = 122+245+16=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF510 is #850AEF. Grayscale: #B6B6B6. Windows color (decimal): -8719088 or 1111418. OLE color: 1111418.
HSL color Cylindrical-coordinate representation of color #7AF510: hue angle of 92.23º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF510 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 16 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.04 |
| HSL | 92.23º | 0.92% | 0.51% | - |
| HSV(B) | 92.23º | 0.93% | 0.96% | - |
| XYZ | 40.77 | 69.48 | 11.75 | - |
| YUV | 182.12 | 34.25 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 16 | 0.50 | 0 | 0.93 | 0.04 | 92.23 | 0.92 | 0.51 |
| Hex | 7A | F5 | 10 | 32 | 0 | 5D | 4 | 5C | 5C | 33 |
| Octal | 172 | 365 | 20 | 62 | 0 | 135 | 4 | 134 | 134 | 63 |
| Binary | 1111010 | 11110101 | 10000 | 110010 | 0 | 1011101 | 100 | 1011100 | 1011100 | 110011 |
Color Harmonies of #7AF510
Complementary color
Monochromatic Colors of #7AF510
Black with #7AF510
Text Example
Text Example
White with #7AF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF510; }
p { color: rgb(122,245,16); }
H1.HeaderClassName
{
color: #7AF510;
}
.AnyTagClassName
{
color: #7AF510;
}
</style>
background-color css
<style>
a { background-color: #7AF510; }
a { background-color: rgb(122,245,16); }
div.DivClassName
{
background-color: #7AF510;
}
.BgClassName
{
background-color: #7AF510;
}
</style>
border-color css
<style>
span { border-color: #7AF510; }
span { border-color: rgb(122,245,16); }
td.TdClassName
{
border-color: #7AF510;
}
.TagClassName
{
border-color: #7AF510;
}
</style>