Shades of Lawn Green #71E10C
Tints of Lawn Green #71E10C
RGB
CMYK
RGB Variations
Color information
#71E10C (or 0x71E10C) is known color: Lawn Green. HEX triplet: 71, E1 and 0C. RGB value is (113,225,12). Sum of RGB (Red+Green+Blue) = 113+225+12=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #71E10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E10C is #8E1EF3. Grayscale: #A7A7A7. Windows color (decimal): -9314036 or 844145. OLE color: 844145.
HSL color Cylindrical-coordinate representation of color #71E10C: hue angle of 91.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71E10C is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 12 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.12 |
| HSL | 91.55º | 0.9% | 0.46% | - |
| HSV(B) | 91.55º | 0.95% | 0.88% | - |
| XYZ | 33.8 | 57.39 | 9.64 | - |
| YUV | 167.23 | 40.39 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 12 | 0.50 | 0 | 0.95 | 0.12 | 91.55 | 0.9 | 0.46 |
| Hex | 71 | E1 | C | 32 | 0 | 5F | C | 5C | 5A | 2E |
| Octal | 161 | 341 | 14 | 62 | 0 | 137 | 14 | 134 | 132 | 56 |
| Binary | 1110001 | 11100001 | 1100 | 110010 | 0 | 1011111 | 1100 | 1011100 | 1011010 | 101110 |
Color Harmonies of #71E10C
Complementary color
Monochromatic Colors of #71E10C
Black with #71E10C
Text Example
Text Example
White with #71E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E10C; }
p { color: rgb(113,225,12); }
H1.HeaderClassName
{
color: #71E10C;
}
.AnyTagClassName
{
color: #71E10C;
}
</style>
background-color css
<style>
a { background-color: #71E10C; }
a { background-color: rgb(113,225,12); }
div.DivClassName
{
background-color: #71E10C;
}
.BgClassName
{
background-color: #71E10C;
}
</style>
border-color css
<style>
span { border-color: #71E10C; }
span { border-color: rgb(113,225,12); }
td.TdClassName
{
border-color: #71E10C;
}
.TagClassName
{
border-color: #71E10C;
}
</style>