Shades of Lawn Green #71DF01
Tints of Lawn Green #71DF01
RGB
CMYK
RGB Variations
Color information
#71DF01 (or 0x71DF01) is known color: Lawn Green. HEX triplet: 71, DF and 01. RGB value is (113,223,1). Sum of RGB (Red+Green+Blue) = 113+223+1=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DF01 is #8E20FE. Grayscale: #A5A5A5. Windows color (decimal): -9314559 or 122737. OLE color: 122737.
HSL color Cylindrical-coordinate representation of color #71DF01: hue angle of 89.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71DF01 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 1 | - |
| CMYK | 0.49 | 0 | 1.00 | 0.13 |
| HSL | 89.73º | 0.99% | 0.44% | - |
| HSV(B) | 89.73º | 1% | 0.87% | - |
| XYZ | 33.2 | 56.29 | 9.14 | - |
| YUV | 164.8 | 35.56 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 1 | 0.49 | 0 | 1.00 | 0.13 | 89.73 | 0.99 | 0.44 |
| Hex | 71 | DF | 1 | 31 | 0 | 64 | D | 5A | 63 | 2C |
| Octal | 161 | 337 | 1 | 61 | 0 | 144 | 15 | 132 | 143 | 54 |
| Binary | 1110001 | 11011111 | 1 | 110001 | 0 | 1100100 | 1101 | 1011010 | 1100011 | 101100 |
Color Harmonies of #71DF01
Complementary color
Monochromatic Colors of #71DF01
Black with #71DF01
Text Example
Text Example
White with #71DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF01; }
p { color: rgb(113,223,1); }
H1.HeaderClassName
{
color: #71DF01;
}
.AnyTagClassName
{
color: #71DF01;
}
</style>
background-color css
<style>
a { background-color: #71DF01; }
a { background-color: rgb(113,223,1); }
div.DivClassName
{
background-color: #71DF01;
}
.BgClassName
{
background-color: #71DF01;
}
</style>
border-color css
<style>
span { border-color: #71DF01; }
span { border-color: rgb(113,223,1); }
td.TdClassName
{
border-color: #71DF01;
}
.TagClassName
{
border-color: #71DF01;
}
</style>