Shades of Lawn Green #7AF700
Tints of Lawn Green #7AF700
RGB
CMYK
RGB Variations
Color information
#7AF700 (or 0x7AF700) is known color: Lawn Green. HEX triplet: 7A, F7 and 00. RGB value is (122,247,0). Sum of RGB (Red+Green+Blue) = 122+247+0=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF700 is #8508FF. Grayscale: #B6B6B6. Windows color (decimal): -8718592 or 63354. OLE color: 63354.
HSL color Cylindrical-coordinate representation of color #7AF700: hue angle of 90.36º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AF700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.03 |
| HSL | 90.36º | 1% | 0.48% | - |
| HSV(B) | 90.36º | 1% | 0.97% | - |
| XYZ | 41.29 | 70.66 | 11.46 | - |
| YUV | 181.47 | 25.59 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 0 | 0.51 | 0 | 1 | 0.03 | 90.36 | 1 | 0.48 |
| Hex | 7A | F7 | 0 | 33 | 0 | 64 | 3 | 5A | 64 | 30 |
| Octal | 172 | 367 | 0 | 63 | 0 | 144 | 3 | 132 | 144 | 60 |
| Binary | 1111010 | 11110111 | 0 | 110011 | 0 | 1100100 | 11 | 1011010 | 1100100 | 110000 |
Color Harmonies of #7AF700
Complementary color
Monochromatic Colors of #7AF700
Black with #7AF700
Text Example
Text Example
White with #7AF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF700; }
p { color: rgb(122,247,0); }
H1.HeaderClassName
{
color: #7AF700;
}
.AnyTagClassName
{
color: #7AF700;
}
</style>
background-color css
<style>
a { background-color: #7AF700; }
a { background-color: rgb(122,247,0); }
div.DivClassName
{
background-color: #7AF700;
}
.BgClassName
{
background-color: #7AF700;
}
</style>
border-color css
<style>
span { border-color: #7AF700; }
span { border-color: rgb(122,247,0); }
td.TdClassName
{
border-color: #7AF700;
}
.TagClassName
{
border-color: #7AF700;
}
</style>