Shades of Lawn Green #71DC0F
Tints of Lawn Green #71DC0F
RGB
CMYK
RGB Variations
Color information
#71DC0F (or 0x71DC0F) is known color: Lawn Green. HEX triplet: 71, DC and 0F. RGB value is (113,220,15). Sum of RGB (Red+Green+Blue) = 113+220+15=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC0F is #8E23F0. Grayscale: #A5A5A5. Windows color (decimal): -9315313 or 1039473. OLE color: 1039473.
HSL color Cylindrical-coordinate representation of color #71DC0F: hue angle of 91.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71DC0F is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 15 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.14 |
| HSL | 91.32º | 0.87% | 0.46% | - |
| HSV(B) | 91.32º | 0.93% | 0.86% | - |
| XYZ | 32.49 | 54.73 | 9.3 | - |
| YUV | 164.64 | 43.55 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 15 | 0.49 | 0 | 0.93 | 0.14 | 91.32 | 0.87 | 0.46 |
| Hex | 71 | DC | F | 31 | 0 | 5D | E | 5B | 57 | 2E |
| Octal | 161 | 334 | 17 | 61 | 0 | 135 | 16 | 133 | 127 | 56 |
| Binary | 1110001 | 11011100 | 1111 | 110001 | 0 | 1011101 | 1110 | 1011011 | 1010111 | 101110 |
Color Harmonies of #71DC0F
Complementary color
Monochromatic Colors of #71DC0F
Black with #71DC0F
Text Example
Text Example
White with #71DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC0F; }
p { color: rgb(113,220,15); }
H1.HeaderClassName
{
color: #71DC0F;
}
.AnyTagClassName
{
color: #71DC0F;
}
</style>
background-color css
<style>
a { background-color: #71DC0F; }
a { background-color: rgb(113,220,15); }
div.DivClassName
{
background-color: #71DC0F;
}
.BgClassName
{
background-color: #71DC0F;
}
</style>
border-color css
<style>
span { border-color: #71DC0F; }
span { border-color: rgb(113,220,15); }
td.TdClassName
{
border-color: #71DC0F;
}
.TagClassName
{
border-color: #71DC0F;
}
</style>