Shades of Lawn Green #7DDB11
Tints of Lawn Green #7DDB11
RGB
CMYK
RGB Variations
Color information
#7DDB11 (or 0x7DDB11) is known color: Lawn Green. HEX triplet: 7D, DB and 11. RGB value is (125,219,17). Sum of RGB (Red+Green+Blue) = 125+219+17=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDB11 is #8224EE. Grayscale: #A8A8A8. Windows color (decimal): -8529135 or 1170301. OLE color: 1170301.
HSL color Cylindrical-coordinate representation of color #7DDB11: hue angle of 87.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DDB11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.14 |
| HSL | 87.92º | 0.86% | 0.46% | - |
| HSV(B) | 87.92º | 0.92% | 0.86% | - |
| XYZ | 33.89 | 55.06 | 9.37 | - |
| YUV | 167.87 | 42.86 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 17 | 0.43 | 0 | 0.92 | 0.14 | 87.92 | 0.86 | 0.46 |
| Hex | 7D | DB | 11 | 2B | 0 | 5C | E | 58 | 56 | 2E |
| Octal | 175 | 333 | 21 | 53 | 0 | 134 | 16 | 130 | 126 | 56 |
| Binary | 1111101 | 11011011 | 10001 | 101011 | 0 | 1011100 | 1110 | 1011000 | 1010110 | 101110 |
Color Harmonies of #7DDB11
Complementary color
Monochromatic Colors of #7DDB11
Black with #7DDB11
Text Example
Text Example
White with #7DDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB11; }
p { color: rgb(125,219,17); }
H1.HeaderClassName
{
color: #7DDB11;
}
.AnyTagClassName
{
color: #7DDB11;
}
</style>
background-color css
<style>
a { background-color: #7DDB11; }
a { background-color: rgb(125,219,17); }
div.DivClassName
{
background-color: #7DDB11;
}
.BgClassName
{
background-color: #7DDB11;
}
</style>
border-color css
<style>
span { border-color: #7DDB11; }
span { border-color: rgb(125,219,17); }
td.TdClassName
{
border-color: #7DDB11;
}
.TagClassName
{
border-color: #7DDB11;
}
</style>