Shades of Lawn Green #71D610
Tints of Lawn Green #71D610
RGB
CMYK
RGB Variations
Color information
#71D610 (or 0x71D610) is known color: Lawn Green. HEX triplet: 71, D6 and 10. RGB value is (113,214,16). Sum of RGB (Red+Green+Blue) = 113+214+16=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #71D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D610 is #8E29EF. Grayscale: #A1A1A1. Windows color (decimal): -9316848 or 1103473. OLE color: 1103473.
HSL color Cylindrical-coordinate representation of color #71D610: hue angle of 90.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71D610 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.16 |
| HSL | 90.61º | 0.86% | 0.45% | - |
| HSV(B) | 90.61º | 0.93% | 0.84% | - |
| XYZ | 30.95 | 51.64 | 8.83 | - |
| YUV | 161.23 | 46.04 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 16 | 0.47 | 0 | 0.93 | 0.16 | 90.61 | 0.86 | 0.45 |
| Hex | 71 | D6 | 10 | 2F | 0 | 5D | 10 | 5B | 56 | 2D |
| Octal | 161 | 326 | 20 | 57 | 0 | 135 | 20 | 133 | 126 | 55 |
| Binary | 1110001 | 11010110 | 10000 | 101111 | 0 | 1011101 | 10000 | 1011011 | 1010110 | 101101 |
Color Harmonies of #71D610
Complementary color
Monochromatic Colors of #71D610
Black with #71D610
Text Example
Text Example
White with #71D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D610; }
p { color: rgb(113,214,16); }
H1.HeaderClassName
{
color: #71D610;
}
.AnyTagClassName
{
color: #71D610;
}
</style>
background-color css
<style>
a { background-color: #71D610; }
a { background-color: rgb(113,214,16); }
div.DivClassName
{
background-color: #71D610;
}
.BgClassName
{
background-color: #71D610;
}
</style>
border-color css
<style>
span { border-color: #71D610; }
span { border-color: rgb(113,214,16); }
td.TdClassName
{
border-color: #71D610;
}
.TagClassName
{
border-color: #71D610;
}
</style>