Shades of Lawn Green #71DC07
Tints of Lawn Green #71DC07
RGB
CMYK
RGB Variations
Color information
#71DC07 (or 0x71DC07) is known color: Lawn Green. HEX triplet: 71, DC and 07. RGB value is (113,220,7). Sum of RGB (Red+Green+Blue) = 113+220+7=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC07 is #8E23F8. Grayscale: #A4A4A4. Windows color (decimal): -9315321 or 515185. OLE color: 515185.
HSL color Cylindrical-coordinate representation of color #71DC07: hue angle of 90.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71DC07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 7 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.14 |
| HSL | 90.14º | 0.94% | 0.45% | - |
| HSV(B) | 90.14º | 0.97% | 0.86% | - |
| XYZ | 32.44 | 54.71 | 9.05 | - |
| YUV | 163.73 | 39.55 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 7 | 0.49 | 0 | 0.97 | 0.14 | 90.14 | 0.94 | 0.45 |
| Hex | 71 | DC | 7 | 31 | 0 | 61 | E | 5A | 5E | 2D |
| Octal | 161 | 334 | 7 | 61 | 0 | 141 | 16 | 132 | 136 | 55 |
| Binary | 1110001 | 11011100 | 111 | 110001 | 0 | 1100001 | 1110 | 1011010 | 1011110 | 101101 |
Color Harmonies of #71DC07
Complementary color
Monochromatic Colors of #71DC07
Black with #71DC07
Text Example
Text Example
White with #71DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC07; }
p { color: rgb(113,220,7); }
H1.HeaderClassName
{
color: #71DC07;
}
.AnyTagClassName
{
color: #71DC07;
}
</style>
background-color css
<style>
a { background-color: #71DC07; }
a { background-color: rgb(113,220,7); }
div.DivClassName
{
background-color: #71DC07;
}
.BgClassName
{
background-color: #71DC07;
}
</style>
border-color css
<style>
span { border-color: #71DC07; }
span { border-color: rgb(113,220,7); }
td.TdClassName
{
border-color: #71DC07;
}
.TagClassName
{
border-color: #71DC07;
}
</style>