Shades of Lawn Green #7DE520
Tints of Lawn Green #7DE520
RGB
CMYK
RGB Variations
Color information
#7DE520 (or 0x7DE520) is known color: Lawn Green. HEX triplet: 7D, E5 and 20. RGB value is (125,229,32). Sum of RGB (Red+Green+Blue) = 125+229+32=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE520 is #821ADF. Grayscale: #B0B0B0. Windows color (decimal): -8526560 or 2155901. OLE color: 2155901.
HSL color Cylindrical-coordinate representation of color #7DE520: hue angle of 91.68º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DE520 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 32 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.10 |
| HSL | 91.68º | 0.79% | 0.51% | - |
| HSV(B) | 91.68º | 0.86% | 0.9% | - |
| XYZ | 36.74 | 60.5 | 11.11 | - |
| YUV | 175.45 | 47.04 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 32 | 0.45 | 0 | 0.86 | 0.10 | 91.68 | 0.79 | 0.51 |
| Hex | 7D | E5 | 20 | 2D | 0 | 56 | A | 5C | 4F | 33 |
| Octal | 175 | 345 | 40 | 55 | 0 | 126 | 12 | 134 | 117 | 63 |
| Binary | 1111101 | 11100101 | 100000 | 101101 | 0 | 1010110 | 1010 | 1011100 | 1001111 | 110011 |
Color Harmonies of #7DE520
Complementary color
Monochromatic Colors of #7DE520
Black with #7DE520
Text Example
Text Example
White with #7DE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE520; }
p { color: rgb(125,229,32); }
H1.HeaderClassName
{
color: #7DE520;
}
.AnyTagClassName
{
color: #7DE520;
}
</style>
background-color css
<style>
a { background-color: #7DE520; }
a { background-color: rgb(125,229,32); }
div.DivClassName
{
background-color: #7DE520;
}
.BgClassName
{
background-color: #7DE520;
}
</style>
border-color css
<style>
span { border-color: #7DE520; }
span { border-color: rgb(125,229,32); }
td.TdClassName
{
border-color: #7DE520;
}
.TagClassName
{
border-color: #7DE520;
}
</style>