Shades of Lawn Green #7AD205
Tints of Lawn Green #7AD205
RGB
CMYK
RGB Variations
Color information
#7AD205 (or 0x7AD205) is known color: Lawn Green. HEX triplet: 7A, D2 and 05. RGB value is (122,210,5). Sum of RGB (Red+Green+Blue) = 122+210+5=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD205 is #852DFA. Grayscale: #A1A1A1. Windows color (decimal): -8728059 or 381562. OLE color: 381562.
HSL color Cylindrical-coordinate representation of color #7AD205: hue angle of 85.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AD205 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.18 |
| HSL | 85.76º | 0.95% | 0.42% | - |
| HSV(B) | 85.76º | 0.98% | 0.82% | - |
| XYZ | 31.1 | 50.24 | 8.2 | - |
| YUV | 160.32 | 40.35 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 5 | 0.42 | 0 | 0.98 | 0.18 | 85.76 | 0.95 | 0.42 |
| Hex | 7A | D2 | 5 | 2A | 0 | 62 | 12 | 56 | 5F | 2A |
| Octal | 172 | 322 | 5 | 52 | 0 | 142 | 22 | 126 | 137 | 52 |
| Binary | 1111010 | 11010010 | 101 | 101010 | 0 | 1100010 | 10010 | 1010110 | 1011111 | 101010 |
Color Harmonies of #7AD205
Complementary color
Monochromatic Colors of #7AD205
Black with #7AD205
Text Example
Text Example
White with #7AD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD205; }
p { color: rgb(122,210,5); }
H1.HeaderClassName
{
color: #7AD205;
}
.AnyTagClassName
{
color: #7AD205;
}
</style>
background-color css
<style>
a { background-color: #7AD205; }
a { background-color: rgb(122,210,5); }
div.DivClassName
{
background-color: #7AD205;
}
.BgClassName
{
background-color: #7AD205;
}
</style>
border-color css
<style>
span { border-color: #7AD205; }
span { border-color: rgb(122,210,5); }
td.TdClassName
{
border-color: #7AD205;
}
.TagClassName
{
border-color: #7AD205;
}
</style>