Shades of Lawn Green #71F10E
Tints of Lawn Green #71F10E
RGB
CMYK
RGB Variations
Color information
#71F10E (or 0x71F10E) is known color: Lawn Green. HEX triplet: 71, F1 and 0E. RGB value is (113,241,14). Sum of RGB (Red+Green+Blue) = 113+241+14=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #71F10E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F10E is #8E0EF1. Grayscale: #B1B1B1. Windows color (decimal): -9309938 or 979313. OLE color: 979313.
HSL color Cylindrical-coordinate representation of color #71F10E: hue angle of 93.83º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71F10E is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 14 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.05 |
| HSL | 93.83º | 0.89% | 0.5% | - |
| HSV(B) | 93.83º | 0.94% | 0.95% | - |
| XYZ | 38.34 | 66.45 | 11.22 | - |
| YUV | 176.85 | 36.09 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 14 | 0.53 | 0 | 0.94 | 0.05 | 93.83 | 0.89 | 0.5 |
| Hex | 71 | F1 | E | 35 | 0 | 5E | 5 | 5E | 59 | 32 |
| Octal | 161 | 361 | 16 | 65 | 0 | 136 | 5 | 136 | 131 | 62 |
| Binary | 1110001 | 11110001 | 1110 | 110101 | 0 | 1011110 | 101 | 1011110 | 1011001 | 110010 |
Color Harmonies of #71F10E
Complementary color
Monochromatic Colors of #71F10E
Black with #71F10E
Text Example
Text Example
White with #71F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F10E; }
p { color: rgb(113,241,14); }
H1.HeaderClassName
{
color: #71F10E;
}
.AnyTagClassName
{
color: #71F10E;
}
</style>
background-color css
<style>
a { background-color: #71F10E; }
a { background-color: rgb(113,241,14); }
div.DivClassName
{
background-color: #71F10E;
}
.BgClassName
{
background-color: #71F10E;
}
</style>
border-color css
<style>
span { border-color: #71F10E; }
span { border-color: rgb(113,241,14); }
td.TdClassName
{
border-color: #71F10E;
}
.TagClassName
{
border-color: #71F10E;
}
</style>