Shades of Lawn Green #7DED20
Tints of Lawn Green #7DED20
RGB
CMYK
RGB Variations
Color information
#7DED20 (or 0x7DED20) is known color: Lawn Green. HEX triplet: 7D, ED and 20. RGB value is (125,237,32). Sum of RGB (Red+Green+Blue) = 125+237+32=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED20 is #8212DF. Grayscale: #B4B4B4. Windows color (decimal): -8524512 or 2157949. OLE color: 2157949.
HSL color Cylindrical-coordinate representation of color #7DED20: hue angle of 92.78º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DED20 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 32 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.07 |
| HSL | 92.78º | 0.85% | 0.53% | - |
| HSV(B) | 92.78º | 0.86% | 0.93% | - |
| XYZ | 39 | 65.03 | 11.86 | - |
| YUV | 180.14 | 44.39 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 32 | 0.47 | 0 | 0.86 | 0.07 | 92.78 | 0.85 | 0.53 |
| Hex | 7D | ED | 20 | 2F | 0 | 56 | 7 | 5D | 55 | 35 |
| Octal | 175 | 355 | 40 | 57 | 0 | 126 | 7 | 135 | 125 | 65 |
| Binary | 1111101 | 11101101 | 100000 | 101111 | 0 | 1010110 | 111 | 1011101 | 1010101 | 110101 |
Color Harmonies of #7DED20
Complementary color
Monochromatic Colors of #7DED20
Black with #7DED20
Text Example
Text Example
White with #7DED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED20; }
p { color: rgb(125,237,32); }
H1.HeaderClassName
{
color: #7DED20;
}
.AnyTagClassName
{
color: #7DED20;
}
</style>
background-color css
<style>
a { background-color: #7DED20; }
a { background-color: rgb(125,237,32); }
div.DivClassName
{
background-color: #7DED20;
}
.BgClassName
{
background-color: #7DED20;
}
</style>
border-color css
<style>
span { border-color: #7DED20; }
span { border-color: rgb(125,237,32); }
td.TdClassName
{
border-color: #7DED20;
}
.TagClassName
{
border-color: #7DED20;
}
</style>