Shades of Lima #7DB009
Tints of Lima #7DB009
RGB
CMYK
RGB Variations
Color information
#7DB009 (or 0x7DB009) is known color: Lima. HEX triplet: 7D, B0 and 09. RGB value is (125,176,9). Sum of RGB (Red+Green+Blue) = 125+176+9=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB009 is #824FF6. Grayscale: #8E8E8E. Windows color (decimal): -8540151 or 635005. OLE color: 635005.
HSL color Cylindrical-coordinate representation of color #7DB009: hue angle of 78.32º 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 #7DB009 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.31 |
| HSL | 78.32º | 0.9% | 0.36% | - |
| HSV(B) | 78.32º | 0.95% | 0.69% | - |
| XYZ | 24.03 | 35.43 | 5.83 | - |
| YUV | 141.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 9 | 0.29 | 0 | 0.95 | 0.31 | 78.32 | 0.9 | 0.36 |
| Hex | 7D | B0 | 9 | 1D | 0 | 5F | 1F | 4E | 5A | 24 |
| Octal | 175 | 260 | 11 | 35 | 0 | 137 | 37 | 116 | 132 | 44 |
| Binary | 1111101 | 10110000 | 1001 | 11101 | 0 | 1011111 | 11111 | 1001110 | 1011010 | 100100 |
Color Harmonies of #7DB009
Complementary color
Monochromatic Colors of #7DB009
Black with #7DB009
Text Example
Text Example
White with #7DB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB009; }
p { color: rgb(125,176,9); }
H1.HeaderClassName
{
color: #7DB009;
}
.AnyTagClassName
{
color: #7DB009;
}
</style>
background-color css
<style>
a { background-color: #7DB009; }
a { background-color: rgb(125,176,9); }
div.DivClassName
{
background-color: #7DB009;
}
.BgClassName
{
background-color: #7DB009;
}
</style>
border-color css
<style>
span { border-color: #7DB009; }
span { border-color: rgb(125,176,9); }
td.TdClassName
{
border-color: #7DB009;
}
.TagClassName
{
border-color: #7DB009;
}
</style>