Shades of Lima #7DAB0E
Tints of Lima #7DAB0E
RGB
CMYK
RGB Variations
Color information
#7DAB0E (or 0x7DAB0E) is known color: Lima. HEX triplet: 7D, AB and 0E. RGB value is (125,171,14). Sum of RGB (Red+Green+Blue) = 125+171+14=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB0E is #8254F1. Grayscale: #8B8B8B. Windows color (decimal): -8541426 or 961405. OLE color: 961405.
HSL color Cylindrical-coordinate representation of color #7DAB0E: hue angle of 77.58º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DAB0E is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 14 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.33 |
| HSL | 77.58º | 0.85% | 0.36% | - |
| HSV(B) | 77.58º | 0.92% | 0.67% | - |
| XYZ | 23.1 | 33.52 | 5.67 | - |
| YUV | 139.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 14 | 0.27 | 0 | 0.92 | 0.33 | 77.58 | 0.85 | 0.36 |
| Hex | 7D | AB | E | 1B | 0 | 5C | 21 | 4E | 55 | 24 |
| Octal | 175 | 253 | 16 | 33 | 0 | 134 | 41 | 116 | 125 | 44 |
| Binary | 1111101 | 10101011 | 1110 | 11011 | 0 | 1011100 | 100001 | 1001110 | 1010101 | 100100 |
Color Harmonies of #7DAB0E
Complementary color
Monochromatic Colors of #7DAB0E
Black with #7DAB0E
Text Example
Text Example
White with #7DAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB0E; }
p { color: rgb(125,171,14); }
H1.HeaderClassName
{
color: #7DAB0E;
}
.AnyTagClassName
{
color: #7DAB0E;
}
</style>
background-color css
<style>
a { background-color: #7DAB0E; }
a { background-color: rgb(125,171,14); }
div.DivClassName
{
background-color: #7DAB0E;
}
.BgClassName
{
background-color: #7DAB0E;
}
</style>
border-color css
<style>
span { border-color: #7DAB0E; }
span { border-color: rgb(125,171,14); }
td.TdClassName
{
border-color: #7DAB0E;
}
.TagClassName
{
border-color: #7DAB0E;
}
</style>