Shades of Lima #7FAB19
Tints of Lima #7FAB19
RGB
CMYK
RGB Variations
Color information
#7FAB19 (or 0x7FAB19) is known color: Lima. HEX triplet: 7F, AB and 19. RGB value is (127,171,25). Sum of RGB (Red+Green+Blue) = 127+171+25=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB19 is #8054E6. Grayscale: #8D8D8D. Windows color (decimal): -8410343 or 1682303. OLE color: 1682303.
HSL color Cylindrical-coordinate representation of color #7FAB19: hue angle of 78.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FAB19 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 25 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.33 |
| HSL | 78.08º | 0.74% | 0.38% | - |
| HSV(B) | 78.08º | 0.85% | 0.67% | - |
| XYZ | 23.49 | 33.71 | 6.19 | - |
| YUV | 141.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 25 | 0.26 | 0 | 0.85 | 0.33 | 78.08 | 0.74 | 0.38 |
| Hex | 7F | AB | 19 | 1A | 0 | 55 | 21 | 4E | 4A | 26 |
| Octal | 177 | 253 | 31 | 32 | 0 | 125 | 41 | 116 | 112 | 46 |
| Binary | 1111111 | 10101011 | 11001 | 11010 | 0 | 1010101 | 100001 | 1001110 | 1001010 | 100110 |
Color Harmonies of #7FAB19
Complementary color
Monochromatic Colors of #7FAB19
Black with #7FAB19
Text Example
Text Example
White with #7FAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB19; }
p { color: rgb(127,171,25); }
H1.HeaderClassName
{
color: #7FAB19;
}
.AnyTagClassName
{
color: #7FAB19;
}
</style>
background-color css
<style>
a { background-color: #7FAB19; }
a { background-color: rgb(127,171,25); }
div.DivClassName
{
background-color: #7FAB19;
}
.BgClassName
{
background-color: #7FAB19;
}
</style>
border-color css
<style>
span { border-color: #7FAB19; }
span { border-color: rgb(127,171,25); }
td.TdClassName
{
border-color: #7FAB19;
}
.TagClassName
{
border-color: #7FAB19;
}
</style>