Shades of Lawn Green #71D505
Tints of Lawn Green #71D505
RGB
CMYK
RGB Variations
Color information
#71D505 (or 0x71D505) is known color: Lawn Green. HEX triplet: 71, D5 and 05. RGB value is (113,213,5). Sum of RGB (Red+Green+Blue) = 113+213+5=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #71D505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D505 is #8E2AFA. Grayscale: #A0A0A0. Windows color (decimal): -9317115 or 382321. OLE color: 382321.
HSL color Cylindrical-coordinate representation of color #71D505: hue angle of 88.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71D505 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.16 |
| HSL | 88.85º | 0.95% | 0.43% | - |
| HSV(B) | 88.85º | 0.98% | 0.84% | - |
| XYZ | 30.63 | 51.11 | 8.39 | - |
| YUV | 159.39 | 40.87 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 5 | 0.47 | 0 | 0.98 | 0.16 | 88.85 | 0.95 | 0.43 |
| Hex | 71 | D5 | 5 | 2F | 0 | 62 | 10 | 59 | 5F | 2B |
| Octal | 161 | 325 | 5 | 57 | 0 | 142 | 20 | 131 | 137 | 53 |
| Binary | 1110001 | 11010101 | 101 | 101111 | 0 | 1100010 | 10000 | 1011001 | 1011111 | 101011 |
Color Harmonies of #71D505
Complementary color
Monochromatic Colors of #71D505
Black with #71D505
Text Example
Text Example
White with #71D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D505; }
p { color: rgb(113,213,5); }
H1.HeaderClassName
{
color: #71D505;
}
.AnyTagClassName
{
color: #71D505;
}
</style>
background-color css
<style>
a { background-color: #71D505; }
a { background-color: rgb(113,213,5); }
div.DivClassName
{
background-color: #71D505;
}
.BgClassName
{
background-color: #71D505;
}
</style>
border-color css
<style>
span { border-color: #71D505; }
span { border-color: rgb(113,213,5); }
td.TdClassName
{
border-color: #71D505;
}
.TagClassName
{
border-color: #71D505;
}
</style>