Shades of Lima #7DBA01
Tints of Lima #7DBA01
RGB
CMYK
RGB Variations
Color information
#7DBA01 (or 0x7DBA01) is known color: Lima. HEX triplet: 7D, BA and 01. RGB value is (125,186,1). Sum of RGB (Red+Green+Blue) = 125+186+1=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA01 is #8245FE. Grayscale: #939393. Windows color (decimal): -8537599 or 113277. OLE color: 113277.
HSL color Cylindrical-coordinate representation of color #7DBA01: hue angle of 79.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBA01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.27 |
| HSL | 79.78º | 0.99% | 0.37% | - |
| HSV(B) | 79.78º | 0.99% | 0.73% | - |
| XYZ | 26.02 | 39.48 | 6.28 | - |
| YUV | 146.67 | 45.79 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 1 | 0.33 | 0 | 0.99 | 0.27 | 79.78 | 0.99 | 0.37 |
| Hex | 7D | BA | 1 | 21 | 0 | 63 | 1B | 50 | 63 | 25 |
| Octal | 175 | 272 | 1 | 41 | 0 | 143 | 33 | 120 | 143 | 45 |
| Binary | 1111101 | 10111010 | 1 | 100001 | 0 | 1100011 | 11011 | 1010000 | 1100011 | 100101 |
Color Harmonies of #7DBA01
Complementary color
Monochromatic Colors of #7DBA01
Black with #7DBA01
Text Example
Text Example
White with #7DBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA01; }
p { color: rgb(125,186,1); }
H1.HeaderClassName
{
color: #7DBA01;
}
.AnyTagClassName
{
color: #7DBA01;
}
</style>
background-color css
<style>
a { background-color: #7DBA01; }
a { background-color: rgb(125,186,1); }
div.DivClassName
{
background-color: #7DBA01;
}
.BgClassName
{
background-color: #7DBA01;
}
</style>
border-color css
<style>
span { border-color: #7DBA01; }
span { border-color: rgb(125,186,1); }
td.TdClassName
{
border-color: #7DBA01;
}
.TagClassName
{
border-color: #7DBA01;
}
</style>