Shades of Lawn Green #71FA01
Tints of Lawn Green #71FA01
RGB
CMYK
RGB Variations
Color information
#71FA01 (or 0x71FA01) is known color: Lawn Green. HEX triplet: 71, FA and 01. RGB value is (113,250,1). Sum of RGB (Red+Green+Blue) = 113+250+1=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FA01 is #8E05FE. Grayscale: #B5B5B5. Windows color (decimal): -9307647 or 129649. OLE color: 129649.
HSL color Cylindrical-coordinate representation of color #71FA01: hue angle of 93.01º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71FA01 is Cyan = 0.55, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 1 | - |
| CMYK | 0.55 | 0 | 1.00 | 0.02 |
| HSL | 93.01º | 0.99% | 0.49% | - |
| HSV(B) | 93.01º | 1% | 0.98% | - |
| XYZ | 41 | 71.88 | 11.74 | - |
| YUV | 180.65 | 26.61 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 1 | 0.55 | 0 | 1.00 | 0.02 | 93.01 | 0.99 | 0.49 |
| Hex | 71 | FA | 1 | 37 | 0 | 64 | 2 | 5D | 63 | 31 |
| Octal | 161 | 372 | 1 | 67 | 0 | 144 | 2 | 135 | 143 | 61 |
| Binary | 1110001 | 11111010 | 1 | 110111 | 0 | 1100100 | 10 | 1011101 | 1100011 | 110001 |
Color Harmonies of #71FA01
Complementary color
Monochromatic Colors of #71FA01
Black with #71FA01
Text Example
Text Example
White with #71FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA01; }
p { color: rgb(113,250,1); }
H1.HeaderClassName
{
color: #71FA01;
}
.AnyTagClassName
{
color: #71FA01;
}
</style>
background-color css
<style>
a { background-color: #71FA01; }
a { background-color: rgb(113,250,1); }
div.DivClassName
{
background-color: #71FA01;
}
.BgClassName
{
background-color: #71FA01;
}
</style>
border-color css
<style>
span { border-color: #71FA01; }
span { border-color: rgb(113,250,1); }
td.TdClassName
{
border-color: #71FA01;
}
.TagClassName
{
border-color: #71FA01;
}
</style>