Shades of Lima #7DBA04
Tints of Lima #7DBA04
RGB
CMYK
RGB Variations
Color information
#7DBA04 (or 0x7DBA04) is known color: Lima. HEX triplet: 7D, BA and 04. RGB value is (125,186,4). Sum of RGB (Red+Green+Blue) = 125+186+4=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA04 is #8245FB. Grayscale: #939393. Windows color (decimal): -8537596 or 309885. OLE color: 309885.
HSL color Cylindrical-coordinate representation of color #7DBA04: hue angle of 80.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DBA04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.27 |
| HSL | 80.11º | 0.96% | 0.37% | - |
| HSV(B) | 80.11º | 0.98% | 0.73% | - |
| XYZ | 26.04 | 39.49 | 6.36 | - |
| YUV | 147.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 4 | 0.33 | 0 | 0.98 | 0.27 | 80.11 | 0.96 | 0.37 |
| Hex | 7D | BA | 4 | 21 | 0 | 62 | 1B | 50 | 60 | 25 |
| Octal | 175 | 272 | 4 | 41 | 0 | 142 | 33 | 120 | 140 | 45 |
| Binary | 1111101 | 10111010 | 100 | 100001 | 0 | 1100010 | 11011 | 1010000 | 1100000 | 100101 |
Color Harmonies of #7DBA04
Complementary color
Monochromatic Colors of #7DBA04
Black with #7DBA04
Text Example
Text Example
White with #7DBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA04; }
p { color: rgb(125,186,4); }
H1.HeaderClassName
{
color: #7DBA04;
}
.AnyTagClassName
{
color: #7DBA04;
}
</style>
background-color css
<style>
a { background-color: #7DBA04; }
a { background-color: rgb(125,186,4); }
div.DivClassName
{
background-color: #7DBA04;
}
.BgClassName
{
background-color: #7DBA04;
}
</style>
border-color css
<style>
span { border-color: #7DBA04; }
span { border-color: rgb(125,186,4); }
td.TdClassName
{
border-color: #7DBA04;
}
.TagClassName
{
border-color: #7DBA04;
}
</style>