Shades of Lawn Green #71D104
Tints of Lawn Green #71D104
RGB
CMYK
RGB Variations
Color information
#71D104 (or 0x71D104) is known color: Lawn Green. HEX triplet: 71, D1 and 04. RGB value is (113,209,4). Sum of RGB (Red+Green+Blue) = 113+209+4=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #71D104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D104 is #8E2EFB. Grayscale: #9D9D9D. Windows color (decimal): -9318140 or 315761. OLE color: 315761.
HSL color Cylindrical-coordinate representation of color #71D104: hue angle of 88.1º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71D104 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.18 |
| HSL | 88.1º | 0.96% | 0.42% | - |
| HSV(B) | 88.1º | 0.98% | 0.82% | - |
| XYZ | 29.63 | 49.12 | 8.03 | - |
| YUV | 156.93 | 41.7 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 4 | 0.46 | 0 | 0.98 | 0.18 | 88.1 | 0.96 | 0.42 |
| Hex | 71 | D1 | 4 | 2E | 0 | 62 | 12 | 58 | 60 | 2A |
| Octal | 161 | 321 | 4 | 56 | 0 | 142 | 22 | 130 | 140 | 52 |
| Binary | 1110001 | 11010001 | 100 | 101110 | 0 | 1100010 | 10010 | 1011000 | 1100000 | 101010 |
Color Harmonies of #71D104
Complementary color
Monochromatic Colors of #71D104
Black with #71D104
Text Example
Text Example
White with #71D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D104; }
p { color: rgb(113,209,4); }
H1.HeaderClassName
{
color: #71D104;
}
.AnyTagClassName
{
color: #71D104;
}
</style>
background-color css
<style>
a { background-color: #71D104; }
a { background-color: rgb(113,209,4); }
div.DivClassName
{
background-color: #71D104;
}
.BgClassName
{
background-color: #71D104;
}
</style>
border-color css
<style>
span { border-color: #71D104; }
span { border-color: rgb(113,209,4); }
td.TdClassName
{
border-color: #71D104;
}
.TagClassName
{
border-color: #71D104;
}
</style>