Shades of Lima #7DBA08
Tints of Lima #7DBA08
RGB
CMYK
RGB Variations
Color information
#7DBA08 (or 0x7DBA08) is known color: Lima. HEX triplet: 7D, BA and 08. RGB value is (125,186,8). Sum of RGB (Red+Green+Blue) = 125+186+8=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA08 is #8245F7. Grayscale: #949494. Windows color (decimal): -8537592 or 572029. OLE color: 572029.
HSL color Cylindrical-coordinate representation of color #7DBA08: hue angle of 80.56º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DBA08 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.27 |
| HSL | 80.56º | 0.92% | 0.38% | - |
| HSV(B) | 80.56º | 0.96% | 0.73% | - |
| XYZ | 26.06 | 39.5 | 6.48 | - |
| YUV | 147.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 8 | 0.33 | 0 | 0.96 | 0.27 | 80.56 | 0.92 | 0.38 |
| Hex | 7D | BA | 8 | 21 | 0 | 60 | 1B | 51 | 5C | 26 |
| Octal | 175 | 272 | 10 | 41 | 0 | 140 | 33 | 121 | 134 | 46 |
| Binary | 1111101 | 10111010 | 1000 | 100001 | 0 | 1100000 | 11011 | 1010001 | 1011100 | 100110 |
Color Harmonies of #7DBA08
Complementary color
Monochromatic Colors of #7DBA08
Black with #7DBA08
Text Example
Text Example
White with #7DBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA08; }
p { color: rgb(125,186,8); }
H1.HeaderClassName
{
color: #7DBA08;
}
.AnyTagClassName
{
color: #7DBA08;
}
</style>
background-color css
<style>
a { background-color: #7DBA08; }
a { background-color: rgb(125,186,8); }
div.DivClassName
{
background-color: #7DBA08;
}
.BgClassName
{
background-color: #7DBA08;
}
</style>
border-color css
<style>
span { border-color: #7DBA08; }
span { border-color: rgb(125,186,8); }
td.TdClassName
{
border-color: #7DBA08;
}
.TagClassName
{
border-color: #7DBA08;
}
</style>