Shades of Lawn Green #71D502
Tints of Lawn Green #71D502
RGB
CMYK
RGB Variations
Color information
#71D502 (or 0x71D502) is known color: Lawn Green. HEX triplet: 71, D5 and 02. RGB value is (113,213,2). Sum of RGB (Red+Green+Blue) = 113+213+2=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #71D502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D502 is #8E2AFD. Grayscale: #9F9F9F. Windows color (decimal): -9317118 or 185713. OLE color: 185713.
HSL color Cylindrical-coordinate representation of color #71D502: hue angle of 88.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71D502 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.16 |
| HSL | 88.44º | 0.98% | 0.42% | - |
| HSV(B) | 88.44º | 0.99% | 0.84% | - |
| XYZ | 30.62 | 51.1 | 8.31 | - |
| YUV | 159.05 | 39.37 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 2 | 0.47 | 0 | 0.99 | 0.16 | 88.44 | 0.98 | 0.42 |
| Hex | 71 | D5 | 2 | 2F | 0 | 63 | 10 | 58 | 62 | 2A |
| Octal | 161 | 325 | 2 | 57 | 0 | 143 | 20 | 130 | 142 | 52 |
| Binary | 1110001 | 11010101 | 10 | 101111 | 0 | 1100011 | 10000 | 1011000 | 1100010 | 101010 |
Color Harmonies of #71D502
Complementary color
Monochromatic Colors of #71D502
Black with #71D502
Text Example
Text Example
White with #71D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D502; }
p { color: rgb(113,213,2); }
H1.HeaderClassName
{
color: #71D502;
}
.AnyTagClassName
{
color: #71D502;
}
</style>
background-color css
<style>
a { background-color: #71D502; }
a { background-color: rgb(113,213,2); }
div.DivClassName
{
background-color: #71D502;
}
.BgClassName
{
background-color: #71D502;
}
</style>
border-color css
<style>
span { border-color: #71D502; }
span { border-color: rgb(113,213,2); }
td.TdClassName
{
border-color: #71D502;
}
.TagClassName
{
border-color: #71D502;
}
</style>