Shades of Lawn Green #71D60C
Tints of Lawn Green #71D60C
RGB
CMYK
RGB Variations
Color information
#71D60C (or 0x71D60C) is known color: Lawn Green. HEX triplet: 71, D6 and 0C. RGB value is (113,214,12). Sum of RGB (Red+Green+Blue) = 113+214+12=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #71D60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D60C is #8E29F3. Grayscale: #A1A1A1. Windows color (decimal): -9316852 or 841329. OLE color: 841329.
HSL color Cylindrical-coordinate representation of color #71D60C: hue angle of 90º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71D60C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 12 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.16 |
| HSL | 90º | 0.89% | 0.44% | - |
| HSV(B) | 90º | 0.94% | 0.84% | - |
| XYZ | 30.92 | 51.63 | 8.68 | - |
| YUV | 160.77 | 44.04 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 12 | 0.47 | 0 | 0.94 | 0.16 | 90 | 0.89 | 0.44 |
| Hex | 71 | D6 | C | 2F | 0 | 5E | 10 | 5A | 59 | 2C |
| Octal | 161 | 326 | 14 | 57 | 0 | 136 | 20 | 132 | 131 | 54 |
| Binary | 1110001 | 11010110 | 1100 | 101111 | 0 | 1011110 | 10000 | 1011010 | 1011001 | 101100 |
Color Harmonies of #71D60C
Complementary color
Monochromatic Colors of #71D60C
Black with #71D60C
Text Example
Text Example
White with #71D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D60C; }
p { color: rgb(113,214,12); }
H1.HeaderClassName
{
color: #71D60C;
}
.AnyTagClassName
{
color: #71D60C;
}
</style>
background-color css
<style>
a { background-color: #71D60C; }
a { background-color: rgb(113,214,12); }
div.DivClassName
{
background-color: #71D60C;
}
.BgClassName
{
background-color: #71D60C;
}
</style>
border-color css
<style>
span { border-color: #71D60C; }
span { border-color: rgb(113,214,12); }
td.TdClassName
{
border-color: #71D60C;
}
.TagClassName
{
border-color: #71D60C;
}
</style>