Shades of Lawn Green #71D706
Tints of Lawn Green #71D706
RGB
CMYK
RGB Variations
Color information
#71D706 (or 0x71D706) is known color: Lawn Green. HEX triplet: 71, D7 and 06. RGB value is (113,215,6). Sum of RGB (Red+Green+Blue) = 113+215+6=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #71D706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D706 is #8E28F9. Grayscale: #A1A1A1. Windows color (decimal): -9316602 or 448369. OLE color: 448369.
HSL color Cylindrical-coordinate representation of color #71D706: hue angle of 89.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71D706 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 6 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.16 |
| HSL | 89.28º | 0.95% | 0.43% | - |
| HSV(B) | 89.28º | 0.97% | 0.84% | - |
| XYZ | 31.14 | 52.12 | 8.59 | - |
| YUV | 160.68 | 40.71 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 6 | 0.47 | 0 | 0.97 | 0.16 | 89.28 | 0.95 | 0.43 |
| Hex | 71 | D7 | 6 | 2F | 0 | 61 | 10 | 59 | 5F | 2B |
| Octal | 161 | 327 | 6 | 57 | 0 | 141 | 20 | 131 | 137 | 53 |
| Binary | 1110001 | 11010111 | 110 | 101111 | 0 | 1100001 | 10000 | 1011001 | 1011111 | 101011 |
Color Harmonies of #71D706
Complementary color
Monochromatic Colors of #71D706
Black with #71D706
Text Example
Text Example
White with #71D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D706; }
p { color: rgb(113,215,6); }
H1.HeaderClassName
{
color: #71D706;
}
.AnyTagClassName
{
color: #71D706;
}
</style>
background-color css
<style>
a { background-color: #71D706; }
a { background-color: rgb(113,215,6); }
div.DivClassName
{
background-color: #71D706;
}
.BgClassName
{
background-color: #71D706;
}
</style>
border-color css
<style>
span { border-color: #71D706; }
span { border-color: rgb(113,215,6); }
td.TdClassName
{
border-color: #71D706;
}
.TagClassName
{
border-color: #71D706;
}
</style>