Shades of Lima #7DBA07
Tints of Lima #7DBA07
RGB
CMYK
RGB Variations
Color information
#7DBA07 (or 0x7DBA07) is known color: Lima. HEX triplet: 7D, BA and 07. RGB value is (125,186,7). Sum of RGB (Red+Green+Blue) = 125+186+7=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA07 is #8245F8. Grayscale: #949494. Windows color (decimal): -8537593 or 506493. OLE color: 506493.
HSL color Cylindrical-coordinate representation of color #7DBA07: hue angle of 80.45º degrees, saturation: 0.93, 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 #7DBA07 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 7 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.27 |
| HSL | 80.45º | 0.93% | 0.38% | - |
| HSV(B) | 80.45º | 0.96% | 0.73% | - |
| XYZ | 26.05 | 39.49 | 6.45 | - |
| YUV | 147.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 7 | 0.33 | 0 | 0.96 | 0.27 | 80.45 | 0.93 | 0.38 |
| Hex | 7D | BA | 7 | 21 | 0 | 60 | 1B | 50 | 5D | 26 |
| Octal | 175 | 272 | 7 | 41 | 0 | 140 | 33 | 120 | 135 | 46 |
| Binary | 1111101 | 10111010 | 111 | 100001 | 0 | 1100000 | 11011 | 1010000 | 1011101 | 100110 |
Color Harmonies of #7DBA07
Complementary color
Monochromatic Colors of #7DBA07
Black with #7DBA07
Text Example
Text Example
White with #7DBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA07; }
p { color: rgb(125,186,7); }
H1.HeaderClassName
{
color: #7DBA07;
}
.AnyTagClassName
{
color: #7DBA07;
}
</style>
background-color css
<style>
a { background-color: #7DBA07; }
a { background-color: rgb(125,186,7); }
div.DivClassName
{
background-color: #7DBA07;
}
.BgClassName
{
background-color: #7DBA07;
}
</style>
border-color css
<style>
span { border-color: #7DBA07; }
span { border-color: rgb(125,186,7); }
td.TdClassName
{
border-color: #7DBA07;
}
.TagClassName
{
border-color: #7DBA07;
}
</style>