Shades of Lima #7FAD17
Tints of Lima #7FAD17
RGB
CMYK
RGB Variations
Color information
#7FAD17 (or 0x7FAD17) is known color: Lima. HEX triplet: 7F, AD and 17. RGB value is (127,173,23). Sum of RGB (Red+Green+Blue) = 127+173+23=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD17 is #8052E8. Grayscale: #8E8E8E. Windows color (decimal): -8409833 or 1551743. OLE color: 1551743.
HSL color Cylindrical-coordinate representation of color #7FAD17: hue angle of 78.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FAD17 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 23 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.32 |
| HSL | 78.4º | 0.77% | 0.38% | - |
| HSV(B) | 78.4º | 0.87% | 0.68% | - |
| XYZ | 23.85 | 34.46 | 6.21 | - |
| YUV | 142.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 23 | 0.27 | 0 | 0.87 | 0.32 | 78.4 | 0.77 | 0.38 |
| Hex | 7F | AD | 17 | 1B | 0 | 57 | 20 | 4E | 4D | 26 |
| Octal | 177 | 255 | 27 | 33 | 0 | 127 | 40 | 116 | 115 | 46 |
| Binary | 1111111 | 10101101 | 10111 | 11011 | 0 | 1010111 | 100000 | 1001110 | 1001101 | 100110 |
Color Harmonies of #7FAD17
Complementary color
Monochromatic Colors of #7FAD17
Black with #7FAD17
Text Example
Text Example
White with #7FAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD17; }
p { color: rgb(127,173,23); }
H1.HeaderClassName
{
color: #7FAD17;
}
.AnyTagClassName
{
color: #7FAD17;
}
</style>
background-color css
<style>
a { background-color: #7FAD17; }
a { background-color: rgb(127,173,23); }
div.DivClassName
{
background-color: #7FAD17;
}
.BgClassName
{
background-color: #7FAD17;
}
</style>
border-color css
<style>
span { border-color: #7FAD17; }
span { border-color: rgb(127,173,23); }
td.TdClassName
{
border-color: #7FAD17;
}
.TagClassName
{
border-color: #7FAD17;
}
</style>