Shades of Lawn Green #71F412
Tints of Lawn Green #71F412
RGB
CMYK
RGB Variations
Color information
#71F412 (or 0x71F412) is known color: Lawn Green. HEX triplet: 71, F4 and 12. RGB value is (113,244,18). Sum of RGB (Red+Green+Blue) = 113+244+18=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #71F412 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F412 is #8E0BED. Grayscale: #B3B3B3. Windows color (decimal): -9309166 or 1242225. OLE color: 1242225.
HSL color Cylindrical-coordinate representation of color #71F412: hue angle of 94.78º 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 #71F412 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 18 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.04 |
| HSL | 94.78º | 0.91% | 0.51% | - |
| HSV(B) | 94.78º | 0.93% | 0.96% | - |
| XYZ | 39.27 | 68.26 | 11.68 | - |
| YUV | 179.07 | 37.1 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 18 | 0.54 | 0 | 0.93 | 0.04 | 94.78 | 0.91 | 0.51 |
| Hex | 71 | F4 | 12 | 36 | 0 | 5D | 4 | 5F | 5B | 33 |
| Octal | 161 | 364 | 22 | 66 | 0 | 135 | 4 | 137 | 133 | 63 |
| Binary | 1110001 | 11110100 | 10010 | 110110 | 0 | 1011101 | 100 | 1011111 | 1011011 | 110011 |
Color Harmonies of #71F412
Complementary color
Monochromatic Colors of #71F412
Black with #71F412
Text Example
Text Example
White with #71F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F412; }
p { color: rgb(113,244,18); }
H1.HeaderClassName
{
color: #71F412;
}
.AnyTagClassName
{
color: #71F412;
}
</style>
background-color css
<style>
a { background-color: #71F412; }
a { background-color: rgb(113,244,18); }
div.DivClassName
{
background-color: #71F412;
}
.BgClassName
{
background-color: #71F412;
}
</style>
border-color css
<style>
span { border-color: #71F412; }
span { border-color: rgb(113,244,18); }
td.TdClassName
{
border-color: #71F412;
}
.TagClassName
{
border-color: #71F412;
}
</style>