Shades of Lima #7DB109
Tints of Lima #7DB109
RGB
CMYK
RGB Variations
Color information
#7DB109 (or 0x7DB109) is known color: Lima. HEX triplet: 7D, B1 and 09. RGB value is (125,177,9). Sum of RGB (Red+Green+Blue) = 125+177+9=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB109 is #824EF6. Grayscale: #8E8E8E. Windows color (decimal): -8539895 or 635261. OLE color: 635261.
HSL color Cylindrical-coordinate representation of color #7DB109: hue angle of 78.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DB109 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.31 |
| HSL | 78.57º | 0.9% | 0.36% | - |
| HSV(B) | 78.57º | 0.95% | 0.69% | - |
| XYZ | 24.23 | 35.82 | 5.9 | - |
| YUV | 142.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 9 | 0.29 | 0 | 0.95 | 0.31 | 78.57 | 0.9 | 0.36 |
| Hex | 7D | B1 | 9 | 1D | 0 | 5F | 1F | 4F | 5A | 24 |
| Octal | 175 | 261 | 11 | 35 | 0 | 137 | 37 | 117 | 132 | 44 |
| Binary | 1111101 | 10110001 | 1001 | 11101 | 0 | 1011111 | 11111 | 1001111 | 1011010 | 100100 |
Color Harmonies of #7DB109
Complementary color
Monochromatic Colors of #7DB109
Black with #7DB109
Text Example
Text Example
White with #7DB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB109; }
p { color: rgb(125,177,9); }
H1.HeaderClassName
{
color: #7DB109;
}
.AnyTagClassName
{
color: #7DB109;
}
</style>
background-color css
<style>
a { background-color: #7DB109; }
a { background-color: rgb(125,177,9); }
div.DivClassName
{
background-color: #7DB109;
}
.BgClassName
{
background-color: #7DB109;
}
</style>
border-color css
<style>
span { border-color: #7DB109; }
span { border-color: rgb(125,177,9); }
td.TdClassName
{
border-color: #7DB109;
}
.TagClassName
{
border-color: #7DB109;
}
</style>