Shades of Lima #7FAB17
Tints of Lima #7FAB17
RGB
CMYK
RGB Variations
Color information
#7FAB17 (or 0x7FAB17) is known color: Lima. HEX triplet: 7F, AB and 17. RGB value is (127,171,23). Sum of RGB (Red+Green+Blue) = 127+171+23=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB17 is #8054E8. Grayscale: #8D8D8D. Windows color (decimal): -8410345 or 1551231. OLE color: 1551231.
HSL color Cylindrical-coordinate representation of color #7FAB17: hue angle of 77.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FAB17 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 23 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.33 |
| HSL | 77.84º | 0.76% | 0.38% | - |
| HSV(B) | 77.84º | 0.87% | 0.67% | - |
| XYZ | 23.47 | 33.7 | 6.08 | - |
| YUV | 140.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 23 | 0.26 | 0 | 0.87 | 0.33 | 77.84 | 0.76 | 0.38 |
| Hex | 7F | AB | 17 | 1A | 0 | 57 | 21 | 4E | 4C | 26 |
| Octal | 177 | 253 | 27 | 32 | 0 | 127 | 41 | 116 | 114 | 46 |
| Binary | 1111111 | 10101011 | 10111 | 11010 | 0 | 1010111 | 100001 | 1001110 | 1001100 | 100110 |
Color Harmonies of #7FAB17
Complementary color
Monochromatic Colors of #7FAB17
Black with #7FAB17
Text Example
Text Example
White with #7FAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB17; }
p { color: rgb(127,171,23); }
H1.HeaderClassName
{
color: #7FAB17;
}
.AnyTagClassName
{
color: #7FAB17;
}
</style>
background-color css
<style>
a { background-color: #7FAB17; }
a { background-color: rgb(127,171,23); }
div.DivClassName
{
background-color: #7FAB17;
}
.BgClassName
{
background-color: #7FAB17;
}
</style>
border-color css
<style>
span { border-color: #7FAB17; }
span { border-color: rgb(127,171,23); }
td.TdClassName
{
border-color: #7FAB17;
}
.TagClassName
{
border-color: #7FAB17;
}
</style>