Shades of Lawn Green #71DF1F
Tints of Lawn Green #71DF1F
RGB
CMYK
RGB Variations
Color information
#71DF1F (or 0x71DF1F) is known color: Lawn Green. HEX triplet: 71, DF and 1F. RGB value is (113,223,31). Sum of RGB (Red+Green+Blue) = 113+223+31=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF1F is #8E20E0. Grayscale: #A8A8A8. Windows color (decimal): -9314529 or 2088817. OLE color: 2088817.
HSL color Cylindrical-coordinate representation of color #71DF1F: hue angle of 94.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71DF1F is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 31 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.13 |
| HSL | 94.38º | 0.76% | 0.5% | - |
| HSV(B) | 94.38º | 0.86% | 0.87% | - |
| XYZ | 33.45 | 56.38 | 10.42 | - |
| YUV | 168.22 | 50.56 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 31 | 0.49 | 0 | 0.86 | 0.13 | 94.38 | 0.76 | 0.5 |
| Hex | 71 | DF | 1F | 31 | 0 | 56 | D | 5E | 4C | 32 |
| Octal | 161 | 337 | 37 | 61 | 0 | 126 | 15 | 136 | 114 | 62 |
| Binary | 1110001 | 11011111 | 11111 | 110001 | 0 | 1010110 | 1101 | 1011110 | 1001100 | 110010 |
Color Harmonies of #71DF1F
Complementary color
Monochromatic Colors of #71DF1F
Black with #71DF1F
Text Example
Text Example
White with #71DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF1F; }
p { color: rgb(113,223,31); }
H1.HeaderClassName
{
color: #71DF1F;
}
.AnyTagClassName
{
color: #71DF1F;
}
</style>
background-color css
<style>
a { background-color: #71DF1F; }
a { background-color: rgb(113,223,31); }
div.DivClassName
{
background-color: #71DF1F;
}
.BgClassName
{
background-color: #71DF1F;
}
</style>
border-color css
<style>
span { border-color: #71DF1F; }
span { border-color: rgb(113,223,31); }
td.TdClassName
{
border-color: #71DF1F;
}
.TagClassName
{
border-color: #71DF1F;
}
</style>