Shades of Lawn Green #71DF1D
Tints of Lawn Green #71DF1D
RGB
CMYK
RGB Variations
Color information
#71DF1D (or 0x71DF1D) is known color: Lawn Green. HEX triplet: 71, DF and 1D. RGB value is (113,223,29). Sum of RGB (Red+Green+Blue) = 113+223+29=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF1D is #8E20E2. Grayscale: #A8A8A8. Windows color (decimal): -9314531 or 1957745. OLE color: 1957745.
HSL color Cylindrical-coordinate representation of color #71DF1D: hue angle of 94.02º 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 #71DF1D is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 29 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.13 |
| HSL | 94.02º | 0.77% | 0.49% | - |
| HSV(B) | 94.02º | 0.87% | 0.87% | - |
| XYZ | 33.42 | 56.37 | 10.28 | - |
| YUV | 167.99 | 49.56 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 29 | 0.49 | 0 | 0.87 | 0.13 | 94.02 | 0.77 | 0.49 |
| Hex | 71 | DF | 1D | 31 | 0 | 57 | D | 5E | 4D | 31 |
| Octal | 161 | 337 | 35 | 61 | 0 | 127 | 15 | 136 | 115 | 61 |
| Binary | 1110001 | 11011111 | 11101 | 110001 | 0 | 1010111 | 1101 | 1011110 | 1001101 | 110001 |
Color Harmonies of #71DF1D
Complementary color
Monochromatic Colors of #71DF1D
Black with #71DF1D
Text Example
Text Example
White with #71DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF1D; }
p { color: rgb(113,223,29); }
H1.HeaderClassName
{
color: #71DF1D;
}
.AnyTagClassName
{
color: #71DF1D;
}
</style>
background-color css
<style>
a { background-color: #71DF1D; }
a { background-color: rgb(113,223,29); }
div.DivClassName
{
background-color: #71DF1D;
}
.BgClassName
{
background-color: #71DF1D;
}
</style>
border-color css
<style>
span { border-color: #71DF1D; }
span { border-color: rgb(113,223,29); }
td.TdClassName
{
border-color: #71DF1D;
}
.TagClassName
{
border-color: #71DF1D;
}
</style>