Shades of Lawn Green #7DDA0D
Tints of Lawn Green #7DDA0D
RGB
CMYK
RGB Variations
Color information
#7DDA0D (or 0x7DDA0D) is known color: Lawn Green. HEX triplet: 7D, DA and 0D. RGB value is (125,218,13). Sum of RGB (Red+Green+Blue) = 125+218+13=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDA0D is #8225F2. Grayscale: #A7A7A7. Windows color (decimal): -8529395 or 907901. OLE color: 907901.
HSL color Cylindrical-coordinate representation of color #7DDA0D: hue angle of 87.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DDA0D is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 13 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.15 |
| HSL | 87.22º | 0.89% | 0.45% | - |
| HSV(B) | 87.22º | 0.94% | 0.85% | - |
| XYZ | 33.6 | 54.53 | 9.14 | - |
| YUV | 166.82 | 41.19 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 13 | 0.43 | 0 | 0.94 | 0.15 | 87.22 | 0.89 | 0.45 |
| Hex | 7D | DA | D | 2B | 0 | 5E | F | 57 | 59 | 2D |
| Octal | 175 | 332 | 15 | 53 | 0 | 136 | 17 | 127 | 131 | 55 |
| Binary | 1111101 | 11011010 | 1101 | 101011 | 0 | 1011110 | 1111 | 1010111 | 1011001 | 101101 |
Color Harmonies of #7DDA0D
Complementary color
Monochromatic Colors of #7DDA0D
Black with #7DDA0D
Text Example
Text Example
White with #7DDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA0D; }
p { color: rgb(125,218,13); }
H1.HeaderClassName
{
color: #7DDA0D;
}
.AnyTagClassName
{
color: #7DDA0D;
}
</style>
background-color css
<style>
a { background-color: #7DDA0D; }
a { background-color: rgb(125,218,13); }
div.DivClassName
{
background-color: #7DDA0D;
}
.BgClassName
{
background-color: #7DDA0D;
}
</style>
border-color css
<style>
span { border-color: #7DDA0D; }
span { border-color: rgb(125,218,13); }
td.TdClassName
{
border-color: #7DDA0D;
}
.TagClassName
{
border-color: #7DDA0D;
}
</style>