Shades of Lima #7DB309
Tints of Lima #7DB309
RGB
CMYK
RGB Variations
Color information
#7DB309 (or 0x7DB309) is known color: Lima. HEX triplet: 7D, B3 and 09. RGB value is (125,179,9). Sum of RGB (Red+Green+Blue) = 125+179+9=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB309 is #824CF6. Grayscale: #909090. Windows color (decimal): -8539383 or 635773. OLE color: 635773.
HSL color Cylindrical-coordinate representation of color #7DB309: hue angle of 79.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DB309 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.30 |
| HSL | 79.06º | 0.9% | 0.37% | - |
| HSV(B) | 79.06º | 0.95% | 0.7% | - |
| XYZ | 24.63 | 36.62 | 6.03 | - |
| YUV | 143.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 9 | 0.30 | 0 | 0.95 | 0.30 | 79.06 | 0.9 | 0.37 |
| Hex | 7D | B3 | 9 | 1E | 0 | 5F | 1E | 4F | 5A | 25 |
| Octal | 175 | 263 | 11 | 36 | 0 | 137 | 36 | 117 | 132 | 45 |
| Binary | 1111101 | 10110011 | 1001 | 11110 | 0 | 1011111 | 11110 | 1001111 | 1011010 | 100101 |
Color Harmonies of #7DB309
Complementary color
Monochromatic Colors of #7DB309
Black with #7DB309
Text Example
Text Example
White with #7DB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB309; }
p { color: rgb(125,179,9); }
H1.HeaderClassName
{
color: #7DB309;
}
.AnyTagClassName
{
color: #7DB309;
}
</style>
background-color css
<style>
a { background-color: #7DB309; }
a { background-color: rgb(125,179,9); }
div.DivClassName
{
background-color: #7DB309;
}
.BgClassName
{
background-color: #7DB309;
}
</style>
border-color css
<style>
span { border-color: #7DB309; }
span { border-color: rgb(125,179,9); }
td.TdClassName
{
border-color: #7DB309;
}
.TagClassName
{
border-color: #7DB309;
}
</style>