Shades of Lawn Green #7DDC10
Tints of Lawn Green #7DDC10
RGB
CMYK
RGB Variations
Color information
#7DDC10 (or 0x7DDC10) is known color: Lawn Green. HEX triplet: 7D, DC and 10. RGB value is (125,220,16). Sum of RGB (Red+Green+Blue) = 125+220+16=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDC10 is #8223EF. Grayscale: #A9A9A9. Windows color (decimal): -8528880 or 1105021. OLE color: 1105021.
HSL color Cylindrical-coordinate representation of color #7DDC10: hue angle of 87.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DDC10 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 16 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.14 |
| HSL | 87.94º | 0.86% | 0.46% | - |
| HSV(B) | 87.94º | 0.93% | 0.86% | - |
| XYZ | 34.14 | 55.58 | 9.42 | - |
| YUV | 168.34 | 42.03 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 16 | 0.43 | 0 | 0.93 | 0.14 | 87.94 | 0.86 | 0.46 |
| Hex | 7D | DC | 10 | 2B | 0 | 5D | E | 58 | 56 | 2E |
| Octal | 175 | 334 | 20 | 53 | 0 | 135 | 16 | 130 | 126 | 56 |
| Binary | 1111101 | 11011100 | 10000 | 101011 | 0 | 1011101 | 1110 | 1011000 | 1010110 | 101110 |
Color Harmonies of #7DDC10
Complementary color
Monochromatic Colors of #7DDC10
Black with #7DDC10
Text Example
Text Example
White with #7DDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC10; }
p { color: rgb(125,220,16); }
H1.HeaderClassName
{
color: #7DDC10;
}
.AnyTagClassName
{
color: #7DDC10;
}
</style>
background-color css
<style>
a { background-color: #7DDC10; }
a { background-color: rgb(125,220,16); }
div.DivClassName
{
background-color: #7DDC10;
}
.BgClassName
{
background-color: #7DDC10;
}
</style>
border-color css
<style>
span { border-color: #7DDC10; }
span { border-color: rgb(125,220,16); }
td.TdClassName
{
border-color: #7DDC10;
}
.TagClassName
{
border-color: #7DDC10;
}
</style>