Shades of Lawn Green #71E50A
Tints of Lawn Green #71E50A
RGB
CMYK
RGB Variations
Color information
#71E50A (or 0x71E50A) is known color: Lawn Green. HEX triplet: 71, E5 and 0A. RGB value is (113,229,10). Sum of RGB (Red+Green+Blue) = 113+229+10=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #71E50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E50A is #8E1AF5. Grayscale: #AAAAAA. Windows color (decimal): -9313014 or 714097. OLE color: 714097.
HSL color Cylindrical-coordinate representation of color #71E50A: hue angle of 91.78º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71E50A is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 10 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.10 |
| HSL | 91.78º | 0.92% | 0.47% | - |
| HSV(B) | 91.78º | 0.96% | 0.9% | - |
| XYZ | 34.88 | 59.57 | 9.95 | - |
| YUV | 169.35 | 38.07 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 10 | 0.51 | 0 | 0.96 | 0.10 | 91.78 | 0.92 | 0.47 |
| Hex | 71 | E5 | A | 33 | 0 | 60 | A | 5C | 5C | 2F |
| Octal | 161 | 345 | 12 | 63 | 0 | 140 | 12 | 134 | 134 | 57 |
| Binary | 1110001 | 11100101 | 1010 | 110011 | 0 | 1100000 | 1010 | 1011100 | 1011100 | 101111 |
Color Harmonies of #71E50A
Complementary color
Monochromatic Colors of #71E50A
Black with #71E50A
Text Example
Text Example
White with #71E50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E50A; }
p { color: rgb(113,229,10); }
H1.HeaderClassName
{
color: #71E50A;
}
.AnyTagClassName
{
color: #71E50A;
}
</style>
background-color css
<style>
a { background-color: #71E50A; }
a { background-color: rgb(113,229,10); }
div.DivClassName
{
background-color: #71E50A;
}
.BgClassName
{
background-color: #71E50A;
}
</style>
border-color css
<style>
span { border-color: #71E50A; }
span { border-color: rgb(113,229,10); }
td.TdClassName
{
border-color: #71E50A;
}
.TagClassName
{
border-color: #71E50A;
}
</style>