Shades of Lawn Green #71DC1B
Tints of Lawn Green #71DC1B
RGB
CMYK
RGB Variations
Color information
#71DC1B (or 0x71DC1B) is known color: Lawn Green. HEX triplet: 71, DC and 1B. RGB value is (113,220,27). Sum of RGB (Red+Green+Blue) = 113+220+27=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC1B is #8E23E4. Grayscale: #A6A6A6. Windows color (decimal): -9315301 or 1825905. OLE color: 1825905.
HSL color Cylindrical-coordinate representation of color #71DC1B: hue angle of 93.26º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71DC1B is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 27 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.14 |
| HSL | 93.26º | 0.78% | 0.48% | - |
| HSV(B) | 93.26º | 0.88% | 0.86% | - |
| XYZ | 32.6 | 54.78 | 9.89 | - |
| YUV | 166.01 | 49.55 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 27 | 0.49 | 0 | 0.88 | 0.14 | 93.26 | 0.78 | 0.48 |
| Hex | 71 | DC | 1B | 31 | 0 | 58 | E | 5D | 4E | 30 |
| Octal | 161 | 334 | 33 | 61 | 0 | 130 | 16 | 135 | 116 | 60 |
| Binary | 1110001 | 11011100 | 11011 | 110001 | 0 | 1011000 | 1110 | 1011101 | 1001110 | 110000 |
Color Harmonies of #71DC1B
Complementary color
Monochromatic Colors of #71DC1B
Black with #71DC1B
Text Example
Text Example
White with #71DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC1B; }
p { color: rgb(113,220,27); }
H1.HeaderClassName
{
color: #71DC1B;
}
.AnyTagClassName
{
color: #71DC1B;
}
</style>
background-color css
<style>
a { background-color: #71DC1B; }
a { background-color: rgb(113,220,27); }
div.DivClassName
{
background-color: #71DC1B;
}
.BgClassName
{
background-color: #71DC1B;
}
</style>
border-color css
<style>
span { border-color: #71DC1B; }
span { border-color: rgb(113,220,27); }
td.TdClassName
{
border-color: #71DC1B;
}
.TagClassName
{
border-color: #71DC1B;
}
</style>