Shades of Lawn Green #7DD60D
Tints of Lawn Green #7DD60D
RGB
CMYK
RGB Variations
Color information
#7DD60D (or 0x7DD60D) is known color: Lawn Green. HEX triplet: 7D, D6 and 0D. RGB value is (125,214,13). Sum of RGB (Red+Green+Blue) = 125+214+13=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD60D is #8229F2. Grayscale: #A5A5A5. Windows color (decimal): -8530419 or 906877. OLE color: 906877.
HSL color Cylindrical-coordinate representation of color #7DD60D: hue angle of 86.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DD60D is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 13 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.16 |
| HSL | 86.57º | 0.89% | 0.45% | - |
| HSV(B) | 86.57º | 0.94% | 0.84% | - |
| XYZ | 32.58 | 52.48 | 8.79 | - |
| YUV | 164.48 | 42.51 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 13 | 0.42 | 0 | 0.94 | 0.16 | 86.57 | 0.89 | 0.45 |
| Hex | 7D | D6 | D | 2A | 0 | 5E | 10 | 57 | 59 | 2D |
| Octal | 175 | 326 | 15 | 52 | 0 | 136 | 20 | 127 | 131 | 55 |
| Binary | 1111101 | 11010110 | 1101 | 101010 | 0 | 1011110 | 10000 | 1010111 | 1011001 | 101101 |
Color Harmonies of #7DD60D
Complementary color
Monochromatic Colors of #7DD60D
Black with #7DD60D
Text Example
Text Example
White with #7DD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD60D; }
p { color: rgb(125,214,13); }
H1.HeaderClassName
{
color: #7DD60D;
}
.AnyTagClassName
{
color: #7DD60D;
}
</style>
background-color css
<style>
a { background-color: #7DD60D; }
a { background-color: rgb(125,214,13); }
div.DivClassName
{
background-color: #7DD60D;
}
.BgClassName
{
background-color: #7DD60D;
}
</style>
border-color css
<style>
span { border-color: #7DD60D; }
span { border-color: rgb(125,214,13); }
td.TdClassName
{
border-color: #7DD60D;
}
.TagClassName
{
border-color: #7DD60D;
}
</style>