Shades of Lawn Green #7DDA16
Tints of Lawn Green #7DDA16
RGB
CMYK
RGB Variations
Color information
#7DDA16 (or 0x7DDA16) is known color: Lawn Green. HEX triplet: 7D, DA and 16. RGB value is (125,218,22). Sum of RGB (Red+Green+Blue) = 125+218+22=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDA16 is #8225E9. Grayscale: #A8A8A8. Windows color (decimal): -8529386 or 1497725. OLE color: 1497725.
HSL color Cylindrical-coordinate representation of color #7DDA16: hue angle of 88.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DDA16 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 22 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.15 |
| HSL | 88.47º | 0.82% | 0.47% | - |
| HSV(B) | 88.47º | 0.9% | 0.85% | - |
| XYZ | 33.67 | 54.56 | 9.52 | - |
| YUV | 167.85 | 45.69 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 22 | 0.43 | 0 | 0.90 | 0.15 | 88.47 | 0.82 | 0.47 |
| Hex | 7D | DA | 16 | 2B | 0 | 5A | F | 58 | 52 | 2F |
| Octal | 175 | 332 | 26 | 53 | 0 | 132 | 17 | 130 | 122 | 57 |
| Binary | 1111101 | 11011010 | 10110 | 101011 | 0 | 1011010 | 1111 | 1011000 | 1010010 | 101111 |
Color Harmonies of #7DDA16
Complementary color
Monochromatic Colors of #7DDA16
Black with #7DDA16
Text Example
Text Example
White with #7DDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA16; }
p { color: rgb(125,218,22); }
H1.HeaderClassName
{
color: #7DDA16;
}
.AnyTagClassName
{
color: #7DDA16;
}
</style>
background-color css
<style>
a { background-color: #7DDA16; }
a { background-color: rgb(125,218,22); }
div.DivClassName
{
background-color: #7DDA16;
}
.BgClassName
{
background-color: #7DDA16;
}
</style>
border-color css
<style>
span { border-color: #7DDA16; }
span { border-color: rgb(125,218,22); }
td.TdClassName
{
border-color: #7DDA16;
}
.TagClassName
{
border-color: #7DDA16;
}
</style>