Shades of Lawn Green #71D80D
Tints of Lawn Green #71D80D
RGB
CMYK
RGB Variations
Color information
#71D80D (or 0x71D80D) is known color: Lawn Green. HEX triplet: 71, D8 and 0D. RGB value is (113,216,13). Sum of RGB (Red+Green+Blue) = 113+216+13=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #71D80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D80D is #8E27F2. Grayscale: #A2A2A2. Windows color (decimal): -9316339 or 907377. OLE color: 907377.
HSL color Cylindrical-coordinate representation of color #71D80D: hue angle of 90.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71D80D is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 13 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.15 |
| HSL | 90.44º | 0.89% | 0.45% | - |
| HSV(B) | 90.44º | 0.94% | 0.85% | - |
| XYZ | 31.44 | 52.65 | 8.89 | - |
| YUV | 162.06 | 43.88 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 13 | 0.48 | 0 | 0.94 | 0.15 | 90.44 | 0.89 | 0.45 |
| Hex | 71 | D8 | D | 30 | 0 | 5E | F | 5A | 59 | 2D |
| Octal | 161 | 330 | 15 | 60 | 0 | 136 | 17 | 132 | 131 | 55 |
| Binary | 1110001 | 11011000 | 1101 | 110000 | 0 | 1011110 | 1111 | 1011010 | 1011001 | 101101 |
Color Harmonies of #71D80D
Complementary color
Monochromatic Colors of #71D80D
Black with #71D80D
Text Example
Text Example
White with #71D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D80D; }
p { color: rgb(113,216,13); }
H1.HeaderClassName
{
color: #71D80D;
}
.AnyTagClassName
{
color: #71D80D;
}
</style>
background-color css
<style>
a { background-color: #71D80D; }
a { background-color: rgb(113,216,13); }
div.DivClassName
{
background-color: #71D80D;
}
.BgClassName
{
background-color: #71D80D;
}
</style>
border-color css
<style>
span { border-color: #71D80D; }
span { border-color: rgb(113,216,13); }
td.TdClassName
{
border-color: #71D80D;
}
.TagClassName
{
border-color: #71D80D;
}
</style>