Shades of Lawn Green #71D513
Tints of Lawn Green #71D513
RGB
CMYK
RGB Variations
Color information
#71D513 (or 0x71D513) is known color: Lawn Green. HEX triplet: 71, D5 and 13. RGB value is (113,213,19). Sum of RGB (Red+Green+Blue) = 113+213+19=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #71D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D513 is #8E2AEC. Grayscale: #A1A1A1. Windows color (decimal): -9317101 or 1299825. OLE color: 1299825.
HSL color Cylindrical-coordinate representation of color #71D513: hue angle of 90.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71D513 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 19 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.16 |
| HSL | 90.93º | 0.84% | 0.45% | - |
| HSV(B) | 90.93º | 0.91% | 0.84% | - |
| XYZ | 30.72 | 51.15 | 8.87 | - |
| YUV | 160.98 | 47.87 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 19 | 0.47 | 0 | 0.91 | 0.16 | 90.93 | 0.84 | 0.45 |
| Hex | 71 | D5 | 13 | 2F | 0 | 5B | 10 | 5B | 54 | 2D |
| Octal | 161 | 325 | 23 | 57 | 0 | 133 | 20 | 133 | 124 | 55 |
| Binary | 1110001 | 11010101 | 10011 | 101111 | 0 | 1011011 | 10000 | 1011011 | 1010100 | 101101 |
Color Harmonies of #71D513
Complementary color
Monochromatic Colors of #71D513
Black with #71D513
Text Example
Text Example
White with #71D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D513; }
p { color: rgb(113,213,19); }
H1.HeaderClassName
{
color: #71D513;
}
.AnyTagClassName
{
color: #71D513;
}
</style>
background-color css
<style>
a { background-color: #71D513; }
a { background-color: rgb(113,213,19); }
div.DivClassName
{
background-color: #71D513;
}
.BgClassName
{
background-color: #71D513;
}
</style>
border-color css
<style>
span { border-color: #71D513; }
span { border-color: rgb(113,213,19); }
td.TdClassName
{
border-color: #71D513;
}
.TagClassName
{
border-color: #71D513;
}
</style>