Shades of Lawn Green #71E10D
Tints of Lawn Green #71E10D
RGB
CMYK
RGB Variations
Color information
#71E10D (or 0x71E10D) is known color: Lawn Green. HEX triplet: 71, E1 and 0D. RGB value is (113,225,13). Sum of RGB (Red+Green+Blue) = 113+225+13=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #71E10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E10D is #8E1EF2. Grayscale: #A8A8A8. Windows color (decimal): -9314035 or 909681. OLE color: 909681.
HSL color Cylindrical-coordinate representation of color #71E10D: hue angle of 91.7º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71E10D is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 13 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.12 |
| HSL | 91.7º | 0.89% | 0.47% | - |
| HSV(B) | 91.7º | 0.94% | 0.88% | - |
| XYZ | 33.81 | 57.39 | 9.68 | - |
| YUV | 167.34 | 40.89 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 13 | 0.50 | 0 | 0.94 | 0.12 | 91.7 | 0.89 | 0.47 |
| Hex | 71 | E1 | D | 32 | 0 | 5E | C | 5C | 59 | 2F |
| Octal | 161 | 341 | 15 | 62 | 0 | 136 | 14 | 134 | 131 | 57 |
| Binary | 1110001 | 11100001 | 1101 | 110010 | 0 | 1011110 | 1100 | 1011100 | 1011001 | 101111 |
Color Harmonies of #71E10D
Complementary color
Monochromatic Colors of #71E10D
Black with #71E10D
Text Example
Text Example
White with #71E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E10D; }
p { color: rgb(113,225,13); }
H1.HeaderClassName
{
color: #71E10D;
}
.AnyTagClassName
{
color: #71E10D;
}
</style>
background-color css
<style>
a { background-color: #71E10D; }
a { background-color: rgb(113,225,13); }
div.DivClassName
{
background-color: #71E10D;
}
.BgClassName
{
background-color: #71E10D;
}
</style>
border-color css
<style>
span { border-color: #71E10D; }
span { border-color: rgb(113,225,13); }
td.TdClassName
{
border-color: #71E10D;
}
.TagClassName
{
border-color: #71E10D;
}
</style>