Shades of Lima #7DAB14
Tints of Lima #7DAB14
RGB
CMYK
RGB Variations
Color information
#7DAB14 (or 0x7DAB14) is known color: Lima. HEX triplet: 7D, AB and 14. RGB value is (125,171,20). Sum of RGB (Red+Green+Blue) = 125+171+20=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB14 is #8254EB. Grayscale: #8C8C8C. Windows color (decimal): -8541420 or 1354621. OLE color: 1354621.
HSL color Cylindrical-coordinate representation of color #7DAB14: hue angle of 78.28º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DAB14 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 20 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.33 |
| HSL | 78.28º | 0.79% | 0.37% | - |
| HSV(B) | 78.28º | 0.88% | 0.67% | - |
| XYZ | 23.15 | 33.54 | 5.92 | - |
| YUV | 140.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 20 | 0.27 | 0 | 0.88 | 0.33 | 78.28 | 0.79 | 0.37 |
| Hex | 7D | AB | 14 | 1B | 0 | 58 | 21 | 4E | 4F | 25 |
| Octal | 175 | 253 | 24 | 33 | 0 | 130 | 41 | 116 | 117 | 45 |
| Binary | 1111101 | 10101011 | 10100 | 11011 | 0 | 1011000 | 100001 | 1001110 | 1001111 | 100101 |
Color Harmonies of #7DAB14
Complementary color
Monochromatic Colors of #7DAB14
Black with #7DAB14
Text Example
Text Example
White with #7DAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB14; }
p { color: rgb(125,171,20); }
H1.HeaderClassName
{
color: #7DAB14;
}
.AnyTagClassName
{
color: #7DAB14;
}
</style>
background-color css
<style>
a { background-color: #7DAB14; }
a { background-color: rgb(125,171,20); }
div.DivClassName
{
background-color: #7DAB14;
}
.BgClassName
{
background-color: #7DAB14;
}
</style>
border-color css
<style>
span { border-color: #7DAB14; }
span { border-color: rgb(125,171,20); }
td.TdClassName
{
border-color: #7DAB14;
}
.TagClassName
{
border-color: #7DAB14;
}
</style>