Shades of Lawn Green #71DD1D
Tints of Lawn Green #71DD1D
RGB
CMYK
RGB Variations
Color information
#71DD1D (or 0x71DD1D) is known color: Lawn Green. HEX triplet: 71, DD and 1D. RGB value is (113,221,29). Sum of RGB (Red+Green+Blue) = 113+221+29=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD1D is #8E22E2. Grayscale: #A7A7A7. Windows color (decimal): -9315043 or 1957233. OLE color: 1957233.
HSL color Cylindrical-coordinate representation of color #71DD1D: hue angle of 93.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71DD1D is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 29 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.13 |
| HSL | 93.75º | 0.77% | 0.49% | - |
| HSV(B) | 93.75º | 0.87% | 0.87% | - |
| XYZ | 32.89 | 55.31 | 10.11 | - |
| YUV | 166.82 | 50.22 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 29 | 0.49 | 0 | 0.87 | 0.13 | 93.75 | 0.77 | 0.49 |
| Hex | 71 | DD | 1D | 31 | 0 | 57 | D | 5E | 4D | 31 |
| Octal | 161 | 335 | 35 | 61 | 0 | 127 | 15 | 136 | 115 | 61 |
| Binary | 1110001 | 11011101 | 11101 | 110001 | 0 | 1010111 | 1101 | 1011110 | 1001101 | 110001 |
Color Harmonies of #71DD1D
Complementary color
Monochromatic Colors of #71DD1D
Black with #71DD1D
Text Example
Text Example
White with #71DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD1D; }
p { color: rgb(113,221,29); }
H1.HeaderClassName
{
color: #71DD1D;
}
.AnyTagClassName
{
color: #71DD1D;
}
</style>
background-color css
<style>
a { background-color: #71DD1D; }
a { background-color: rgb(113,221,29); }
div.DivClassName
{
background-color: #71DD1D;
}
.BgClassName
{
background-color: #71DD1D;
}
</style>
border-color css
<style>
span { border-color: #71DD1D; }
span { border-color: rgb(113,221,29); }
td.TdClassName
{
border-color: #71DD1D;
}
.TagClassName
{
border-color: #71DD1D;
}
</style>