Shades of Lawn Green #71D804
Tints of Lawn Green #71D804
RGB
CMYK
RGB Variations
Color information
#71D804 (or 0x71D804) is known color: Lawn Green. HEX triplet: 71, D8 and 04. RGB value is (113,216,4). Sum of RGB (Red+Green+Blue) = 113+216+4=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #71D804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D804 is #8E27FB. Grayscale: #A1A1A1. Windows color (decimal): -9316348 or 317553. OLE color: 317553.
HSL color Cylindrical-coordinate representation of color #71D804: hue angle of 89.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71D804 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
RGB | 113 | 216 | 4 | - |
CMYK | 0.48 | 0 | 0.98 | 0.15 |
HSL | 89.15º | 0.96% | 0.43% | - |
HSV(B) | 89.15º | 0.98% | 0.85% | - |
XYZ | 31.39 | 52.63 | 8.62 | - |
YUV | 161.04 | 39.38 | 93.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 216 | 4 | 0.48 | 0 | 0.98 | 0.15 | 89.15 | 0.96 | 0.43 |
Hex | 71 | D8 | 4 | 30 | 0 | 62 | F | 59 | 60 | 2B |
Octal | 161 | 330 | 4 | 60 | 0 | 142 | 17 | 131 | 140 | 53 |
Binary | 1110001 | 11011000 | 100 | 110000 | 0 | 1100010 | 1111 | 1011001 | 1100000 | 101011 |
Color Harmonies of #71D804
Complementary color
Monochromatic Colors of #71D804
Black with #71D804
Text Example
Text Example
White with #71D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D804; }
p { color: rgb(113,216,4); }
H1.HeaderClassName
{
color: #71D804;
}
.AnyTagClassName
{
color: #71D804;
}
</style>
background-color css
<style>
a { background-color: #71D804; }
a { background-color: rgb(113,216,4); }
div.DivClassName
{
background-color: #71D804;
}
.BgClassName
{
background-color: #71D804;
}
</style>
border-color css
<style>
span { border-color: #71D804; }
span { border-color: rgb(113,216,4); }
td.TdClassName
{
border-color: #71D804;
}
.TagClassName
{
border-color: #71D804;
}
</style>