Shades of Lima #7DAB17
Tints of Lima #7DAB17
RGB
CMYK
RGB Variations
Color information
#7DAB17 (or 0x7DAB17) is known color: Lima. HEX triplet: 7D, AB and 17. RGB value is (125,171,23). Sum of RGB (Red+Green+Blue) = 125+171+23=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB17 is #8254E8. Grayscale: #8C8C8C. Windows color (decimal): -8541417 or 1551229. OLE color: 1551229.
HSL color Cylindrical-coordinate representation of color #7DAB17: hue angle of 78.65º 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 #7DAB17 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 23 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.33 |
| HSL | 78.65º | 0.76% | 0.38% | - |
| HSV(B) | 78.65º | 0.87% | 0.67% | - |
| XYZ | 23.18 | 33.55 | 6.06 | - |
| YUV | 140.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 23 | 0.27 | 0 | 0.87 | 0.33 | 78.65 | 0.76 | 0.38 |
| Hex | 7D | AB | 17 | 1B | 0 | 57 | 21 | 4F | 4C | 26 |
| Octal | 175 | 253 | 27 | 33 | 0 | 127 | 41 | 117 | 114 | 46 |
| Binary | 1111101 | 10101011 | 10111 | 11011 | 0 | 1010111 | 100001 | 1001111 | 1001100 | 100110 |
Color Harmonies of #7DAB17
Complementary color
Monochromatic Colors of #7DAB17
Black with #7DAB17
Text Example
Text Example
White with #7DAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB17; }
p { color: rgb(125,171,23); }
H1.HeaderClassName
{
color: #7DAB17;
}
.AnyTagClassName
{
color: #7DAB17;
}
</style>
background-color css
<style>
a { background-color: #7DAB17; }
a { background-color: rgb(125,171,23); }
div.DivClassName
{
background-color: #7DAB17;
}
.BgClassName
{
background-color: #7DAB17;
}
</style>
border-color css
<style>
span { border-color: #7DAB17; }
span { border-color: rgb(125,171,23); }
td.TdClassName
{
border-color: #7DAB17;
}
.TagClassName
{
border-color: #7DAB17;
}
</style>