Shades of Lawn Green #71F404
Tints of Lawn Green #71F404
RGB
CMYK
RGB Variations
Color information
#71F404 (or 0x71F404) is known color: Lawn Green. HEX triplet: 71, F4 and 04. RGB value is (113,244,4). Sum of RGB (Red+Green+Blue) = 113+244+4=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #71F404 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F404 is #8E0BFB. Grayscale: #B2B2B2. Windows color (decimal): -9309180 or 324721. OLE color: 324721.
HSL color Cylindrical-coordinate representation of color #71F404: hue angle of 92.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71F404 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.04 |
| HSL | 92.75º | 0.97% | 0.49% | - |
| HSV(B) | 92.75º | 0.98% | 0.96% | - |
| XYZ | 39.18 | 68.22 | 11.22 | - |
| YUV | 177.47 | 30.1 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 4 | 0.54 | 0 | 0.98 | 0.04 | 92.75 | 0.97 | 0.49 |
| Hex | 71 | F4 | 4 | 36 | 0 | 62 | 4 | 5D | 61 | 31 |
| Octal | 161 | 364 | 4 | 66 | 0 | 142 | 4 | 135 | 141 | 61 |
| Binary | 1110001 | 11110100 | 100 | 110110 | 0 | 1100010 | 100 | 1011101 | 1100001 | 110001 |
Color Harmonies of #71F404
Complementary color
Monochromatic Colors of #71F404
Black with #71F404
Text Example
Text Example
White with #71F404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F404; }
p { color: rgb(113,244,4); }
H1.HeaderClassName
{
color: #71F404;
}
.AnyTagClassName
{
color: #71F404;
}
</style>
background-color css
<style>
a { background-color: #71F404; }
a { background-color: rgb(113,244,4); }
div.DivClassName
{
background-color: #71F404;
}
.BgClassName
{
background-color: #71F404;
}
</style>
border-color css
<style>
span { border-color: #71F404; }
span { border-color: rgb(113,244,4); }
td.TdClassName
{
border-color: #71F404;
}
.TagClassName
{
border-color: #71F404;
}
</style>