Shades of Lawn Green #71F410
Tints of Lawn Green #71F410
RGB
CMYK
RGB Variations
Color information
#71F410 (or 0x71F410) is known color: Lawn Green. HEX triplet: 71, F4 and 10. RGB value is (113,244,16). Sum of RGB (Red+Green+Blue) = 113+244+16=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #71F410 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F410 is #8E0BEF. Grayscale: #B3B3B3. Windows color (decimal): -9309168 or 1111153. OLE color: 1111153.
HSL color Cylindrical-coordinate representation of color #71F410: hue angle of 94.47º degrees, saturation: 0.91, 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 #71F410 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 16 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.04 |
| HSL | 94.47º | 0.91% | 0.51% | - |
| HSV(B) | 94.47º | 0.93% | 0.96% | - |
| XYZ | 39.25 | 68.25 | 11.59 | - |
| YUV | 178.84 | 36.1 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 16 | 0.54 | 0 | 0.93 | 0.04 | 94.47 | 0.91 | 0.51 |
| Hex | 71 | F4 | 10 | 36 | 0 | 5D | 4 | 5E | 5B | 33 |
| Octal | 161 | 364 | 20 | 66 | 0 | 135 | 4 | 136 | 133 | 63 |
| Binary | 1110001 | 11110100 | 10000 | 110110 | 0 | 1011101 | 100 | 1011110 | 1011011 | 110011 |
Color Harmonies of #71F410
Complementary color
Monochromatic Colors of #71F410
Black with #71F410
Text Example
Text Example
White with #71F410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F410; }
p { color: rgb(113,244,16); }
H1.HeaderClassName
{
color: #71F410;
}
.AnyTagClassName
{
color: #71F410;
}
</style>
background-color css
<style>
a { background-color: #71F410; }
a { background-color: rgb(113,244,16); }
div.DivClassName
{
background-color: #71F410;
}
.BgClassName
{
background-color: #71F410;
}
</style>
border-color css
<style>
span { border-color: #71F410; }
span { border-color: rgb(113,244,16); }
td.TdClassName
{
border-color: #71F410;
}
.TagClassName
{
border-color: #71F410;
}
</style>