Shades of Lawn Green #71DD1B
Tints of Lawn Green #71DD1B
RGB
CMYK
RGB Variations
Color information
#71DD1B (or 0x71DD1B) is known color: Lawn Green. HEX triplet: 71, DD and 1B. RGB value is (113,221,27). Sum of RGB (Red+Green+Blue) = 113+221+27=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD1B is #8E22E4. Grayscale: #A7A7A7. Windows color (decimal): -9315045 or 1826161. OLE color: 1826161.
HSL color Cylindrical-coordinate representation of color #71DD1B: hue angle of 93.4º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71DD1B is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 27 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.13 |
| HSL | 93.4º | 0.78% | 0.49% | - |
| HSV(B) | 93.4º | 0.88% | 0.87% | - |
| XYZ | 32.86 | 55.3 | 9.98 | - |
| YUV | 166.59 | 49.22 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 27 | 0.49 | 0 | 0.88 | 0.13 | 93.4 | 0.78 | 0.49 |
| Hex | 71 | DD | 1B | 31 | 0 | 58 | D | 5D | 4E | 31 |
| Octal | 161 | 335 | 33 | 61 | 0 | 130 | 15 | 135 | 116 | 61 |
| Binary | 1110001 | 11011101 | 11011 | 110001 | 0 | 1011000 | 1101 | 1011101 | 1001110 | 110001 |
Color Harmonies of #71DD1B
Complementary color
Monochromatic Colors of #71DD1B
Black with #71DD1B
Text Example
Text Example
White with #71DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD1B; }
p { color: rgb(113,221,27); }
H1.HeaderClassName
{
color: #71DD1B;
}
.AnyTagClassName
{
color: #71DD1B;
}
</style>
background-color css
<style>
a { background-color: #71DD1B; }
a { background-color: rgb(113,221,27); }
div.DivClassName
{
background-color: #71DD1B;
}
.BgClassName
{
background-color: #71DD1B;
}
</style>
border-color css
<style>
span { border-color: #71DD1B; }
span { border-color: rgb(113,221,27); }
td.TdClassName
{
border-color: #71DD1B;
}
.TagClassName
{
border-color: #71DD1B;
}
</style>