Shades of Lima #7DBD0D
Tints of Lima #7DBD0D
RGB
CMYK
RGB Variations
Color information
#7DBD0D (or 0x7DBD0D) is known color: Lima. HEX triplet: 7D, BD and 0D. RGB value is (125,189,13). Sum of RGB (Red+Green+Blue) = 125+189+13=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD0D is #8242F2. Grayscale: #969696. Windows color (decimal): -8536819 or 900477. OLE color: 900477.
HSL color Cylindrical-coordinate representation of color #7DBD0D: hue angle of 81.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DBD0D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 13 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.26 |
| HSL | 81.82º | 0.87% | 0.4% | - |
| HSV(B) | 81.82º | 0.93% | 0.74% | - |
| XYZ | 26.73 | 40.78 | 6.84 | - |
| YUV | 149.8 | 50.8 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 13 | 0.34 | 0 | 0.93 | 0.26 | 81.82 | 0.87 | 0.4 |
| Hex | 7D | BD | D | 22 | 0 | 5D | 1A | 52 | 57 | 28 |
| Octal | 175 | 275 | 15 | 42 | 0 | 135 | 32 | 122 | 127 | 50 |
| Binary | 1111101 | 10111101 | 1101 | 100010 | 0 | 1011101 | 11010 | 1010010 | 1010111 | 101000 |
Color Harmonies of #7DBD0D
Complementary color
Monochromatic Colors of #7DBD0D
Black with #7DBD0D
Text Example
Text Example
White with #7DBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD0D; }
p { color: rgb(125,189,13); }
H1.HeaderClassName
{
color: #7DBD0D;
}
.AnyTagClassName
{
color: #7DBD0D;
}
</style>
background-color css
<style>
a { background-color: #7DBD0D; }
a { background-color: rgb(125,189,13); }
div.DivClassName
{
background-color: #7DBD0D;
}
.BgClassName
{
background-color: #7DBD0D;
}
</style>
border-color css
<style>
span { border-color: #7DBD0D; }
span { border-color: rgb(125,189,13); }
td.TdClassName
{
border-color: #7DBD0D;
}
.TagClassName
{
border-color: #7DBD0D;
}
</style>