Shades of Lima #7DA627
Tints of Lima #7DA627
RGB
CMYK
RGB Variations
Color information
#7DA627 (or 0x7DA627) is known color: Lima. HEX triplet: 7D, A6 and 27. RGB value is (125,166,39). Sum of RGB (Red+Green+Blue) = 125+166+39=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA627 is #8259D8. Grayscale: #8B8B8B. Windows color (decimal): -8542681 or 2598525. OLE color: 2598525.
HSL color Cylindrical-coordinate representation of color #7DA627: hue angle of 79.37º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DA627 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 39 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.35 |
| HSL | 79.37º | 0.62% | 0.4% | - |
| HSV(B) | 79.37º | 0.77% | 0.65% | - |
| XYZ | 22.46 | 31.78 | 6.87 | - |
| YUV | 139.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 39 | 0.25 | 0 | 0.77 | 0.35 | 79.37 | 0.62 | 0.4 |
| Hex | 7D | A6 | 27 | 19 | 0 | 4D | 23 | 4F | 3E | 28 |
| Octal | 175 | 246 | 47 | 31 | 0 | 115 | 43 | 117 | 76 | 50 |
| Binary | 1111101 | 10100110 | 100111 | 11001 | 0 | 1001101 | 100011 | 1001111 | 111110 | 101000 |
Color Harmonies of #7DA627
Complementary color
Monochromatic Colors of #7DA627
Black with #7DA627
Text Example
Text Example
White with #7DA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA627; }
p { color: rgb(125,166,39); }
H1.HeaderClassName
{
color: #7DA627;
}
.AnyTagClassName
{
color: #7DA627;
}
</style>
background-color css
<style>
a { background-color: #7DA627; }
a { background-color: rgb(125,166,39); }
div.DivClassName
{
background-color: #7DA627;
}
.BgClassName
{
background-color: #7DA627;
}
</style>
border-color css
<style>
span { border-color: #7DA627; }
span { border-color: rgb(125,166,39); }
td.TdClassName
{
border-color: #7DA627;
}
.TagClassName
{
border-color: #7DA627;
}
</style>