Shades of Lawn Green #71F70B
Tints of Lawn Green #71F70B
RGB
CMYK
RGB Variations
Color information
#71F70B (or 0x71F70B) is known color: Lawn Green. HEX triplet: 71, F7 and 0B. RGB value is (113,247,11). Sum of RGB (Red+Green+Blue) = 113+247+11=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #71F70B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F70B is #8E08F4. Grayscale: #B4B4B4. Windows color (decimal): -9308405 or 784241. OLE color: 784241.
HSL color Cylindrical-coordinate representation of color #71F70B: hue angle of 94.07º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71F70B is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 11 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.03 |
| HSL | 94.07º | 0.94% | 0.51% | - |
| HSV(B) | 94.07º | 0.96% | 0.97% | - |
| XYZ | 40.13 | 70.06 | 11.72 | - |
| YUV | 180.03 | 32.61 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 11 | 0.54 | 0 | 0.96 | 0.03 | 94.07 | 0.94 | 0.51 |
| Hex | 71 | F7 | B | 36 | 0 | 60 | 3 | 5E | 5E | 33 |
| Octal | 161 | 367 | 13 | 66 | 0 | 140 | 3 | 136 | 136 | 63 |
| Binary | 1110001 | 11110111 | 1011 | 110110 | 0 | 1100000 | 11 | 1011110 | 1011110 | 110011 |
Color Harmonies of #71F70B
Complementary color
Monochromatic Colors of #71F70B
Black with #71F70B
Text Example
Text Example
White with #71F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F70B; }
p { color: rgb(113,247,11); }
H1.HeaderClassName
{
color: #71F70B;
}
.AnyTagClassName
{
color: #71F70B;
}
</style>
background-color css
<style>
a { background-color: #71F70B; }
a { background-color: rgb(113,247,11); }
div.DivClassName
{
background-color: #71F70B;
}
.BgClassName
{
background-color: #71F70B;
}
</style>
border-color css
<style>
span { border-color: #71F70B; }
span { border-color: rgb(113,247,11); }
td.TdClassName
{
border-color: #71F70B;
}
.TagClassName
{
border-color: #71F70B;
}
</style>