Shades of Lawn Green #71DC15
Tints of Lawn Green #71DC15
RGB
CMYK
RGB Variations
Color information
#71DC15 (or 0x71DC15) is known color: Lawn Green. HEX triplet: 71, DC and 15. RGB value is (113,220,21). Sum of RGB (Red+Green+Blue) = 113+220+21=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC15 is #8E23EA. Grayscale: #A6A6A6. Windows color (decimal): -9315307 or 1432689. OLE color: 1432689.
HSL color Cylindrical-coordinate representation of color #71DC15: hue angle of 92.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71DC15 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 21 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.14 |
| HSL | 92.26º | 0.83% | 0.47% | - |
| HSV(B) | 92.26º | 0.9% | 0.86% | - |
| XYZ | 32.54 | 54.75 | 9.56 | - |
| YUV | 165.32 | 46.55 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 21 | 0.49 | 0 | 0.90 | 0.14 | 92.26 | 0.83 | 0.47 |
| Hex | 71 | DC | 15 | 31 | 0 | 5A | E | 5C | 53 | 2F |
| Octal | 161 | 334 | 25 | 61 | 0 | 132 | 16 | 134 | 123 | 57 |
| Binary | 1110001 | 11011100 | 10101 | 110001 | 0 | 1011010 | 1110 | 1011100 | 1010011 | 101111 |
Color Harmonies of #71DC15
Complementary color
Monochromatic Colors of #71DC15
Black with #71DC15
Text Example
Text Example
White with #71DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC15; }
p { color: rgb(113,220,21); }
H1.HeaderClassName
{
color: #71DC15;
}
.AnyTagClassName
{
color: #71DC15;
}
</style>
background-color css
<style>
a { background-color: #71DC15; }
a { background-color: rgb(113,220,21); }
div.DivClassName
{
background-color: #71DC15;
}
.BgClassName
{
background-color: #71DC15;
}
</style>
border-color css
<style>
span { border-color: #71DC15; }
span { border-color: rgb(113,220,21); }
td.TdClassName
{
border-color: #71DC15;
}
.TagClassName
{
border-color: #71DC15;
}
</style>