Shades of Lawn Green #7ADB04
Tints of Lawn Green #7ADB04
RGB
CMYK
RGB Variations
Color information
#7ADB04 (or 0x7ADB04) is known color: Lawn Green. HEX triplet: 7A, DB and 04. RGB value is (122,219,4). Sum of RGB (Red+Green+Blue) = 122+219+4=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADB04 is #8524FB. Grayscale: #A6A6A6. Windows color (decimal): -8725756 or 318330. OLE color: 318330.
HSL color Cylindrical-coordinate representation of color #7ADB04: hue angle of 87.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7ADB04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.14 |
| HSL | 87.07º | 0.96% | 0.44% | - |
| HSV(B) | 87.07º | 0.98% | 0.86% | - |
| XYZ | 33.38 | 54.81 | 8.93 | - |
| YUV | 165.49 | 36.86 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 4 | 0.44 | 0 | 0.98 | 0.14 | 87.07 | 0.96 | 0.44 |
| Hex | 7A | DB | 4 | 2C | 0 | 62 | E | 57 | 60 | 2C |
| Octal | 172 | 333 | 4 | 54 | 0 | 142 | 16 | 127 | 140 | 54 |
| Binary | 1111010 | 11011011 | 100 | 101100 | 0 | 1100010 | 1110 | 1010111 | 1100000 | 101100 |
Color Harmonies of #7ADB04
Complementary color
Monochromatic Colors of #7ADB04
Black with #7ADB04
Text Example
Text Example
White with #7ADB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB04; }
p { color: rgb(122,219,4); }
H1.HeaderClassName
{
color: #7ADB04;
}
.AnyTagClassName
{
color: #7ADB04;
}
</style>
background-color css
<style>
a { background-color: #7ADB04; }
a { background-color: rgb(122,219,4); }
div.DivClassName
{
background-color: #7ADB04;
}
.BgClassName
{
background-color: #7ADB04;
}
</style>
border-color css
<style>
span { border-color: #7ADB04; }
span { border-color: rgb(122,219,4); }
td.TdClassName
{
border-color: #7ADB04;
}
.TagClassName
{
border-color: #7ADB04;
}
</style>