Shades of Lawn Green #71F510
Tints of Lawn Green #71F510
RGB
CMYK
RGB Variations
Color information
#71F510 (or 0x71F510) is known color: Lawn Green. HEX triplet: 71, F5 and 10. RGB value is (113,245,16). Sum of RGB (Red+Green+Blue) = 113+245+16=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 245 (96.09% from 255 or 65.51% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 245 - color contains mainly: green. Hex color #71F510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F510 is #8E0AEF. Grayscale: #B4B4B4. Windows color (decimal): -9308912 or 1111409. OLE color: 1111409.
HSL color Cylindrical-coordinate representation of color #71F510: hue angle of 94.59º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71F510 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 245 | 16 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.04 |
| HSL | 94.59º | 0.92% | 0.51% | - |
| HSV(B) | 94.59º | 0.93% | 0.96% | - |
| XYZ | 39.56 | 68.85 | 11.7 | - |
| YUV | 179.43 | 35.77 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 245 | 16 | 0.54 | 0 | 0.93 | 0.04 | 94.59 | 0.92 | 0.51 |
| Hex | 71 | F5 | 10 | 36 | 0 | 5D | 4 | 5F | 5C | 33 |
| Octal | 161 | 365 | 20 | 66 | 0 | 135 | 4 | 137 | 134 | 63 |
| Binary | 1110001 | 11110101 | 10000 | 110110 | 0 | 1011101 | 100 | 1011111 | 1011100 | 110011 |
Color Harmonies of #71F510
Complementary color
Monochromatic Colors of #71F510
Black with #71F510
Text Example
Text Example
White with #71F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F510; }
p { color: rgb(113,245,16); }
H1.HeaderClassName
{
color: #71F510;
}
.AnyTagClassName
{
color: #71F510;
}
</style>
background-color css
<style>
a { background-color: #71F510; }
a { background-color: rgb(113,245,16); }
div.DivClassName
{
background-color: #71F510;
}
.BgClassName
{
background-color: #71F510;
}
</style>
border-color css
<style>
span { border-color: #71F510; }
span { border-color: rgb(113,245,16); }
td.TdClassName
{
border-color: #71F510;
}
.TagClassName
{
border-color: #71F510;
}
</style>