Shades of Lawn Green #7DD512
Tints of Lawn Green #7DD512
RGB
CMYK
RGB Variations
Color information
#7DD512 (or 0x7DD512) is known color: Lawn Green. HEX triplet: 7D, D5 and 12. RGB value is (125,213,18). Sum of RGB (Red+Green+Blue) = 125+213+18=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD512 is #822AED. Grayscale: #A5A5A5. Windows color (decimal): -8530670 or 1234301. OLE color: 1234301.
HSL color Cylindrical-coordinate representation of color #7DD512: hue angle of 87.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DD512 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 18 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.16 |
| HSL | 87.08º | 0.84% | 0.45% | - |
| HSV(B) | 87.08º | 0.92% | 0.84% | - |
| XYZ | 32.36 | 51.99 | 8.9 | - |
| YUV | 164.46 | 45.35 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 18 | 0.41 | 0 | 0.92 | 0.16 | 87.08 | 0.84 | 0.45 |
| Hex | 7D | D5 | 12 | 29 | 0 | 5C | 10 | 57 | 54 | 2D |
| Octal | 175 | 325 | 22 | 51 | 0 | 134 | 20 | 127 | 124 | 55 |
| Binary | 1111101 | 11010101 | 10010 | 101001 | 0 | 1011100 | 10000 | 1010111 | 1010100 | 101101 |
Color Harmonies of #7DD512
Complementary color
Monochromatic Colors of #7DD512
Black with #7DD512
Text Example
Text Example
White with #7DD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD512; }
p { color: rgb(125,213,18); }
H1.HeaderClassName
{
color: #7DD512;
}
.AnyTagClassName
{
color: #7DD512;
}
</style>
background-color css
<style>
a { background-color: #7DD512; }
a { background-color: rgb(125,213,18); }
div.DivClassName
{
background-color: #7DD512;
}
.BgClassName
{
background-color: #7DD512;
}
</style>
border-color css
<style>
span { border-color: #7DD512; }
span { border-color: rgb(125,213,18); }
td.TdClassName
{
border-color: #7DD512;
}
.TagClassName
{
border-color: #7DD512;
}
</style>