Shades of Lima #7DB209
Tints of Lima #7DB209
RGB
CMYK
RGB Variations
Color information
#7DB209 (or 0x7DB209) is known color: Lima. HEX triplet: 7D, B2 and 09. RGB value is (125,178,9). Sum of RGB (Red+Green+Blue) = 125+178+9=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB209 is #824DF6. Grayscale: #8F8F8F. Windows color (decimal): -8539639 or 635517. OLE color: 635517.
HSL color Cylindrical-coordinate representation of color #7DB209: hue angle of 78.82º 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 #7DB209 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.30 |
| HSL | 78.82º | 0.9% | 0.37% | - |
| HSV(B) | 78.82º | 0.95% | 0.7% | - |
| XYZ | 24.43 | 36.22 | 5.96 | - |
| YUV | 142.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 9 | 0.30 | 0 | 0.95 | 0.30 | 78.82 | 0.9 | 0.37 |
| Hex | 7D | B2 | 9 | 1E | 0 | 5F | 1E | 4F | 5A | 25 |
| Octal | 175 | 262 | 11 | 36 | 0 | 137 | 36 | 117 | 132 | 45 |
| Binary | 1111101 | 10110010 | 1001 | 11110 | 0 | 1011111 | 11110 | 1001111 | 1011010 | 100101 |
Color Harmonies of #7DB209
Complementary color
Monochromatic Colors of #7DB209
Black with #7DB209
Text Example
Text Example
White with #7DB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB209; }
p { color: rgb(125,178,9); }
H1.HeaderClassName
{
color: #7DB209;
}
.AnyTagClassName
{
color: #7DB209;
}
</style>
background-color css
<style>
a { background-color: #7DB209; }
a { background-color: rgb(125,178,9); }
div.DivClassName
{
background-color: #7DB209;
}
.BgClassName
{
background-color: #7DB209;
}
</style>
border-color css
<style>
span { border-color: #7DB209; }
span { border-color: rgb(125,178,9); }
td.TdClassName
{
border-color: #7DB209;
}
.TagClassName
{
border-color: #7DB209;
}
</style>