Shades of Lawn Green #71E801
Tints of Lawn Green #71E801
RGB
CMYK
RGB Variations
Color information
#71E801 (or 0x71E801) is known color: Lawn Green. HEX triplet: 71, E8 and 01. RGB value is (113,232,1). Sum of RGB (Red+Green+Blue) = 113+232+1=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 232 (91.02% from 255 or 67.05% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 232 - color contains mainly: green. Hex color #71E801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71E801 is #8E17FE. Grayscale: #AAAAAA. Windows color (decimal): -9312255 or 125041. OLE color: 125041.
HSL color Cylindrical-coordinate representation of color #71E801: hue angle of 90.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71E801 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 1 | - |
| CMYK | 0.51 | 0 | 1.00 | 0.09 |
| HSL | 90.91º | 0.99% | 0.46% | - |
| HSV(B) | 90.91º | 1% | 0.91% | - |
| XYZ | 35.67 | 61.23 | 9.97 | - |
| YUV | 170.09 | 32.58 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 1 | 0.51 | 0 | 1.00 | 0.09 | 90.91 | 0.99 | 0.46 |
| Hex | 71 | E8 | 1 | 33 | 0 | 64 | 9 | 5B | 63 | 2E |
| Octal | 161 | 350 | 1 | 63 | 0 | 144 | 11 | 133 | 143 | 56 |
| Binary | 1110001 | 11101000 | 1 | 110011 | 0 | 1100100 | 1001 | 1011011 | 1100011 | 101110 |
Color Harmonies of #71E801
Complementary color
Monochromatic Colors of #71E801
Black with #71E801
Text Example
Text Example
White with #71E801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E801; }
p { color: rgb(113,232,1); }
H1.HeaderClassName
{
color: #71E801;
}
.AnyTagClassName
{
color: #71E801;
}
</style>
background-color css
<style>
a { background-color: #71E801; }
a { background-color: rgb(113,232,1); }
div.DivClassName
{
background-color: #71E801;
}
.BgClassName
{
background-color: #71E801;
}
</style>
border-color css
<style>
span { border-color: #71E801; }
span { border-color: rgb(113,232,1); }
td.TdClassName
{
border-color: #71E801;
}
.TagClassName
{
border-color: #71E801;
}
</style>