Shades of Lawn Green #71D207
Tints of Lawn Green #71D207
RGB
CMYK
RGB Variations
Color information
#71D207 (or 0x71D207) is known color: Lawn Green. HEX triplet: 71, D2 and 07. RGB value is (113,210,7). Sum of RGB (Red+Green+Blue) = 113+210+7=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #71D207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D207 is #8E2DF8. Grayscale: #9E9E9E. Windows color (decimal): -9317881 or 512625. OLE color: 512625.
HSL color Cylindrical-coordinate representation of color #71D207: hue angle of 88.67º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71D207 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.18 |
| HSL | 88.67º | 0.94% | 0.43% | - |
| HSV(B) | 88.67º | 0.97% | 0.82% | - |
| XYZ | 29.9 | 49.62 | 8.2 | - |
| YUV | 157.86 | 42.86 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 7 | 0.46 | 0 | 0.97 | 0.18 | 88.67 | 0.94 | 0.43 |
| Hex | 71 | D2 | 7 | 2E | 0 | 61 | 12 | 59 | 5E | 2B |
| Octal | 161 | 322 | 7 | 56 | 0 | 141 | 22 | 131 | 136 | 53 |
| Binary | 1110001 | 11010010 | 111 | 101110 | 0 | 1100001 | 10010 | 1011001 | 1011110 | 101011 |
Color Harmonies of #71D207
Complementary color
Monochromatic Colors of #71D207
Black with #71D207
Text Example
Text Example
White with #71D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D207; }
p { color: rgb(113,210,7); }
H1.HeaderClassName
{
color: #71D207;
}
.AnyTagClassName
{
color: #71D207;
}
</style>
background-color css
<style>
a { background-color: #71D207; }
a { background-color: rgb(113,210,7); }
div.DivClassName
{
background-color: #71D207;
}
.BgClassName
{
background-color: #71D207;
}
</style>
border-color css
<style>
span { border-color: #71D207; }
span { border-color: rgb(113,210,7); }
td.TdClassName
{
border-color: #71D207;
}
.TagClassName
{
border-color: #71D207;
}
</style>