Shades of Lawn Green #7ADF07
Tints of Lawn Green #7ADF07
RGB
CMYK
RGB Variations
Color information
#7ADF07 (or 0x7ADF07) is known color: Lawn Green. HEX triplet: 7A, DF and 07. RGB value is (122,223,7). Sum of RGB (Red+Green+Blue) = 122+223+7=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADF07 is #8520F8. Grayscale: #A8A8A8. Windows color (decimal): -8724729 or 515962. OLE color: 515962.
HSL color Cylindrical-coordinate representation of color #7ADF07: hue angle of 88.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7ADF07 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 7 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.13 |
| HSL | 88.06º | 0.94% | 0.45% | - |
| HSV(B) | 88.06º | 0.97% | 0.87% | - |
| XYZ | 34.45 | 56.93 | 9.37 | - |
| YUV | 168.18 | 37.04 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 7 | 0.45 | 0 | 0.97 | 0.13 | 88.06 | 0.94 | 0.45 |
| Hex | 7A | DF | 7 | 2D | 0 | 61 | D | 58 | 5E | 2D |
| Octal | 172 | 337 | 7 | 55 | 0 | 141 | 15 | 130 | 136 | 55 |
| Binary | 1111010 | 11011111 | 111 | 101101 | 0 | 1100001 | 1101 | 1011000 | 1011110 | 101101 |
Color Harmonies of #7ADF07
Complementary color
Monochromatic Colors of #7ADF07
Black with #7ADF07
Text Example
Text Example
White with #7ADF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF07; }
p { color: rgb(122,223,7); }
H1.HeaderClassName
{
color: #7ADF07;
}
.AnyTagClassName
{
color: #7ADF07;
}
</style>
background-color css
<style>
a { background-color: #7ADF07; }
a { background-color: rgb(122,223,7); }
div.DivClassName
{
background-color: #7ADF07;
}
.BgClassName
{
background-color: #7ADF07;
}
</style>
border-color css
<style>
span { border-color: #7ADF07; }
span { border-color: rgb(122,223,7); }
td.TdClassName
{
border-color: #7ADF07;
}
.TagClassName
{
border-color: #7ADF07;
}
</style>