Shades of Lima #7DBA10
Tints of Lima #7DBA10
RGB
CMYK
RGB Variations
Color information
#7DBA10 (or 0x7DBA10) is known color: Lima. HEX triplet: 7D, BA and 10. RGB value is (125,186,16). Sum of RGB (Red+Green+Blue) = 125+186+16=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA10 is #8245EF. Grayscale: #959595. Windows color (decimal): -8537584 or 1096317. OLE color: 1096317.
HSL color Cylindrical-coordinate representation of color #7DBA10: hue angle of 81.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBA10 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.27 |
| HSL | 81.53º | 0.84% | 0.4% | - |
| HSV(B) | 81.53º | 0.91% | 0.73% | - |
| XYZ | 26.11 | 39.52 | 6.74 | - |
| YUV | 148.38 | 53.29 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 16 | 0.33 | 0 | 0.91 | 0.27 | 81.53 | 0.84 | 0.4 |
| Hex | 7D | BA | 10 | 21 | 0 | 5B | 1B | 52 | 54 | 28 |
| Octal | 175 | 272 | 20 | 41 | 0 | 133 | 33 | 122 | 124 | 50 |
| Binary | 1111101 | 10111010 | 10000 | 100001 | 0 | 1011011 | 11011 | 1010010 | 1010100 | 101000 |
Color Harmonies of #7DBA10
Complementary color
Monochromatic Colors of #7DBA10
Black with #7DBA10
Text Example
Text Example
White with #7DBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA10; }
p { color: rgb(125,186,16); }
H1.HeaderClassName
{
color: #7DBA10;
}
.AnyTagClassName
{
color: #7DBA10;
}
</style>
background-color css
<style>
a { background-color: #7DBA10; }
a { background-color: rgb(125,186,16); }
div.DivClassName
{
background-color: #7DBA10;
}
.BgClassName
{
background-color: #7DBA10;
}
</style>
border-color css
<style>
span { border-color: #7DBA10; }
span { border-color: rgb(125,186,16); }
td.TdClassName
{
border-color: #7DBA10;
}
.TagClassName
{
border-color: #7DBA10;
}
</style>