Shades of Lima #7DBB0A
Tints of Lima #7DBB0A
RGB
CMYK
RGB Variations
Color information
#7DBB0A (or 0x7DBB0A) is known color: Lima. HEX triplet: 7D, BB and 0A. RGB value is (125,187,10). Sum of RGB (Red+Green+Blue) = 125+187+10=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB0A is #8244F5. Grayscale: #949494. Windows color (decimal): -8537334 or 703357. OLE color: 703357.
HSL color Cylindrical-coordinate representation of color #7DBB0A: hue angle of 81.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DBB0A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 10 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.27 |
| HSL | 81.02º | 0.9% | 0.39% | - |
| HSV(B) | 81.02º | 0.95% | 0.73% | - |
| XYZ | 26.28 | 39.92 | 6.61 | - |
| YUV | 148.28 | 49.96 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 10 | 0.33 | 0 | 0.95 | 0.27 | 81.02 | 0.9 | 0.39 |
| Hex | 7D | BB | A | 21 | 0 | 5F | 1B | 51 | 5A | 27 |
| Octal | 175 | 273 | 12 | 41 | 0 | 137 | 33 | 121 | 132 | 47 |
| Binary | 1111101 | 10111011 | 1010 | 100001 | 0 | 1011111 | 11011 | 1010001 | 1011010 | 100111 |
Color Harmonies of #7DBB0A
Complementary color
Monochromatic Colors of #7DBB0A
Black with #7DBB0A
Text Example
Text Example
White with #7DBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB0A; }
p { color: rgb(125,187,10); }
H1.HeaderClassName
{
color: #7DBB0A;
}
.AnyTagClassName
{
color: #7DBB0A;
}
</style>
background-color css
<style>
a { background-color: #7DBB0A; }
a { background-color: rgb(125,187,10); }
div.DivClassName
{
background-color: #7DBB0A;
}
.BgClassName
{
background-color: #7DBB0A;
}
</style>
border-color css
<style>
span { border-color: #7DBB0A; }
span { border-color: rgb(125,187,10); }
td.TdClassName
{
border-color: #7DBB0A;
}
.TagClassName
{
border-color: #7DBB0A;
}
</style>