Shades of Lawn Green #7DDD13
Tints of Lawn Green #7DDD13
RGB
CMYK
RGB Variations
Color information
#7DDD13 (or 0x7DDD13) is known color: Lawn Green. HEX triplet: 7D, DD and 13. RGB value is (125,221,19). Sum of RGB (Red+Green+Blue) = 125+221+19=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDD13 is #8222EC. Grayscale: #A9A9A9. Windows color (decimal): -8528621 or 1301885. OLE color: 1301885.
HSL color Cylindrical-coordinate representation of color #7DDD13: hue angle of 88.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DDD13 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 19 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.13 |
| HSL | 88.51º | 0.84% | 0.47% | - |
| HSV(B) | 88.51º | 0.91% | 0.87% | - |
| XYZ | 34.43 | 56.12 | 9.63 | - |
| YUV | 169.27 | 43.2 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 19 | 0.43 | 0 | 0.91 | 0.13 | 88.51 | 0.84 | 0.47 |
| Hex | 7D | DD | 13 | 2B | 0 | 5B | D | 59 | 54 | 2F |
| Octal | 175 | 335 | 23 | 53 | 0 | 133 | 15 | 131 | 124 | 57 |
| Binary | 1111101 | 11011101 | 10011 | 101011 | 0 | 1011011 | 1101 | 1011001 | 1010100 | 101111 |
Color Harmonies of #7DDD13
Complementary color
Monochromatic Colors of #7DDD13
Black with #7DDD13
Text Example
Text Example
White with #7DDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD13; }
p { color: rgb(125,221,19); }
H1.HeaderClassName
{
color: #7DDD13;
}
.AnyTagClassName
{
color: #7DDD13;
}
</style>
background-color css
<style>
a { background-color: #7DDD13; }
a { background-color: rgb(125,221,19); }
div.DivClassName
{
background-color: #7DDD13;
}
.BgClassName
{
background-color: #7DDD13;
}
</style>
border-color css
<style>
span { border-color: #7DDD13; }
span { border-color: rgb(125,221,19); }
td.TdClassName
{
border-color: #7DDD13;
}
.TagClassName
{
border-color: #7DDD13;
}
</style>